Home
last modified time | relevance | path

Searched refs:getMasterVolume (Results 1 – 16 of 16) sorted by relevance

/frameworks/av/media/libaudiohal/include/media/audiohal/
DDeviceHalInterface.h63 virtual status_t getMasterVolume(float *volume) = 0;
/frameworks/av/media/libaudioclient/aidl/fuzzer/libaudiomockhal/
DModuleMock.cpp88 ndk::ScopedAStatus ModuleMock::getMasterVolume(float* _aidl_return) { in getMasterVolume() function in aidl::android::hardware::audio::core::ModuleMock
/frameworks/av/media/libaudiohal/impl/
DDeviceHalHidl.h52 status_t getMasterVolume(float *volume) override;
DDeviceHalAidl.h95 status_t getMasterVolume(float *volume) override;
DDeviceHalHidl.cpp146 status_t DeviceHalHidl::getMasterVolume(float *volume) { in getMasterVolume() function in android::DeviceHalHidl
150 Return<void> ret = mDevice->getMasterVolume( in getMasterVolume()
DDeviceHalAidl.cpp177 status_t DeviceHalAidl::getMasterVolume(float *volume) { in getMasterVolume() function in android::DeviceHalAidl
184 return statusTFromBinderStatus(mModule->getMasterVolume(volume)); in getMasterVolume()
/frameworks/av/media/libaudioclient/aidl/fuzzer/libaudiomockhal/include/core-mock/
DModuleMock.h41 ndk::ScopedAStatus getMasterVolume(float*) override;
/frameworks/av/media/libaudioclient/tests/
Daudiosystem_tests.cpp143 EXPECT_EQ(NO_ERROR, AudioSystem::getMasterVolume(&origVol)); in TEST_F()
151 EXPECT_EQ(NO_ERROR, AudioSystem::getMasterVolume(&tstVol)); in TEST_F()
154 EXPECT_EQ(NO_ERROR, AudioSystem::getMasterVolume(&tstVol)); in TEST_F()
/frameworks/av/media/libaudioclient/include/media/
DAudioSystem.h121 static status_t getMasterVolume(float* volume);
/frameworks/av/media/libaudioclient/fuzzer/
Daudioflinger_fuzzer.cpp498 AudioSystem::getMasterVolume(&volume); in invokeAudioSystem()
/frameworks/base/media/java/android/media/
DAudioSystem.java1814 public static native float getMasterVolume(); in getMasterVolume() method in AudioSystem
/frameworks/av/media/libaudiohal/tests/
DCoreAudioHalAidl_test.cpp413 ndk::ScopedAStatus getMasterVolume(float*) override { return ndk::ScopedAStatus::ok(); } in getMasterVolume() function in __anon0285cf8d0111::ModuleMock
/frameworks/base/core/jni/
Dandroid_media_AudioSystem.cpp850 if (AudioSystem::getMasterVolume(&value) != NO_ERROR) { in android_media_AudioSystem_getMasterVolume()
3406 MAKE_AUDIO_SYSTEM_METHOD(getMasterVolume),
/frameworks/av/media/libaudioclient/
DAudioSystem.cpp294 status_t AudioSystem::getMasterVolume(float* volume) { in getMasterVolume() function in android::AudioSystem
/frameworks/av/services/audioflinger/
DAudioFlinger.cpp2579 if (OK == dev->getMasterVolume(&mv)) { in loadHwModule_ll()
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt24824 Landroid/media/AudioSystem;->getMasterVolume()F