Searched refs:getBluetoothA2dp (Results 1 – 11 of 11) sorted by relevance
29 ndk::ScopedAStatus getBluetoothA2dp(std::shared_ptr<IBluetoothA2dp>* _aidl_return) override;
46 ndk::ScopedAStatus getBluetoothA2dp(std::shared_ptr<IBluetoothA2dp>* _aidl_return) override;
68 ndk::ScopedAStatus getBluetoothA2dp(std::shared_ptr<IBluetoothA2dp>* _aidl_return) override;
46 ndk::ScopedAStatus ModuleStub::getBluetoothA2dp(std::shared_ptr<IBluetoothA2dp>* _aidl_return) { in getBluetoothA2dp() function in aidl::android::hardware::audio::core::ModuleStub
119 @nullable IBluetoothA2dp getBluetoothA2dp(); in getBluetoothA2dp() method
40 @nullable android.hardware.audio.core.IBluetoothA2dp getBluetoothA2dp(); in getBluetoothA2dp() method
94 ndk::ScopedAStatus ModuleBluetooth::getBluetoothA2dp( in getBluetoothA2dp() function in aidl::android::hardware::audio::core::ModuleBluetooth
546 ndk::ScopedAStatus Module::getBluetoothA2dp(std::shared_ptr<IBluetoothA2dp>* _aidl_return) { in getBluetoothA2dp() function in aidl::android::hardware::audio::core::Module
2397 ASSERT_IS_OK(module->getBluetoothA2dp(&bluetooth)); in SetUp()2410 EXPECT_IS_OK(module->getBluetoothA2dp(&bluetooth2)); in TEST_P()