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

  /device/asus/fugu/libaudio/
AudioHardwareInput.h 39 status_t getMicMute(bool* mute);
AudioHardwareInput.cpp 72 status_t AudioHardwareInput::getMicMute(bool* mute)
AudioStreamIn.cpp 287 mOwnerHAL.getMicMute(&mute);
audio_hal_thunks.cpp 400 return adev->input->getMicMute(state);
  /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 243 virtual status_t getMicMute(bool* state) = 0;
  /frameworks/av/include/media/
IAudioFlinger.h 132 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 151 virtual bool getMicMute() const;
    [all...]
AudioFlinger.cpp 819 bool AudioFlinger::getMicMute() const
    [all...]
  /frameworks/av/media/libmedia/
IAudioFlinger.cpp 390 virtual bool getMicMute() const
    [all...]
AudioSystem.cpp 109 *state = af->getMicMute();
    [all...]

Completed in 390 milliseconds