diff options
author | Android Build Coastguard Worker <android-build-coastguard-worker@google.com> | 2024-05-14 10:13:31 +0000 |
---|---|---|
committer | Android Build Coastguard Worker <android-build-coastguard-worker@google.com> | 2024-05-14 10:13:31 +0000 |
commit | 106907427b0ca626020f9c75cb26b433c1949664 (patch) | |
tree | 8f37ed3f5bb01af090c6ca8b662071f484cca55a | |
parent | 663358b154ba813febe0cbddbbee76af85f20f50 (diff) | |
parent | 0c1a400b7e820194302934af9c01c691eeab7d56 (diff) |
Snap for 11837545 from 0c1a400b7e820194302934af9c01c691eeab7d56 to u-keystone-qcom-release
Change-Id: I20bf9de28a486c75db1c8f65658fa8018d0eb86e
-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 |