Searched refs:halHandle (Results 1 - 3 of 3) sorted by relevance

/frameworks/av/services/audioflinger/
H A DPatchPanel.cpp143 audio_patch_handle_t halHandle = AUDIO_PATCH_HANDLE_NONE; local
169 halHandle = mPatches[index]->mHalHandle;
183 if (halHandle != AUDIO_PATCH_HANDLE_NONE) {
199 // halHandle would be AUDIO_PATCH_HANDLE_NONE in this case.
207 hwDevice->releaseAudioPatch(halHandle);
345 status = thread->sendCreateAudioPatchConfigEvent(patch, &halHandle);
352 &halHandle);
399 status = thread->sendCreateAudioPatchConfigEvent(patch, &halHandle);
410 newPatch->mHalHandle = halHandle;
412 ALOGV("createAudioPatch() added new patch handle %d halHandle
[all...]
/frameworks/av/services/soundtrigger/
H A DSoundTriggerHalHidl.h96 void *cookie, android::hardware::soundtrigger::V2_0::SoundModelHandle halHandle)
97 : mHandle(handle), mHalHandle(halHandle),
95 SoundModel(sound_model_handle_t handle, sound_model_callback_t callback, void *cookie, android::hardware::soundtrigger::V2_0::SoundModelHandle halHandle) argument
H A DSoundTriggerHalHidl.cpp105 SoundModelHandle halHandle; local
113 halHandle = res;
120 halHandle = res;
131 sp<SoundModel> model = new SoundModel(*handle, callback, cookie, halHandle);

Completed in 700 milliseconds