/frameworks/av/media/libaudiohal/include/media/audiohal/ |
D | DeviceHalInterface.h | 72 virtual status_t getMasterMute(bool *state) = 0;
|
/frameworks/av/media/libaudioclient/aidl/fuzzer/libaudiomockhal/ |
D | ModuleMock.cpp | 78 ndk::ScopedAStatus ModuleMock::getMasterMute(bool* _aidl_return) { in getMasterMute() function in aidl::android::hardware::audio::core::ModuleMock
|
/frameworks/av/media/libaudiohal/impl/ |
D | DeviceHalHidl.h | 61 status_t getMasterMute(bool *state) override;
|
D | DeviceHalAidl.h | 107 status_t getMasterMute(bool *state) override;
|
D | DeviceHalHidl.cpp | 193 status_t DeviceHalHidl::getMasterMute(bool *state) { in getMasterMute() function in android::DeviceHalHidl 197 Return<void> ret = mDevice->getMasterMute( in getMasterMute()
|
D | DeviceHalAidl.cpp | 222 status_t DeviceHalAidl::getMasterMute(bool *state) { in getMasterMute() function in android::DeviceHalAidl 229 return statusTFromBinderStatus(mModule->getMasterMute(state)); in getMasterMute()
|
/frameworks/av/media/libaudioclient/aidl/fuzzer/libaudiomockhal/include/core-mock/ |
D | ModuleMock.h | 39 ndk::ScopedAStatus getMasterMute(bool*) override;
|
/frameworks/av/media/libaudioclient/tests/ |
D | audiosystem_tests.cpp | 161 EXPECT_EQ(NO_ERROR, AudioSystem::getMasterMute(&origMuteState)); in TEST_F() 163 EXPECT_EQ(NO_ERROR, AudioSystem::getMasterMute(&tstMuteState)); in TEST_F() 166 EXPECT_EQ(NO_ERROR, AudioSystem::getMasterMute(&tstMuteState)); in TEST_F()
|
/frameworks/av/media/libaudioclient/include/media/ |
D | AudioSystem.h | 125 static status_t getMasterMute(bool* mute);
|
/frameworks/av/media/libaudioclient/fuzzer/ |
D | audioflinger_fuzzer.cpp | 501 AudioSystem::getMasterMute(&state); in invokeAudioSystem()
|
/frameworks/base/media/java/android/media/ |
D | AudioSystem.java | 1820 public static native boolean getMasterMute(); in getMasterMute() method in AudioSystem
|
/frameworks/av/media/libaudiohal/tests/ |
D | CoreAudioHalAidl_test.cpp | 411 ndk::ScopedAStatus getMasterMute(bool*) override { return ndk::ScopedAStatus::ok(); } in getMasterMute() function in __anon8d47b1a10111::ModuleMock
|
/frameworks/base/core/jni/ |
D | android_media_AudioSystem.cpp | 866 if (AudioSystem::getMasterMute(&mute) != NO_ERROR) { in android_media_AudioSystem_getMasterMute() 3408 MAKE_AUDIO_SYSTEM_METHOD(getMasterMute),
|
/frameworks/av/media/libaudioclient/ |
D | AudioSystem.cpp | 301 status_t AudioSystem::getMasterMute(bool* mute) { in getMasterMute() function in android::AudioSystem
|
/frameworks/av/services/audioflinger/ |
D | AudioFlinger.cpp | 2585 if (OK == dev->getMasterMute(&mm)) { in loadHwModule_ll()
|