Home
last modified time | relevance | path

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

/frameworks/av/services/audioflinger/
DPatchPanel.cpp143 audio_patch_handle_t halHandle = AUDIO_PATCH_HANDLE_NONE; in createAudioPatch() local
169 halHandle = mPatches[index]->mHalHandle; in createAudioPatch()
183 if (halHandle != AUDIO_PATCH_HANDLE_NONE) { in createAudioPatch()
207 hwDevice->releaseAudioPatch(halHandle); in createAudioPatch()
345 status = thread->sendCreateAudioPatchConfigEvent(patch, &halHandle); in createAudioPatch()
352 &halHandle); in createAudioPatch()
399 status = thread->sendCreateAudioPatchConfigEvent(patch, &halHandle); in createAudioPatch()
410 newPatch->mHalHandle = halHandle; in createAudioPatch()
412 ALOGV("createAudioPatch() added new patch handle %d halHandle %d", *handle, halHandle); in createAudioPatch()
/frameworks/av/services/soundtrigger/
DSoundTriggerHalHidl.cpp169 SoundModelHandle halHandle; in loadSoundModel() local
180 halHandle = res; in loadSoundModel()
191 halHandle = res; in loadSoundModel()
205 halHandle = res; in loadSoundModel()
215 halHandle = res; in loadSoundModel()
227 sp<SoundModel> model = new SoundModel(*handle, callback, cookie, halHandle); in loadSoundModel()
DSoundTriggerHalHidl.h112 … void *cookie, android::hardware::soundtrigger::V2_0::SoundModelHandle halHandle) in SoundModel() argument
113 : mHandle(handle), mHalHandle(halHandle), in SoundModel()