Home
last modified time | relevance | path

Searched defs:getHwVolume (Results 1 – 12 of 12) sorted by relevance

/aosp_15_r20/out/soong/.intermediates/hardware/interfaces/audio/aidl/android.hardware.audio.core-V3-ndk-source/gen/android/hardware/audio/core/
DIStreamOut.cpp387 ::ndk::ScopedAStatus BpStreamOut::getHwVolume(std::vector<float>* _aidl_return) { in getHwVolume() function in aidl::android::hardware::audio::core::BpStreamOut
966 ::ndk::ScopedAStatus IStreamOutDefault::getHwVolume(std::vector<float>* /*_aidl_return*/) { in getHwVolume() function in aidl::android::hardware::audio::core::IStreamOutDefault
/aosp_15_r20/frameworks/av/media/libaudioclient/aidl/fuzzer/libaudiomockhal/
H A DStreamOutMock.cpp30 ndk::ScopedAStatus StreamOutMock::getHwVolume(std::vector<float>* _aidl_return) { in getHwVolume() function in aidl::android::hardware::audio::core::StreamOutMock
/aosp_15_r20/hardware/interfaces/audio/aidl/aidl_api/android.hardware.audio.core/current/android/hardware/audio/core/
H A DIStreamOut.aidl40 float[] getHwVolume(); in getHwVolume() method
/aosp_15_r20/hardware/interfaces/audio/aidl/android/hardware/audio/core/
H A DIStreamOut.aidl84 float[] getHwVolume(); in getHwVolume() method
/aosp_15_r20/hardware/interfaces/audio/aidl/aidl_api/android.hardware.audio.core/1/android/hardware/audio/core/
H A DIStreamOut.aidl40 float[] getHwVolume(); in getHwVolume() method
/aosp_15_r20/out/soong/.intermediates/hardware/interfaces/audio/aidl/android.hardware.audio.core_interface/dump/android/hardware/audio/core/
DIStreamOut.aidl40 float[] getHwVolume(); in getHwVolume() method
/aosp_15_r20/hardware/interfaces/audio/aidl/aidl_api/android.hardware.audio.core/2/android/hardware/audio/core/
H A DIStreamOut.aidl40 float[] getHwVolume(); in getHwVolume() method
/aosp_15_r20/out/soong/.intermediates/hardware/interfaces/audio/aidl/android.hardware.audio.core-V3-ndk-source/gen/include/aidl/android/hardware/audio/core/
DBnStreamOut.h58 ::ndk::ScopedAStatus getHwVolume(std::vector<float>* _aidl_return) override { in getHwVolume() function
/aosp_15_r20/hardware/interfaces/audio/aidl/default/usb/
H A DStreamUsb.cpp99 ndk::ScopedAStatus StreamOutUsb::getHwVolume(std::vector<float>* _aidl_return) { in getHwVolume() function in aidl::android::hardware::audio::core::StreamOutUsb
/aosp_15_r20/hardware/interfaces/audio/aidl/default/primary/
H A DStreamPrimary.cpp262 ndk::ScopedAStatus StreamOutPrimary::getHwVolume(std::vector<float>* _aidl_return) { in getHwVolume() function in aidl::android::hardware::audio::core::StreamOutPrimary
/aosp_15_r20/hardware/interfaces/audio/aidl/default/
H A DStream.cpp1030 ndk::ScopedAStatus StreamOut::getHwVolume(std::vector<float>* _aidl_return) { in getHwVolume() function in aidl::android::hardware::audio::core::StreamOut
/aosp_15_r20/frameworks/av/media/libaudiohal/tests/
H A DCoreAudioHalAidl_test.cpp302 ndk::ScopedAStatus getHwVolume(std::vector<float>*) override { in getHwVolume() function in __anon5a59cc030111::StreamOutMock