Home
last modified time | relevance | path

Searched refs:mute (Results 1 – 25 of 34) sorted by relevance

12

/hardware/interfaces/audio/aidl/default/volume/
DVolumeSw.cpp99 case Volume::mute: { in setParameterSpecific()
100 RETURN_IF(mContext->setVolMute(volParam.get<Volume::mute>()) != RetCode::SUCCESS, in setParameterSpecific()
138 case Volume::mute: { in getParameterVolume()
139 volParam.set<Volume::mute>(mContext->getVolMute()); in getParameterVolume()
185 RetCode VolumeSwContext::setVolMute(bool mute) { in setVolMute() argument
187 mMute = mute; in setVolMute()
DVolumeSw.h39 RetCode setVolMute(bool mute);
/hardware/interfaces/audio/2.0/
DIDevice.hal58 * @param mute whether microphone is muted.
61 setMicMute(bool mute) generates (Result retval);
67 * @return mute whether microphone is muted.
69 getMicMute() generates (Result retval, bool mute);
72 * Set the audio mute status for all audio activities. If the return value
75 * @param mute whether audio is muted.
78 setMasterMute(bool mute) generates (Result retval);
81 * Get the current master mute status for the HAL, if the HAL supports
82 * master mute control. AudioFlinger will query this value from the primary
84 * initial master mute across all HALs. HAL must indicate that the feature
[all …]
/hardware/interfaces/audio/5.0/
DIDevice.hal56 * @param mute whether microphone is muted.
59 setMicMute(bool mute) generates (Result retval);
65 * @return mute whether microphone is muted.
67 getMicMute() generates (Result retval, bool mute);
70 * Set the audio mute status for all audio activities. If the return value
73 * @param mute whether audio is muted.
76 setMasterMute(bool mute) generates (Result retval);
79 * Get the current master mute status for the HAL, if the HAL supports
80 * master mute control. AudioFlinger will query this value from the primary
82 * initial master mute across all HALs. HAL must indicate that the feature
[all …]
/hardware/interfaces/audio/4.0/
DIDevice.hal56 * @param mute whether microphone is muted.
59 setMicMute(bool mute) generates (Result retval);
65 * @return mute whether microphone is muted.
67 getMicMute() generates (Result retval, bool mute);
70 * Set the audio mute status for all audio activities. If the return value
73 * @param mute whether audio is muted.
76 setMasterMute(bool mute) generates (Result retval);
79 * Get the current master mute status for the HAL, if the HAL supports
80 * master mute control. AudioFlinger will query this value from the primary
82 * initial master mute across all HALs. HAL must indicate that the feature
[all …]
/hardware/interfaces/audio/aidl/vts/
DVtsHalVolumeTargetTest.cpp63 (volTag == Volume::mute) ? Volume::make<Volume::mute>(param) in createVolumeParam()
135 ASSERT_NO_FATAL_FAILURE(setAndVerifyParameters(Volume::mute, mParamMute, EX_NONE)); in TEST_P()
216 ASSERT_NO_FATAL_FAILURE(setAndVerifyParameters(Volume::mute, true /*mute*/, EX_NONE)); in TEST_P()
237 ASSERT_NO_FATAL_FAILURE(setAndVerifyParameters(Volume::mute, false /*unmute*/, EX_NONE)); in TEST_P()
312 std::string mute = std::to_string(std::get<PARAM_MUTE>(info.param)); in __anon64a1c8a70102() local
313 std::string name = getPrefix(descriptor) + "_level" + level + "_mute" + mute; in __anon64a1c8a70102()
/hardware/qcom/audio/legacy/alsa_sound/
DALSAMixer.cpp86 mute(false) in mixer_info_t()
94 bool mute; member
369 info->mute = state; in setCaptureMuteState()
385 *state = info->mute; in getCaptureMuteState()
410 info->mute = state; in setPlaybackMuteState()
426 *state = info->mute; in getPlaybackMuteState()
/hardware/interfaces/audio/6.0/
DIDevice.hal56 * @param mute whether microphone is muted.
59 setMicMute(bool mute) generates (Result retval);
65 * @return mute whether microphone is muted.
67 getMicMute() generates (Result retval, bool mute);
70 * Set the audio mute status for all audio activities. If the return value
73 * @param mute whether audio is muted.
76 setMasterMute(bool mute) generates (Result retval);
79 * Get the current master mute status for the HAL, if the HAL supports
80 * master mute control. AudioFlinger will query this value from the primary
82 * initial master mute across all HALs. HAL must indicate that the feature
[all …]
/hardware/interfaces/audio/core/all-versions/default/
DDevice.cpp110 Return<Result> Device::setMicMute(bool mute) { in setMicMute() argument
111 return analyzeStatus("set_mic_mute", mDevice->set_mic_mute(mDevice, mute), {ENOSYS} /*ignore*/); in setMicMute()
115 bool mute = false; in getMicMute() local
116 Result retval = analyzeStatus("get_mic_mute", mDevice->get_mic_mute(mDevice, &mute), in getMicMute()
118 _hidl_cb(retval, mute); in getMicMute()
122 Return<Result> Device::setMasterMute(bool mute) { in setMasterMute() argument
125 retval = analyzeStatus("set_master_mute", mDevice->set_master_mute(mDevice, mute), in setMasterMute()
133 bool mute = false; in getMasterMute() local
135 retval = analyzeStatus("get_master_mute", mDevice->get_master_mute(mDevice, &mute), in getMasterMute()
138 _hidl_cb(retval, mute); in getMasterMute()
DPrimaryDevice.cpp57 Return<Result> PrimaryDevice::setMicMute(bool mute) { in setMicMute() argument
58 return mDevice->setMicMute(mute); in setMicMute()
65 Return<Result> PrimaryDevice::setMasterMute(bool mute) { in setMasterMute() argument
66 return mDevice->setMasterMute(mute); in setMasterMute()
/hardware/interfaces/audio/7.0/
DIDevice.hal56 * @param mute whether microphone is muted.
59 setMicMute(bool mute) generates (Result retval);
65 * @return mute whether microphone is muted.
67 getMicMute() generates (Result retval, bool mute);
70 * Set the audio mute status for all audio activities. If the return value
73 * @param mute whether audio is muted.
76 setMasterMute(bool mute) generates (Result retval);
79 * Get the current master mute status for the HAL, if the HAL supports
80 * master mute control. AudioFlinger will query this value from the primary
82 * initial master mute across all HALs. HAL must indicate that the feature
[all …]
/hardware/interfaces/audio/aidl/android/hardware/audio/effect/
DVolume.aidl51 boolean mute;
/hardware/interfaces/audio/aidl/default/usb/
DUsbAlsaMixerControl.cpp50 ndk::ScopedAStatus UsbAlsaMixerControl::setMasterMute(bool mute) { in setMasterMute() argument
53 if (auto result = it->second->setMasterMute(mute); !result.isOk()) { in setMasterMute()
DModuleUsb.cpp128 ndk::ScopedAStatus ModuleUsb::onMasterMuteChanged(bool mute) { in onMasterMuteChanged() argument
129 return usb::UsbAlsaMixerControl::getInstance().setMasterMute(mute); in onMasterMuteChanged()
/hardware/interfaces/audio/aidl/aidl_api/android.hardware.audio.effect/2/android/hardware/audio/effect/
DVolume.aidl39 boolean mute;
/hardware/interfaces/audio/aidl/aidl_api/android.hardware.audio.effect/1/android/hardware/audio/effect/
DVolume.aidl39 boolean mute;
/hardware/interfaces/audio/aidl/aidl_api/android.hardware.audio.effect/current/android/hardware/audio/effect/
DVolume.aidl39 boolean mute;
/hardware/interfaces/audio/aidl/android/hardware/audio/core/
DIModule.aidl656 void setMasterMute(boolean mute); in setMasterMute() argument
716 void setMicMute(boolean mute); in setMicMute() argument
/hardware/interfaces/audio/aidl/aidl_api/android.hardware.audio.core/1/android/hardware/audio/core/
DIModule.aidl58 void setMasterMute(boolean mute); in setMasterMute() argument
62 void setMicMute(boolean mute); in setMicMute() argument
/hardware/interfaces/audio/aidl/aidl_api/android.hardware.audio.core/2/android/hardware/audio/core/
DIModule.aidl58 void setMasterMute(boolean mute); in setMasterMute() argument
62 void setMicMute(boolean mute); in setMicMute() argument
/hardware/interfaces/audio/aidl/aidl_api/android.hardware.audio.core/current/android/hardware/audio/core/
DIModule.aidl58 void setMasterMute(boolean mute); in setMasterMute() argument
62 void setMicMute(boolean mute); in setMicMute() argument
/hardware/interfaces/audio/core/all-versions/default/include/core/default/
DPrimaryDevice.h50 Return<Result> setMicMute(bool mute) override;
52 Return<Result> setMasterMute(bool mute) override;
DDevice.h62 Return<Result> setMicMute(bool mute) override;
64 Return<Result> setMasterMute(bool mute) override;
/hardware/interfaces/audio/aidl/default/include/core-impl/
DModuleRemoteSubmix.h56 ndk::ScopedAStatus onMasterMuteChanged(bool mute) override;
DModuleUsb.h56 ndk::ScopedAStatus onMasterMuteChanged(bool mute) override;

12