Home
last modified time | relevance | path

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

/frameworks/av/services/audioflinger/
DMelReporter.cpp173 auto outputThread = mAfMelReporterCallback->checkOutputThread_l(patch.streamHandle); in startMelComputationForActivePatch_l() local
174 if (outputThread == nullptr) { in startMelComputationForActivePatch_l()
185 if (outputThread != nullptr && !useHalSoundDoseInterface_l()) { in startMelComputationForActivePatch_l()
186 outputThread->startMelComputation_l( in startMelComputationForActivePatch_l()
190 outputThread->sampleRate(), in startMelComputationForActivePatch_l()
191 outputThread->channelCount(), in startMelComputationForActivePatch_l()
192 outputThread->format())); in startMelComputationForActivePatch_l()
273 auto outputThread = mAfMelReporterCallback->checkOutputThread_l(patch.streamHandle); in stopMelComputationForPatch_l() local
288 if (outputThread != nullptr && !useHalSoundDoseInterface_l()) { in stopMelComputationForPatch_l()
289 outputThread->stopMelComputation_l(); in stopMelComputationForPatch_l()