Home
last modified time | relevance | path

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

/hardware/interfaces/audio/aidl/default/include/core-impl/
DModuleStub.h28 ndk::ScopedAStatus getBluetooth(std::shared_ptr<IBluetooth>* _aidl_return) override;
DModuleUsb.h30 ndk::ScopedAStatus getBluetooth(std::shared_ptr<IBluetooth>* _aidl_return) override;
DModule.h67 ndk::ScopedAStatus getBluetooth(std::shared_ptr<IBluetooth>* _aidl_return) override;
/hardware/interfaces/audio/aidl/default/stub/
DModuleStub.cpp36 ndk::ScopedAStatus ModuleStub::getBluetooth(std::shared_ptr<IBluetooth>* _aidl_return) { in getBluetooth() function in aidl::android::hardware::audio::core::ModuleStub
/hardware/interfaces/audio/aidl/default/usb/
DModuleUsb.cpp55 ndk::ScopedAStatus ModuleUsb::getBluetooth(std::shared_ptr<IBluetooth>* _aidl_return) { in getBluetooth() function in aidl::android::hardware::audio::core::ModuleUsb
/hardware/interfaces/audio/aidl/android/hardware/audio/core/
DIModule.aidl105 @nullable IBluetooth getBluetooth(); in getBluetooth() method
/hardware/interfaces/audio/aidl/aidl_api/android.hardware.audio.core/1/android/hardware/audio/core/
DIModule.aidl39 @nullable android.hardware.audio.core.IBluetooth getBluetooth(); in getBluetooth() method
/hardware/interfaces/audio/aidl/aidl_api/android.hardware.audio.core/2/android/hardware/audio/core/
DIModule.aidl39 @nullable android.hardware.audio.core.IBluetooth getBluetooth(); in getBluetooth() method
/hardware/interfaces/audio/aidl/aidl_api/android.hardware.audio.core/current/android/hardware/audio/core/
DIModule.aidl39 @nullable android.hardware.audio.core.IBluetooth getBluetooth(); in getBluetooth() method
/hardware/interfaces/audio/aidl/default/
DModule.cpp540 ndk::ScopedAStatus Module::getBluetooth(std::shared_ptr<IBluetooth>* _aidl_return) { in getBluetooth() function in aidl::android::hardware::audio::core::Module
/hardware/interfaces/audio/aidl/vts/
DVtsHalAudioCoreModuleTargetTest.cpp2313 ASSERT_IS_OK(module->getBluetooth(&bluetooth)); in SetUp()
2326 EXPECT_IS_OK(module->getBluetooth(&bluetooth2)); in TEST_P()