Searched refs:mHalHandle (Results 1 – 4 of 4) sorted by relevance
59 mHalHandle(AUDIO_PATCH_HANDLE_NONE), mRecordPatchHandle(AUDIO_PATCH_HANDLE_NONE), in Patch()66 audio_patch_handle_t mHalHandle; variable
169 halHandle = mPatches[index]->mHalHandle; in createAudioPatch()410 newPatch->mHalHandle = halHandle; in createAudioPatch()625 status = thread->sendReleaseAudioPatchConfigEvent(removedPatch->mHalHandle); in releaseAudioPatch()629 status = hwDevice->releaseAudioPatch(removedPatch->mHalHandle); in releaseAudioPatch()651 status = thread->sendReleaseAudioPatchConfigEvent(removedPatch->mHalHandle); in releaseAudioPatch()
97 : mHandle(handle), mHalHandle(halHandle), in SoundModel()103 android::hardware::soundtrigger::V2_0::SoundModelHandle mHalHandle; variable
158 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()