Searched refs:mHalHandle (Results 1 – 5 of 5) sorted by relevance
/frameworks/av/services/audioflinger/ |
D | PatchPanel.h | 168 mHalHandle = other.mHalHandle; in Patch() 182 swap(mHalHandle, other.mHalHandle); in swap() 209 audio_patch_handle_t mHalHandle = AUDIO_PATCH_HANDLE_NONE; variable
|
D | DeviceEffectManager.cpp | 36 __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()
|
D | PatchPanel.cpp | 147 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/ |
D | SoundTriggerHalHidl.h | 124 : mHandle(handle), mHalHandle(halHandle), in SoundModel() 130 android::hardware::soundtrigger::V2_0::SoundModelHandle mHalHandle; variable
|
D | SoundTriggerHalHidl.cpp | 282 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()
|