OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:halHandle
(Results
1 - 2
of
2
) sorted by null
/frameworks/av/services/audioflinger/
PatchPanel.cpp
121
audio_patch_handle_t
halHandle
= AUDIO_PATCH_HANDLE_NONE;
326
status = thread->sendCreateAudioPatchConfigEvent(patch, &
halHandle
);
340
&
halHandle
);
387
status = thread->sendCreateAudioPatchConfigEvent(patch, &
halHandle
);
405
newPatch.mHalHandle =
halHandle
;
410
ALOGV("%s() added new patch handle %d
halHandle
%d", __func__, *handle,
halHandle
);
[
all
...]
/frameworks/av/services/soundtrigger/
SoundTriggerHalHidl.cpp
169
SoundModelHandle
halHandle
;
182
halHandle
= res;
196
halHandle
= res;
209
halHandle
= res;
221
halHandle
= res;
234
halHandle
= res;
246
halHandle
= res;
255
sp<SoundModel> model = new SoundModel(*handle, callback, cookie,
halHandle
);
Completed in 518 milliseconds