Searched refs:getMicMute (Results 1 – 11 of 11) sorted by relevance
143 virtual status_t getMicMute(bool* state) in getMicMute() function144 {return mFinalInterface->getMicMute(state);} in getMicMute()
47 virtual status_t getMicMute(bool* state);
76 virtual status_t getMicMute(bool* state) { *state = mMicMute ; return NO_ERROR; } in getMicMute() function
128 status_t A2dpAudioInterface::getMicMute(bool* state) in getMicMute() function in android_audio_legacy::A2dpAudioInterface130 return mHardwareInterface->getMicMute(state); in getMicMute()
117 virtual status_t getMicMute(bool* state);
160 status_t AudioHardwareGeneric::getMicMute(bool* state) in getMicMute() function in android_audio_legacy::AudioHardwareGeneric
459 return ladev->hwif->getMicMute(state); in adev_get_mic_mute()
243 virtual status_t getMicMute(bool* state) = 0;
479 virtual status_t getMicMute(bool* state);
487 return qadev->hwif->getMicMute(state); in adev_get_mic_mute()
1399 status_t AudioHardwareALSA::getMicMute(bool *state) in getMicMute() function in android_audio_legacy::AudioHardwareALSA