Home
last modified time | relevance | path

Searched refs:setHfpConfig (Results 1 – 7 of 7) sorted by relevance

/hardware/interfaces/audio/aidl/android/hardware/audio/core/
DIBluetooth.aidl129 HfpConfig setHfpConfig(in HfpConfig config); in setHfpConfig() method
/hardware/interfaces/audio/aidl/aidl_api/android.hardware.audio.core/1/android/hardware/audio/core/
DIBluetooth.aidl38 …android.hardware.audio.core.IBluetooth.HfpConfig setHfpConfig(in android.hardware.audio.core.IBlue… in setHfpConfig() method
/hardware/interfaces/audio/aidl/aidl_api/android.hardware.audio.core/2/android/hardware/audio/core/
DIBluetooth.aidl38 …android.hardware.audio.core.IBluetooth.HfpConfig setHfpConfig(in android.hardware.audio.core.IBlue… in setHfpConfig() method
/hardware/interfaces/audio/aidl/aidl_api/android.hardware.audio.core/current/android/hardware/audio/core/
DIBluetooth.aidl38 …android.hardware.audio.core.IBluetooth.HfpConfig setHfpConfig(in android.hardware.audio.core.IBlue… in setHfpConfig() method
/hardware/interfaces/audio/aidl/default/include/core-impl/
DBluetooth.h40 ndk::ScopedAStatus setHfpConfig(const HfpConfig& in_config, HfpConfig* _aidl_return) override;
/hardware/interfaces/audio/aidl/default/
DBluetooth.cpp57 ndk::ScopedAStatus Bluetooth::setHfpConfig(const HfpConfig& in_config, HfpConfig* _aidl_return) { in setHfpConfig() function in aidl::android::hardware::audio::core::Bluetooth
/hardware/interfaces/audio/aidl/vts/
DVtsHalAudioCoreModuleTargetTest.cpp2358 ASSERT_STATUS(kStatuses, status = bluetooth->setHfpConfig({}, &hfpConfig)); in TEST_P()
2366 ASSERT_IS_OK(bluetooth->setHfpConfig(hfpConfig, &hfpConfig2)); in TEST_P()
2377 ASSERT_STATUS(kStatuses, status = bluetooth->setHfpConfig({}, &hfpConfig)); in TEST_P()
2382 bluetooth->setHfpConfig({.sampleRate = Int{-1}}, &hfpConfig)); in TEST_P()
2383 EXPECT_STATUS(EX_ILLEGAL_ARGUMENT, bluetooth->setHfpConfig({.sampleRate = Int{0}}, &hfpConfig)); in TEST_P()
2385 bluetooth->setHfpConfig({.volume = Float{IBluetooth::HfpConfig::VOLUME_MIN - 1}}, in TEST_P()
2388 bluetooth->setHfpConfig({.volume = Float{IBluetooth::HfpConfig::VOLUME_MAX + 1}}, in TEST_P()