OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:getMasterMute
(Results
1 - 3
of
3
) sorted by null
/frameworks/av/media/libaudiohal/impl/
DeviceHalHidl.cpp
171
status_t DeviceHalHidl::
getMasterMute
(bool *state) {
174
Return<void> ret = mDevice->
getMasterMute
(
181
return processReturn("
getMasterMute
", ret, retval);
DeviceHalLocal.cpp
79
status_t DeviceHalLocal::
getMasterMute
(bool *state) {
/frameworks/av/media/libaudioclient/
AudioSystem.cpp
155
status_t AudioSystem::
getMasterMute
(bool* mute)
[
all
...]
Completed in 188 milliseconds