Searched refs:outputThread (Results 1 – 1 of 1) sorted by relevance
173 auto outputThread = mAfMelReporterCallback->checkOutputThread_l(patch.streamHandle); in startMelComputationForActivePatch_l() local174 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() local288 if (outputThread != nullptr && !useHalSoundDoseInterface_l()) { in stopMelComputationForPatch_l()289 outputThread->stopMelComputation_l(); in stopMelComputationForPatch_l()