Lines Matching refs:streamHandle
83 void MelReporter::updateMetadataForCsd(audio_io_handle_t streamHandle, in updateMetadataForCsd() argument
92 auto activeMelPatchId = activePatchStreamHandle_l(streamHandle); in updateMetadataForCsd()
94 ALOGV("%s stream handle %d does not have an active patch", __func__, streamHandle); in updateMetadataForCsd()
109 ALOGV("%s should not compute CSD for stream handle %d", __func__, streamHandle); in updateMetadataForCsd()
112 ALOGV("%s should compute CSD for stream handle %d", __func__, streamHandle); in updateMetadataForCsd()
141 audio_io_handle_t streamHandle = patch.mAudioPatch.sources[0].ext.mix.handle; in onCreateAudioPatch() local
143 newPatch.streamHandle = streamHandle; in onCreateAudioPatch()
173 auto outputThread = mAfMelReporterCallback->checkOutputThread_l(patch.streamHandle); in startMelComputationForActivePatch_l()
175 ALOGE("%s cannot find thread for stream handle %d", __func__, patch.streamHandle); in startMelComputationForActivePatch_l()
183 patch.streamHandle, device.first, mActiveDevices[device.first]); in startMelComputationForActivePatch_l()
189 patch.streamHandle, in startMelComputationForActivePatch_l()
273 auto outputThread = mAfMelReporterCallback->checkOutputThread_l(patch.streamHandle); in stopMelComputationForPatch_l()
275 ALOGV("%s: stop MEL for stream id: %d", __func__, patch.streamHandle); in stopMelComputationForPatch_l()
287 mSoundDoseManager->removeStreamProcessor(patch.streamHandle); in stopMelComputationForPatch_l()
332 audio_io_handle_t streamHandle) { in activePatchStreamHandle_l() argument
334 if (patchIt.second.streamHandle == streamHandle) { in activePatchStreamHandle_l()