Home
last modified time | relevance | path

Searched refs:BluetoothHciCallbacks (Results 1 – 4 of 4) sorted by relevance

/hardware/interfaces/bluetooth/1.0/default/test/fuzzer/
DbluetoothV1.0_fuzzer.cpp53 class BluetoothHciCallbacks : public IBluetoothHciCallbacks { class
55 virtual ~BluetoothHciCallbacks() = default;
117 sp<BluetoothHciCallbacks> bluetoothCallback = in process()
118 sp<BluetoothHciCallbacks>::make(); in process()
/hardware/interfaces/bluetooth/1.0/vts/functional/
DVtsHalBluetoothV1_0TargetTest.cpp187 bluetooth_cb = new BluetoothHciCallbacks(*this); in SetUp()
257 class BluetoothHciCallbacks class in BluetoothHidlTest
263 BluetoothHciCallbacks(BluetoothHidlTest& parent) : parent_(parent){}; in BluetoothHciCallbacks() function in BluetoothHidlTest::BluetoothHciCallbacks
265 virtual ~BluetoothHciCallbacks() = default;
301 sp<BluetoothHciCallbacks> bluetooth_cb;
/hardware/interfaces/bluetooth/1.1/vts/functional/
DVtsHalBluetoothV1_1TargetTest.cpp188 bluetooth_cb = new BluetoothHciCallbacks(*this); in SetUp()
259 class BluetoothHciCallbacks class in BluetoothHidlTest
265 BluetoothHciCallbacks(BluetoothHidlTest& parent) : parent_(parent){}; in BluetoothHciCallbacks() function in BluetoothHidlTest::BluetoothHciCallbacks
267 virtual ~BluetoothHciCallbacks() = default;
311 sp<BluetoothHciCallbacks> bluetooth_cb;
/hardware/interfaces/bluetooth/aidl/vts/
DVtsHalBluetoothTargetTest.cpp179 hci_cb = ndk::SharedRefBase::make<BluetoothHciCallbacks>(*this); in SetUp()
240 class BluetoothHciCallbacks class in BluetoothAidlTest
245 explicit BluetoothHciCallbacks(BluetoothAidlTest& parent) in BluetoothHciCallbacks() function in BluetoothAidlTest::BluetoothHciCallbacks
248 ~BluetoothHciCallbacks() override = default;
377 std::shared_ptr<BluetoothHciCallbacks> hci_cb;