Searched refs:getBluetooth (Results 1 – 11 of 11) sorted by relevance
28 ndk::ScopedAStatus getBluetooth(std::shared_ptr<IBluetooth>* _aidl_return) override;
30 ndk::ScopedAStatus getBluetooth(std::shared_ptr<IBluetooth>* _aidl_return) override;
67 ndk::ScopedAStatus getBluetooth(std::shared_ptr<IBluetooth>* _aidl_return) override;
36 ndk::ScopedAStatus ModuleStub::getBluetooth(std::shared_ptr<IBluetooth>* _aidl_return) { in getBluetooth() function in aidl::android::hardware::audio::core::ModuleStub
55 ndk::ScopedAStatus ModuleUsb::getBluetooth(std::shared_ptr<IBluetooth>* _aidl_return) { in getBluetooth() function in aidl::android::hardware::audio::core::ModuleUsb
105 @nullable IBluetooth getBluetooth(); in getBluetooth() method
39 @nullable android.hardware.audio.core.IBluetooth getBluetooth(); in getBluetooth() method
540 ndk::ScopedAStatus Module::getBluetooth(std::shared_ptr<IBluetooth>* _aidl_return) { in getBluetooth() function in aidl::android::hardware::audio::core::Module
2313 ASSERT_IS_OK(module->getBluetooth(&bluetooth)); in SetUp()2326 EXPECT_IS_OK(module->getBluetooth(&bluetooth2)); in TEST_P()