OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sound_model
(Results
1 - 6
of
6
) sorted by null
/frameworks/av/services/soundtrigger/
SoundTriggerHalInterface.h
43
virtual int loadSoundModel(struct sound_trigger_sound_model *
sound_model
,
SoundTriggerHwService.cpp
560
struct sound_trigger_sound_model *
sound_model
=
local
564
if (
sound_model
->type == SOUND_MODEL_TYPE_KEYPHRASE) {
570
if (
sound_model
->data_offset < structSize ||
571
sound_model
->data_size > (UINT_MAX -
sound_model
->data_offset) ||
572
modelMemory->size() <
sound_model
->data_offset ||
573
sound_model
->data_size > (modelMemory->size() -
sound_model
->data_offset)) {
598
status = mHalInterface->loadSoundModel(
sound_model
,
605
sp<Model> model = new Model(*handle, session, ioHandle, device,
sound_model
->type
[
all
...]
SoundTriggerHalHidl.cpp
139
int SoundTriggerHalHidl::loadSoundModel(struct sound_trigger_sound_model *
sound_model
,
172
if (
sound_model
->type == SOUND_MODEL_TYPE_KEYPHRASE) {
175
auto result = convertPhraseSoundModelToHal(&halSoundModel,
sound_model
);
189
auto result = convertPhraseSoundModelToHal(&halSoundModel,
sound_model
);
203
convertPhraseSoundModelToHal(&halSoundModel,
sound_model
);
215
auto result = convertSoundModelToHal(&halSoundModel,
sound_model
);
228
auto result = convertSoundModelToHal(&halSoundModel,
sound_model
);
241
convertSoundModelToHal(&halSoundModel,
sound_model
);
SoundTriggerHalHidl.h
67
virtual int loadSoundModel(struct sound_trigger_sound_model *
sound_model
,
/device/google/muskie/self-extractors/qcom/staging/
device-partial.mk
21
vendor/qcom/walleye/proprietary/dnd.
sound_model
:system/etc/firmware/dnd.
sound_model
:qcom \
23
vendor/qcom/walleye/proprietary/music_detector.
sound_model
:system/etc/firmware/music_detector.
sound_model
:qcom \
/device/google/taimen/self-extractors/qcom/staging/
device-partial.mk
21
vendor/qcom/taimen/proprietary/dnd.
sound_model
:system/etc/firmware/dnd.
sound_model
:qcom \
23
vendor/qcom/taimen/proprietary/music_detector.
sound_model
:system/etc/firmware/music_detector.
sound_model
:qcom \
Completed in 6996 milliseconds