Home
last modified time | relevance | path

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

/frameworks/av/services/audioflinger/
DMelReporter.cpp78 mAfMelReporterCallback->getPatchCommandThread()->addListener(this); in onFirstRef()
90 audio_utils::lock_guard _laf(mAfMelReporterCallback->mutex()); // AudioFlinger_Mutex in updateMetadataForCsd()
121 mAfMelReporterCallback.clear(); in resetReferencesForTest()
162 audio_utils::lock_guard _afl(mAfMelReporterCallback->mutex()); // AudioFlinger_Mutex in onCreateAudioPatch()
173 auto outputThread = mAfMelReporterCallback->checkOutputThread_l(patch.streamHandle); in startMelComputationForActivePatch_l()
200 audio_utils::lock_guard _laf(mAfMelReporterCallback->mutex()); in startMelComputationForDeviceId()
239 audio_utils::lock_guard _afl(mAfMelReporterCallback->mutex()); // AudioFlinger_Mutex in onReleaseAudioPatch()
273 auto outputThread = mAfMelReporterCallback->checkOutputThread_l(patch.streamHandle); in stopMelComputationForPatch_l()
295 audio_utils::lock_guard _laf(mAfMelReporterCallback->mutex()); in stopMelComputationForDeviceId()
320 audio_utils::lock_guard _laf(mAfMelReporterCallback->mutex()); in applyAllAudioPatches()
DMelReporter.h48 : mAfMelReporterCallback(afMelReporterCallback), in MelReporter()
136 sp<IAfMelReporterCallback> mAfMelReporterCallback; variable