Home
last modified time | relevance | path

Searched refs:IBluetoothLe (Results 1 – 5 of 5) sorted by relevance

/frameworks/av/media/libaudioclient/aidl/fuzzer/libaudiomockhal/
DModuleMock.cpp61 ndk::ScopedAStatus ModuleMock::getBluetoothLe(std::shared_ptr<IBluetoothLe>* _aidl_return) { in getBluetoothLe()
/frameworks/av/media/libaudioclient/aidl/fuzzer/libaudiomockhal/include/core-mock/
DModuleMock.h34 ndk::ScopedAStatus getBluetoothLe(std::shared_ptr<IBluetoothLe>*) override;
/frameworks/av/media/libaudiohal/impl/
DDeviceHalAidl.h242 const std::shared_ptr<::aidl::android::hardware::audio::core::IBluetoothLe> mBluetoothLe;
DDeviceHalAidl.cpp68 using aidl::android::hardware::audio::core::IBluetoothLe;
111 mBluetoothLe(retrieveSubInterface<IBluetoothLe>(module, &IModule::getBluetoothLe)), in DeviceHalAidl()
/frameworks/av/media/libaudiohal/tests/
DCoreAudioHalAidl_test.cpp246 std::shared_ptr<::aidl::android::hardware::audio::core::IBluetoothLe>*) override { in getBluetoothLe() argument