Searched refs:getBluetoothLe (Results 1 – 11 of 11) sorted by relevance
30 ndk::ScopedAStatus getBluetoothLe(std::shared_ptr<IBluetoothLe>* _aidl_return) override;
47 ndk::ScopedAStatus getBluetoothLe(std::shared_ptr<IBluetoothLe>* _aidl_return) override;
69 ndk::ScopedAStatus getBluetoothLe(std::shared_ptr<IBluetoothLe>* _aidl_return) override;
56 ndk::ScopedAStatus ModuleStub::getBluetoothLe(std::shared_ptr<IBluetoothLe>* _aidl_return) { in getBluetoothLe() function in aidl::android::hardware::audio::core::ModuleStub
133 @nullable IBluetoothLe getBluetoothLe(); in getBluetoothLe() method
41 @nullable android.hardware.audio.core.IBluetoothLe getBluetoothLe(); in getBluetoothLe() method
101 ndk::ScopedAStatus ModuleBluetooth::getBluetoothLe(std::shared_ptr<IBluetoothLe>* _aidl_return) { in getBluetoothLe() function in aidl::android::hardware::audio::core::ModuleBluetooth
552 ndk::ScopedAStatus Module::getBluetoothLe(std::shared_ptr<IBluetoothLe>* _aidl_return) { in getBluetoothLe() function in aidl::android::hardware::audio::core::Module
2450 ASSERT_IS_OK(module->getBluetoothLe(&bluetooth)); in SetUp()2463 EXPECT_IS_OK(module->getBluetoothLe(&bluetooth2)); in TEST_P()