Home
last modified time | relevance | path

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

/hardware/libhardware_legacy/include/hardware_legacy/
DAudioHardwareBase.h49 virtual status_t getMasterVolume(float *volume);
DAudioHardwareInterface.h231 virtual status_t getMasterVolume(float *volume) = 0;
/hardware/libhardware_legacy/audio/
DAudioHardwareInterface.cpp132 status_t AudioHardwareBase::getMasterVolume(float *volume) in getMasterVolume() function in android_audio_legacy::AudioHardwareBase
Daudio_hw_hal.cpp442 return ladev->hwif->getMasterVolume(volume); in adev_get_master_volume()
/hardware/interfaces/audio/aidl/default/alsa/
DMixer.h43 ndk::ScopedAStatus getMasterVolume(float* volume);
DMixer.cpp115 ndk::ScopedAStatus Mixer::getMasterVolume(float* volume) { in getMasterVolume() function in aidl::android::hardware::audio::core::alsa::Mixer
/hardware/interfaces/audio/core/all-versions/default/
DPrimaryDevice.cpp53 Return<void> PrimaryDevice::getMasterVolume(getMasterVolume_cb _hidl_cb) { in getMasterVolume() function in android::hardware::audio::CPP_VERSION::implementation::PrimaryDevice
54 return mDevice->getMasterVolume(_hidl_cb); in getMasterVolume()
DDevice.cpp99 Return<void> Device::getMasterVolume(getMasterVolume_cb _hidl_cb) { in getMasterVolume() function in android::hardware::audio::CPP_VERSION::implementation::Device
/hardware/interfaces/audio/aidl/default/usb/
DModuleUsb.cpp125 getMasterVolume(), connected); in onExternalDeviceConnectionChanged()
/hardware/interfaces/audio/aidl/android/hardware/audio/core/
DIModule.aidl668 float getMasterVolume(); in getMasterVolume() method
/hardware/interfaces/audio/aidl/aidl_api/android.hardware.audio.core/1/android/hardware/audio/core/
DIModule.aidl59 float getMasterVolume(); in getMasterVolume() method
/hardware/interfaces/audio/aidl/aidl_api/android.hardware.audio.core/2/android/hardware/audio/core/
DIModule.aidl59 float getMasterVolume(); in getMasterVolume() method
/hardware/interfaces/audio/aidl/aidl_api/android.hardware.audio.core/current/android/hardware/audio/core/
DIModule.aidl59 float getMasterVolume(); in getMasterVolume() method
/hardware/interfaces/audio/aidl/default/include/core-impl/
DModule.h110 ndk::ScopedAStatus getMasterVolume(float* _aidl_return) override;
242 bool getMasterVolume() const { return mMasterVolume; } in getMasterVolume() function
/hardware/interfaces/audio/core/all-versions/default/include/core/default/
DPrimaryDevice.h49 Return<void> getMasterVolume(getMasterVolume_cb _hidl_cb) override;
DDevice.h61 Return<void> getMasterVolume(getMasterVolume_cb _hidl_cb) override;
/hardware/interfaces/audio/2.0/
DIDevice.hal53 getMasterVolume() generates (Result retval, float volume);
/hardware/interfaces/audio/5.0/
DIDevice.hal51 getMasterVolume() generates (Result retval, float volume);
/hardware/interfaces/audio/4.0/
DIDevice.hal51 getMasterVolume() generates (Result retval, float volume);
/hardware/qcom/audio/legacy/alsa_sound/
Daudio_hw_hal.cpp461 return qadev->hwif->getMasterVolume(volume); in adev_get_master_volume()
/hardware/interfaces/audio/6.0/
DIDevice.hal51 getMasterVolume() generates (Result retval, float volume);
/hardware/interfaces/audio/7.0/
DIDevice.hal51 getMasterVolume() generates (Result retval, float volume);
/hardware/interfaces/audio/core/all-versions/vts/functional/
DAudioPrimaryHidlHalTest.h523 "master volume", Initial{1}, {0, 0.5}, &IDevice::setMasterVolume, &IDevice::getMasterVolume, in TEST_P()
/hardware/interfaces/audio/aidl/default/
DModule.cpp1305 ndk::ScopedAStatus Module::getMasterVolume(float* _aidl_return) { in getMasterVolume() function in aidl::android::hardware::audio::core::Module
/hardware/interfaces/audio/aidl/vts/
DVtsHalAudioCoreModuleTargetTest.cpp2119 module.get(), &IModule::getMasterVolume, &IModule::setMasterVolume, {0.0f, 0.5f, 1.0f}, in TEST_P()