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

/frameworks/av/services/audioflinger/
H A DPatchPanel.h59 mHalHandle(AUDIO_PATCH_HANDLE_NONE), mRecordPatchHandle(AUDIO_PATCH_HANDLE_NONE),
66 audio_patch_handle_t mHalHandle; member in class:PatchPanel::Patch
H A DPatchPanel.cpp169 halHandle = mPatches[index]->mHalHandle;
410 newPatch->mHalHandle = halHandle;
624 status = thread->sendReleaseAudioPatchConfigEvent(removedPatch->mHalHandle);
628 status = hwDevice->releaseAudioPatch(removedPatch->mHalHandle);
650 status = thread->sendReleaseAudioPatchConfigEvent(removedPatch->mHalHandle);
/frameworks/av/services/soundtrigger/
H A DSoundTriggerHalHidl.h113 : mHandle(handle), mHalHandle(halHandle),
119 android::hardware::soundtrigger::V2_0::SoundModelHandle mHalHandle; member in class:android::SoundTriggerHalHidl::SoundModel
H A DSoundTriggerHalHidl.cpp254 hidlReturn = soundtrigger->unloadSoundModel(model->mHalHandle);
292 hidlReturn = soundtrigger->startRecognition(model->mHalHandle, halConfig, this, handle);
300 model->mHalHandle, halConfig, this, handle);
329 hidlReturn = soundtrigger->stopRecognition(model->mHalHandle);

Completed in 11 milliseconds