Home
last modified time | relevance | path

Searched refs:mutex_capture_ (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/webrtc/modules/audio_processing/
H A Daudio_processing_impl.h101 RTC_EXCLUSIVE_LOCKS_REQUIRED(mutex_capture_);
106 RTC_LOCKS_EXCLUDED(mutex_capture_) override;
144 RTC_EXCLUSIVE_LOCKS_REQUIRED(mutex_render_, mutex_capture_);
146 RTC_ASSERT_EXCLUSIVE_LOCK(mutex_render_, mutex_capture_) { in AssertLockedForTest()
148 mutex_capture_.AssertHeld(); in AssertLockedForTest()
168 RTC_EXCLUSIVE_LOCKS_REQUIRED(mutex_capture_);
170 RTC_EXCLUSIVE_LOCKS_REQUIRED(mutex_capture_);
271 RTC_EXCLUSIVE_LOCKS_REQUIRED(mutex_capture_);
276 RTC_EXCLUSIVE_LOCKS_REQUIRED(mutex_render_, mutex_capture_);
278 RTC_EXCLUSIVE_LOCKS_REQUIRED(mutex_render_, mutex_capture_);
[all …]
H A Daudio_processing_impl.cc640 MutexLock lock_capture(&mutex_capture_); in Initialize()
648 MutexLock lock_capture(&mutex_capture_); in Initialize()
664 MutexLock lock_capture(&mutex_capture_); in MaybeInitializeRender()
825 MutexLock lock_capture(&mutex_capture_); in ApplyConfig()
918 MutexLock lock(&mutex_capture_); in OverrideSubmoduleCreationForTesting()
964 MutexLock lock(&mutex_capture_); in set_output_will_be_muted()
1053 MutexLock lock_capture(&mutex_capture_); in MaybeInitializeCapture()
1068 MutexLock lock_capture(&mutex_capture_); in MaybeInitializeCapture()
1087 MutexLock lock_capture(&mutex_capture_); in ProcessStream()
1350 MutexLock lock_capture(&mutex_capture_); in EmptyQueuedRenderAudio()
[all …]