OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:captureHotwordAllowed
(Results
1 - 5
of
5
) sorted by null
/frameworks/av/services/audioflinger/
ServiceUtilities.h
25
bool
captureHotwordAllowed
();
ServiceUtilities.cpp
46
bool
captureHotwordAllowed
() {
/frameworks/av/services/soundtrigger/
SoundTriggerHwService.cpp
109
if (!
captureHotwordAllowed
()) {
130
if (!
captureHotwordAllowed
()) {
497
if (!
captureHotwordAllowed
()) {
526
if (!
captureHotwordAllowed
()) {
564
if (!
captureHotwordAllowed
()) {
586
if (!
captureHotwordAllowed
()) {
633
if (!
captureHotwordAllowed
()) {
/frameworks/av/services/audiopolicy/
AudioPolicyInterfaceImpl.cpp
245
if ((inputSource == AUDIO_SOURCE_HOTWORD) && !
captureHotwordAllowed
()) {
AudioPolicyInterfaceImplLegacy.cpp
235
if ((inputSource == AUDIO_SOURCE_HOTWORD) && !
captureHotwordAllowed
()) {
Completed in 853 milliseconds