Home
last modified time | relevance | path

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

/frameworks/av/services/soundtrigger/
DSoundTriggerHalHidl.cpp169 SoundModelHandle halHandle; in loadSoundModel() local
182 halHandle = res; in loadSoundModel()
196 halHandle = res; in loadSoundModel()
209 halHandle = res; in loadSoundModel()
221 halHandle = res; in loadSoundModel()
234 halHandle = res; in loadSoundModel()
246 halHandle = res; in loadSoundModel()
255 sp<SoundModel> model = new SoundModel(*handle, callback, cookie, halHandle); in loadSoundModel()
DSoundTriggerHalHidl.h123 … void *cookie, android::hardware::soundtrigger::V2_0::SoundModelHandle halHandle) in SoundModel() argument
124 : mHandle(handle), mHalHandle(halHandle), in SoundModel()
/frameworks/av/services/audioflinger/
DPatchPanel.cpp122 audio_patch_handle_t halHandle = AUDIO_PATCH_HANDLE_NONE; in createAudioPatch() local
326 status = thread->sendCreateAudioPatchConfigEvent(patch, &halHandle); in createAudioPatch()
344 &halHandle); in createAudioPatch()
392 status = thread->sendCreateAudioPatchConfigEvent(patch, &halHandle); in createAudioPatch()
413 newPatch.mHalHandle = halHandle; in createAudioPatch()