Home
last modified time | relevance | path

Searched refs:getHwVolume (Results 1 – 11 of 11) sorted by relevance

/hardware/interfaces/audio/aidl/android/hardware/audio/core/
DIStreamOut.aidl84 float[] getHwVolume(); in getHwVolume() method
/hardware/interfaces/audio/aidl/aidl_api/android.hardware.audio.core/2/android/hardware/audio/core/
DIStreamOut.aidl40 float[] getHwVolume(); in getHwVolume() method
/hardware/interfaces/audio/aidl/aidl_api/android.hardware.audio.core/current/android/hardware/audio/core/
DIStreamOut.aidl40 float[] getHwVolume(); in getHwVolume() method
/hardware/interfaces/audio/aidl/aidl_api/android.hardware.audio.core/1/android/hardware/audio/core/
DIStreamOut.aidl40 float[] getHwVolume(); in getHwVolume() method
/hardware/interfaces/audio/aidl/default/include/core-impl/
DStreamUsb.h72 ndk::ScopedAStatus getHwVolume(std::vector<float>* _aidl_return) override;
DStreamPrimary.h88 ndk::ScopedAStatus getHwVolume(std::vector<float>* _aidl_return) override;
DStream.h520 ndk::ScopedAStatus getHwVolume(std::vector<float>* _aidl_return) override;
/hardware/interfaces/audio/aidl/default/usb/
DStreamUsb.cpp99 ndk::ScopedAStatus StreamOutUsb::getHwVolume(std::vector<float>* _aidl_return) { in getHwVolume() function in aidl::android::hardware::audio::core::StreamOutUsb
/hardware/interfaces/audio/aidl/default/primary/
DStreamPrimary.cpp223 ndk::ScopedAStatus StreamOutPrimary::getHwVolume(std::vector<float>* _aidl_return) { in getHwVolume() function in aidl::android::hardware::audio::core::StreamOutPrimary
/hardware/interfaces/audio/aidl/default/
DStream.cpp957 ndk::ScopedAStatus StreamOut::getHwVolume(std::vector<float>* _aidl_return) { in getHwVolume() function in aidl::android::hardware::audio::core::StreamOut
/hardware/interfaces/audio/aidl/vts/
DVtsHalAudioCoreModuleTargetTest.cpp3329 stream.getStream(), &IStreamOut::getHwVolume, &IStreamOut::setHwVolume, in HwGainHwVolume()