Searched refs:IBluetoothA2dp (Results 1 – 5 of 5) sorted by relevance
56 ndk::ScopedAStatus ModuleMock::getBluetoothA2dp(std::shared_ptr<IBluetoothA2dp>* _aidl_return) { in getBluetoothA2dp()
33 ndk::ScopedAStatus getBluetoothA2dp(std::shared_ptr<IBluetoothA2dp>*) override;
241 const std::shared_ptr<::aidl::android::hardware::audio::core::IBluetoothA2dp> mBluetoothA2dp;
67 using aidl::android::hardware::audio::core::IBluetoothA2dp;110 mBluetoothA2dp(retrieveSubInterface<IBluetoothA2dp>(module, &IModule::getBluetoothA2dp)), in DeviceHalAidl()
242 std::shared_ptr<::aidl::android::hardware::audio::core::IBluetoothA2dp>*) override { in getBluetoothA2dp() argument