Home
last modified time | relevance | path

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

/frameworks/av/services/audioflinger/
DPatchPanel.h59 mHalHandle(AUDIO_PATCH_HANDLE_NONE), mRecordPatchHandle(AUDIO_PATCH_HANDLE_NONE), in Patch()
66 audio_patch_handle_t mHalHandle; variable
DPatchPanel.cpp169 halHandle = mPatches[index]->mHalHandle; in createAudioPatch()
410 newPatch->mHalHandle = halHandle; in createAudioPatch()
627 status = thread->sendReleaseAudioPatchConfigEvent(removedPatch->mHalHandle); in releaseAudioPatch()
631 status = hwDevice->releaseAudioPatch(removedPatch->mHalHandle); in releaseAudioPatch()
653 status = thread->sendReleaseAudioPatchConfigEvent(removedPatch->mHalHandle); in releaseAudioPatch()
/frameworks/av/services/soundtrigger/
DSoundTriggerHalHidl.h97 : mHandle(handle), mHalHandle(halHandle), in SoundModel()
103 android::hardware::soundtrigger::V2_0::SoundModelHandle mHalHandle; variable
DSoundTriggerHalHidl.cpp158 hidlReturn = soundtrigger->unloadSoundModel(model->mHalHandle); in unloadSoundModel()
194 hidlReturn = soundtrigger->startRecognition(model->mHalHandle, *halConfig, this, handle); in startRecognition()
222 hidlReturn = soundtrigger->stopRecognition(model->mHalHandle); in stopRecognition()