OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:setCaptureState
(Results
1 - 7
of
7
) sorted by null
/frameworks/av/include/soundtrigger/
ISoundTriggerHwService.h
45
virtual status_t
setCaptureState
(bool active) = 0;
SoundTrigger.h
46
static status_t
setCaptureState
(bool active);
/frameworks/av/soundtrigger/
ISoundTriggerHwService.cpp
103
virtual status_t
setCaptureState
(bool active)
186
reply->writeInt32(
setCaptureState
((bool)data.readInt32()));
SoundTrigger.cpp
119
status_t SoundTrigger::
setCaptureState
(bool active)
121
ALOGV("
setCaptureState
(%d)", active);
126
return service->
setCaptureState
(active);
/frameworks/av/services/soundtrigger/
SoundTriggerHwService.h
59
virtual status_t
setCaptureState
(bool active);
SoundTriggerHwService.cpp
142
status_t SoundTriggerHwService::
setCaptureState
(bool active)
144
ALOGV("
setCaptureState
%d", active);
[
all
...]
/frameworks/av/services/audiopolicy/managerdefault/
AudioPolicyManager.cpp
[
all
...]
Completed in 1305 milliseconds