HomeSort by relevance Sort by last modified time
    Searched refs:getMicMute (Results 1 - 16 of 16) sorted by null

  /hardware/libhardware_legacy/audio/
AudioDumpInterface.h 143 virtual status_t getMicMute(bool* state)
144 {return mFinalInterface->getMicMute(state);}
A2dpAudioInterface.h 47 virtual status_t getMicMute(bool* state);
AudioHardwareStub.h 76 virtual status_t getMicMute(bool* state) { *state = mMicMute ; return NO_ERROR; }
AudioHardwareGeneric.h 117 virtual status_t getMicMute(bool* state);
A2dpAudioInterface.cpp 128 status_t A2dpAudioInterface::getMicMute(bool* state)
130 return mHardwareInterface->getMicMute(state);
AudioHardwareGeneric.cpp 160 status_t AudioHardwareGeneric::getMicMute(bool* state)
audio_hw_hal.cpp 459 return ladev->hwif->getMicMute(state);
  /hardware/libhardware_legacy/include/hardware_legacy/
AudioHardwareInterface.h 236 virtual status_t getMicMute(bool* state) = 0;
  /frameworks/av/include/media/
IAudioFlinger.h 129 virtual bool getMicMute() const = 0;
  /hardware/qcom/audio/legacy/alsa_sound/
AudioHardwareALSA.h 479 virtual status_t getMicMute(bool* state);
audio_hw_hal.cpp 487 return qadev->hwif->getMicMute(state);
AudioHardwareALSA.cpp     [all...]
  /frameworks/av/services/audioflinger/
AudioFlinger.h 149 virtual bool getMicMute() const;
AudioFlinger.cpp 707 bool AudioFlinger::getMicMute() const
    [all...]
  /frameworks/av/media/libmedia/
IAudioFlinger.cpp 336 virtual bool getMicMute() const
889 reply->writeInt32( getMicMute() );
    [all...]
AudioSystem.cpp 96 *state = af->getMicMute();

Completed in 830 milliseconds