diff options
author | Linux Build Service Account <lnxbuild@localhost> | 2024-06-07 02:27:53 -0700 |
---|---|---|
committer | Linux Build Service Account <lnxbuild@localhost> | 2024-06-07 02:27:53 -0700 |
commit | b9e67ec068de9590d1eaccb6f5b2f02bb7f238d4 (patch) | |
tree | 8f37ed3f5bb01af090c6ca8b662071f484cca55a | |
parent | e753b463f477e45cc736ada1c27256f00568c249 (diff) | |
parent | 106907427b0ca626020f9c75cb26b433c1949664 (diff) |
Merge 106907427b0ca626020f9c75cb26b433c1949664 on remote branch
Change-Id: Ibf81b1c79a0e280b5bbab473baff9d3fcb8de391
-rw-r--r-- | media/libaaudio/src/client/AudioStreamInternal.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/media/libaaudio/src/client/AudioStreamInternal.cpp b/media/libaaudio/src/client/AudioStreamInternal.cpp index 84c715f440..015bee9afa 100644 --- a/media/libaaudio/src/client/AudioStreamInternal.cpp +++ b/media/libaaudio/src/client/AudioStreamInternal.cpp @@ -56,7 +56,7 @@ using android::content::AttributionSourceState; using namespace aaudio; -#define MIN_TIMEOUT_NANOS (1000 * AAUDIO_NANOS_PER_MILLISECOND) +#define MIN_TIMEOUT_NANOS (2200 * AAUDIO_NANOS_PER_MILLISECOND) // Wait at least this many times longer than the operation should take. #define MIN_TIMEOUT_OPERATIONS 4 |