Searched refs:getMicMute (Results 1 – 16 of 16) 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
129 status_t A2dpAudioInterface::getMicMute(bool* state) in getMicMute() function in android_audio_legacy::A2dpAudioInterface131 return mHardwareInterface->getMicMute(state); in getMicMute()
117 virtual status_t getMicMute(bool* state);
461 return ladev->hwif->getMicMute(state); in adev_get_mic_mute()
50 Return<void> PrimaryDevice::getMicMute(getMicMute_cb _hidl_cb) { in getMicMute() function51 return mDevice->getMicMute(_hidl_cb); in getMicMute()
72 Return<void> getMicMute(getMicMute_cb _hidl_cb) override;
57 Return<void> getMicMute(getMicMute_cb _hidl_cb) override;
93 Return<void> Device::getMicMute(getMicMute_cb _hidl_cb) { in getMicMute() function
242 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()
69 getMicMute() generates (Result retval, bool mute);
67 getMicMute() generates (Result retval, bool mute);
278 testAccessors("mic mute", Initial{false}, {true}, &IDevice::setMicMute, &IDevice::getMicMute); in TEST_F()