OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SOUND_TRIGGER_MAX_PHRASES
(Results
1 - 4
of
4
) sorted by null
/system/media/audio/include/system/
sound_trigger.h
27
#define
SOUND_TRIGGER_MAX_PHRASES
10 /* max number of concurrent phrases */
126
struct sound_trigger_phrase phrases[
SOUND_TRIGGER_MAX_PHRASES
];
195
struct sound_trigger_phrase_recognition_extra phrase_extras[
SOUND_TRIGGER_MAX_PHRASES
];
212
struct sound_trigger_phrase_recognition_extra phrases[
SOUND_TRIGGER_MAX_PHRASES
];
/device/google/dragon/audio/soundtrigger/
sound_trigger_hw.c
180
if (event->num_phrases >
SOUND_TRIGGER_MAX_PHRASES
)
181
event->num_phrases =
SOUND_TRIGGER_MAX_PHRASES
;
/hardware/interfaces/soundtrigger/2.0/default/
SoundTriggerHalImpl.cpp
418
for (i = 0; i < keyPhraseModel->phrases.size() && i <
SOUND_TRIGGER_MAX_PHRASES
; i++) {
478
for (i = 0; i < config->phrases.size() && i <
SOUND_TRIGGER_MAX_PHRASES
; i++) {
/hardware/libhardware/modules/soundtrigger/
sound_trigger_hw.c
264
if (event->num_phrases >
SOUND_TRIGGER_MAX_PHRASES
)
265
event->num_phrases =
SOUND_TRIGGER_MAX_PHRASES
;
[
all
...]
Completed in 168 milliseconds