Searched refs:getMicMute (Results 1 – 10 of 10) sorted by relevance
55 virtual status_t getMicMute(bool *state) = 0;
49 virtual status_t getMicMute(bool *state);
56 virtual status_t getMicMute(bool *state);
151 status_t DeviceHalHidl::getMicMute(bool *state) { in getMicMute() function in android::CPP_VERSION::DeviceHalHidl154 Return<void> ret = mDevice->getMicMute( in getMicMute()
70 status_t DeviceHalLocal::getMicMute(bool *state) { in getMicMute() function in android::CPP_VERSION::DeviceHalLocal
404 virtual bool getMicMute() const = 0;
171 virtual bool getMicMute() const;
1220 bool AudioFlinger::getMicMute() const in getMicMute() function in android::AudioFlinger1237 ret = primaryDev->getMicMute(&state); in getMicMute()
337 virtual bool getMicMute() const in getMicMute() function in android::BpAudioFlinger1177 reply->writeInt32( getMicMute() ); in onTransact()
134 *state = af->getMicMute(); in isMicrophoneMuted()