OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:getMicMute
(Results
1 - 7
of
7
) sorted by null
/hardware/libhardware_legacy/audio/
AudioHardwareStub.h
76
virtual status_t
getMicMute
(bool* state) { *state = mMicMute ; return NO_ERROR; }
AudioDumpInterface.h
143
virtual status_t
getMicMute
(bool* state)
144
{return mFinalInterface->
getMicMute
(state);}
A2dpAudioInterface.cpp
128
status_t A2dpAudioInterface::
getMicMute
(bool* state)
130
return mHardwareInterface->
getMicMute
(state);
AudioHardwareGeneric.cpp
160
status_t AudioHardwareGeneric::
getMicMute
(bool* state)
/hardware/qcom/audio/legacy/alsa_sound/
AudioHardwareALSA.cpp
[
all
...]
/frameworks/av/media/libmedia/
IAudioFlinger.cpp
336
virtual bool
getMicMute
() const
889
reply->writeInt32(
getMicMute
() );
[
all
...]
/frameworks/av/services/audioflinger/
AudioFlinger.cpp
709
bool AudioFlinger::
getMicMute
() const
[
all
...]
Completed in 112 milliseconds