Home
last modified time | relevance | path

Searched refs:captureHotwordAllowed (Results 1 – 4 of 4) sorted by relevance

/frameworks/av/services/audioflinger/
DServiceUtilities.h25 bool captureHotwordAllowed();
DServiceUtilities.cpp116 bool captureHotwordAllowed() { in captureHotwordAllowed() function
/frameworks/av/services/soundtrigger/
DSoundTriggerHwService.cpp92 if (!captureHotwordAllowed()) { in listModules()
113 if (!captureHotwordAllowed()) { in attach()
945 if (!captureHotwordAllowed()) { in detach()
968 if (!captureHotwordAllowed()) { in loadSoundModel()
982 if (!captureHotwordAllowed()) { in unloadSoundModel()
997 if (!captureHotwordAllowed()) { in startRecognition()
1011 if (!captureHotwordAllowed()) { in stopRecognition()
/frameworks/av/services/audiopolicy/service/
DAudioPolicyInterfaceImpl.cpp292 if ((attr->source == AUDIO_SOURCE_HOTWORD) && !captureHotwordAllowed()) { in getInputForAttr()