Home
last modified time | relevance | path

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

/frameworks/av/services/audioflinger/
DPatchPanel.h168 mHalHandle = other.mHalHandle; in Patch()
182 swap(mHalHandle, other.mHalHandle); in swap()
209 audio_patch_handle_t mHalHandle = AUDIO_PATCH_HANDLE_NONE; variable
DDeviceEffectManager.cpp36 __func__, handle, patch.mHalHandle, in createAudioPatch()
46 __func__, handle, patch.mHalHandle, in onCreateAudioPatch()
252 ALOGV("CommandThread() adding create patch handle %d mHalHandle %d.", handle, patch.mHalHandle); in createAudioPatchCommand()
DPatchPanel.cpp147 if (removedPatch.mHalHandle != AUDIO_PATCH_HANDLE_NONE) { in createAudioPatch()
169 hwDevice->releaseAudioPatch(removedPatch.mHalHandle); in createAudioPatch()
413 newPatch.mHalHandle = halHandle; in createAudioPatch()
713 status = thread->sendReleaseAudioPatchConfigEvent(removedPatch.mHalHandle); in releaseAudioPatch()
715 status = hwDevice->releaseAudioPatch(removedPatch.mHalHandle); in releaseAudioPatch()
734 status = thread->sendReleaseAudioPatchConfigEvent(removedPatch.mHalHandle); in releaseAudioPatch()
/frameworks/av/services/soundtrigger/
DSoundTriggerHalHidl.h124 : mHandle(handle), mHalHandle(halHandle), in SoundModel()
130 android::hardware::soundtrigger::V2_0::SoundModelHandle mHalHandle; variable
DSoundTriggerHalHidl.cpp282 hidlReturn = soundtrigger->unloadSoundModel(model->mHalHandle); in unloadSoundModel()
322 model->mHalHandle, halConfig, this, handle); in startRecognition()
332 model->mHalHandle, halConfig, this, handle); in startRecognition()
341 hidlReturn = soundtrigger->startRecognition(model->mHalHandle, halConfig, this, handle); in startRecognition()
368 hidlReturn = soundtrigger->stopRecognition(model->mHalHandle); in stopRecognition()
421 hidlReturn = soundtrigger_2_2->getModelState(model->mHalHandle); in getModelState()