Searched refs:getMicMute (Results 1 – 5 of 5) sorted by relevance
136 virtual bool getMicMute() const = 0;
156 virtual bool getMicMute() const;
829 bool AudioFlinger::getMicMute() const in getMicMute() function in android::AudioFlinger
397 virtual bool getMicMute() const in getMicMute() function in android::BpAudioFlinger1071 reply->writeInt32( getMicMute() ); in onTransact()
117 *state = af->getMicMute(); in isMicrophoneMuted()