Home
last modified time | relevance | path

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

/hardware/interfaces/audio/aidl/default/include/core-impl/
DModuleStub.h30 ndk::ScopedAStatus getBluetoothLe(std::shared_ptr<IBluetoothLe>* _aidl_return) override;
DModuleBluetooth.h47 ndk::ScopedAStatus getBluetoothLe(std::shared_ptr<IBluetoothLe>* _aidl_return) override;
DModule.h69 ndk::ScopedAStatus getBluetoothLe(std::shared_ptr<IBluetoothLe>* _aidl_return) override;
/hardware/interfaces/audio/aidl/default/stub/
DModuleStub.cpp56 ndk::ScopedAStatus ModuleStub::getBluetoothLe(std::shared_ptr<IBluetoothLe>* _aidl_return) { in getBluetoothLe() function in aidl::android::hardware::audio::core::ModuleStub
/hardware/interfaces/audio/aidl/android/hardware/audio/core/
DIModule.aidl133 @nullable IBluetoothLe getBluetoothLe(); in getBluetoothLe() method
/hardware/interfaces/audio/aidl/aidl_api/android.hardware.audio.core/1/android/hardware/audio/core/
DIModule.aidl41 @nullable android.hardware.audio.core.IBluetoothLe getBluetoothLe(); in getBluetoothLe() method
/hardware/interfaces/audio/aidl/aidl_api/android.hardware.audio.core/2/android/hardware/audio/core/
DIModule.aidl41 @nullable android.hardware.audio.core.IBluetoothLe getBluetoothLe(); in getBluetoothLe() method
/hardware/interfaces/audio/aidl/aidl_api/android.hardware.audio.core/current/android/hardware/audio/core/
DIModule.aidl41 @nullable android.hardware.audio.core.IBluetoothLe getBluetoothLe(); in getBluetoothLe() method
/hardware/interfaces/audio/aidl/default/bluetooth/
DModuleBluetooth.cpp101 ndk::ScopedAStatus ModuleBluetooth::getBluetoothLe(std::shared_ptr<IBluetoothLe>* _aidl_return) { in getBluetoothLe() function in aidl::android::hardware::audio::core::ModuleBluetooth
/hardware/interfaces/audio/aidl/default/
DModule.cpp552 ndk::ScopedAStatus Module::getBluetoothLe(std::shared_ptr<IBluetoothLe>* _aidl_return) { in getBluetoothLe() function in aidl::android::hardware::audio::core::Module
/hardware/interfaces/audio/aidl/vts/
DVtsHalAudioCoreModuleTargetTest.cpp2450 ASSERT_IS_OK(module->getBluetoothLe(&bluetooth)); in SetUp()
2463 EXPECT_IS_OK(module->getBluetoothLe(&bluetooth2)); in TEST_P()