HomeSort by relevance Sort by last modified time
    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 707 bool AudioFlinger::getMicMute() const
    [all...]

Completed in 266 milliseconds