Home
last modified time | relevance | path

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

/hardware/interfaces/audio/aidl/default/include/core-impl/
DModuleStub.h29 ndk::ScopedAStatus getBluetoothA2dp(std::shared_ptr<IBluetoothA2dp>* _aidl_return) override;
DModuleBluetooth.h46 ndk::ScopedAStatus getBluetoothA2dp(std::shared_ptr<IBluetoothA2dp>* _aidl_return) override;
DModule.h68 ndk::ScopedAStatus getBluetoothA2dp(std::shared_ptr<IBluetoothA2dp>* _aidl_return) override;
/hardware/interfaces/audio/aidl/default/stub/
DModuleStub.cpp46 ndk::ScopedAStatus ModuleStub::getBluetoothA2dp(std::shared_ptr<IBluetoothA2dp>* _aidl_return) { in getBluetoothA2dp() function in aidl::android::hardware::audio::core::ModuleStub
/hardware/interfaces/audio/aidl/android/hardware/audio/core/
DIModule.aidl119 @nullable IBluetoothA2dp getBluetoothA2dp(); in getBluetoothA2dp() method
/hardware/interfaces/audio/aidl/aidl_api/android.hardware.audio.core/1/android/hardware/audio/core/
DIModule.aidl40 @nullable android.hardware.audio.core.IBluetoothA2dp getBluetoothA2dp(); in getBluetoothA2dp() method
/hardware/interfaces/audio/aidl/aidl_api/android.hardware.audio.core/2/android/hardware/audio/core/
DIModule.aidl40 @nullable android.hardware.audio.core.IBluetoothA2dp getBluetoothA2dp(); in getBluetoothA2dp() method
/hardware/interfaces/audio/aidl/aidl_api/android.hardware.audio.core/current/android/hardware/audio/core/
DIModule.aidl40 @nullable android.hardware.audio.core.IBluetoothA2dp getBluetoothA2dp(); in getBluetoothA2dp() method
/hardware/interfaces/audio/aidl/default/bluetooth/
DModuleBluetooth.cpp94 ndk::ScopedAStatus ModuleBluetooth::getBluetoothA2dp( in getBluetoothA2dp() function in aidl::android::hardware::audio::core::ModuleBluetooth
/hardware/interfaces/audio/aidl/default/
DModule.cpp546 ndk::ScopedAStatus Module::getBluetoothA2dp(std::shared_ptr<IBluetoothA2dp>* _aidl_return) { in getBluetoothA2dp() function in aidl::android::hardware::audio::core::Module
/hardware/interfaces/audio/aidl/vts/
DVtsHalAudioCoreModuleTargetTest.cpp2397 ASSERT_IS_OK(module->getBluetoothA2dp(&bluetooth)); in SetUp()
2410 EXPECT_IS_OK(module->getBluetoothA2dp(&bluetooth2)); in TEST_P()