Home
last modified time | relevance | path

Searched defs:setMicMute (Results 1 – 17 of 17) sorted by relevance

/hardware/libhardware_legacy/audio/
DAudioHardwareStub.h75 virtual status_t setMicMute(bool state) { mMicMute = state; return NO_ERROR; } in setMicMute() function
DAudioDumpInterface.h141 virtual status_t setMicMute(bool state) in setMicMute() function
DA2dpAudioInterface.cpp124 status_t A2dpAudioInterface::setMicMute(bool state) in setMicMute() function in android_audio_legacy::A2dpAudioInterface
DAudioHardwareGeneric.cpp154 status_t AudioHardwareGeneric::setMicMute(bool state) in setMicMute() function in android_audio_legacy::AudioHardwareGeneric
/hardware/interfaces/audio/aidl/default/usb/
DModuleUsb.cpp66 ndk::ScopedAStatus ModuleUsb::setMicMute(bool in_mute __unused) { in setMicMute() function in aidl::android::hardware::audio::core::ModuleUsb
/hardware/interfaces/audio/aidl/default/r_submix/
DModuleRemoteSubmix.cpp66 ndk::ScopedAStatus ModuleRemoteSubmix::setMicMute(bool in_mute __unused) { in setMicMute() function in aidl::android::hardware::audio::core::ModuleRemoteSubmix
/hardware/interfaces/audio/aidl/aidl_api/android.hardware.audio.core/1/android/hardware/audio/core/
DIModule.aidl62 void setMicMute(boolean mute); in setMicMute() method
/hardware/interfaces/audio/aidl/aidl_api/android.hardware.audio.core/2/android/hardware/audio/core/
DIModule.aidl62 void setMicMute(boolean mute); in setMicMute() method
/hardware/interfaces/audio/aidl/android/hardware/audio/core/
DIModule.aidl716 void setMicMute(boolean mute); in setMicMute() method
/hardware/interfaces/audio/aidl/aidl_api/android.hardware.audio.core/current/android/hardware/audio/core/
DIModule.aidl62 void setMicMute(boolean mute); in setMicMute() method
/hardware/interfaces/audio/aidl/default/bluetooth/
DModuleBluetooth.cpp134 ndk::ScopedAStatus ModuleBluetooth::setMicMute(bool in_mute __unused) { in setMicMute() function in aidl::android::hardware::audio::core::ModuleBluetooth
/hardware/interfaces/audio/aidl/default/alsa/
DMixer.cpp153 ndk::ScopedAStatus Mixer::setMicMute(bool muted) { in setMicMute() function in aidl::android::hardware::audio::core::alsa::Mixer
/hardware/interfaces/audio/core/all-versions/default/
DPrimaryDevice.cpp57 Return<Result> PrimaryDevice::setMicMute(bool mute) { in setMicMute() function in android::hardware::audio::CPP_VERSION::implementation::PrimaryDevice
DDevice.cpp110 Return<Result> Device::setMicMute(bool mute) { in setMicMute() function in android::hardware::audio::CPP_VERSION::implementation::Device
/hardware/qcom/audio/legacy/alsa_sound/
DAudioHardwareALSA.cpp1387 status_t AudioHardwareALSA::setMicMute(bool state) in setMicMute() function in android_audio_legacy::AudioHardwareALSA
DAudioHardwareALSA.h204 void (*setMicMute)(int); member
/hardware/interfaces/audio/aidl/default/
DModule.cpp1336 ndk::ScopedAStatus Module::setMicMute(bool in_mute) { in setMicMute() function in aidl::android::hardware::audio::core::Module