Home
last modified time | relevance | path

Searched refs:checkOutputThread_l (Results 1 – 4 of 4) sorted by relevance

/frameworks/av/services/audioflinger/
DMelReporter.h35 virtual sp<IAfThreadBase> checkOutputThread_l(audio_io_handle_t ioHandle) const
DMelReporter.cpp173 auto outputThread = mAfMelReporterCallback->checkOutputThread_l(patch.streamHandle); in startMelComputationForActivePatch_l()
273 auto outputThread = mAfMelReporterCallback->checkOutputThread_l(patch.streamHandle); in stopMelComputationForPatch_l()
DAudioFlinger.h310 sp<IAfThreadBase> checkOutputThread_l(audio_io_handle_t ioHandle) const final
DAudioFlinger.cpp3720 sp<IAfThreadBase> AudioFlinger::checkOutputThread_l(audio_io_handle_t ioHandle) const in checkOutputThread_l() function in android::AudioFlinger