Home
last modified time | relevance | path

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

/frameworks/av/services/soundtrigger/
DSoundTriggerHwService.cpp110 if (!captureHotwordAllowed()) { in listModules()
131 if (!captureHotwordAllowed()) { in attach()
505 if (!captureHotwordAllowed()) { in detach()
534 if (!captureHotwordAllowed()) { in loadSoundModel()
578 if (!captureHotwordAllowed()) { in unloadSoundModel()
606 if (!captureHotwordAllowed()) { in startRecognition()
653 if (!captureHotwordAllowed()) { in stopRecognition()
/frameworks/av/services/audioflinger/
DServiceUtilities.h25 bool captureHotwordAllowed();
DServiceUtilities.cpp116 bool captureHotwordAllowed() { in captureHotwordAllowed() function
/frameworks/av/services/audiopolicy/service/
DAudioPolicyInterfaceImplLegacy.cpp261 if ((inputSource == AUDIO_SOURCE_HOTWORD) && !captureHotwordAllowed()) { in getInputForAttr()
DAudioPolicyInterfaceImpl.cpp280 if ((attr->source == AUDIO_SOURCE_HOTWORD) && !captureHotwordAllowed()) { in getInputForAttr()