Home
last modified time | relevance | path

Searched defs:hciEventReceived (Results 1 – 9 of 9) sorted by relevance

/aosp12/system/bt/gd/rust/hal/src/ffi/
H A Dhidl.cc39 Return<void> hciEventReceived(const hidl_vec<uint8_t>& event) { in hciEventReceived() function in bluetooth::hal::__anon01f098cf0110::HciCallbackTrampoline
/aosp12/system/bt/hci/src/
H A Dhci_layer_android.cc127 Return<void> hciEventReceived(const hidl_vec<uint8_t>& event) override { in hciEventReceived() function in BluetoothHciCallbacks
/aosp12/system/bt/gd/hal/
H A Dfacade.cc103 void hciEventReceived(bluetooth::hal::HciPacket event) override { in hciEventReceived() function in bluetooth::hal::HciHalFacadeService
H A Dhci_hal_android_hidl.cc92 Return<void> hciEventReceived(const hidl_vec<uint8_t>& event) override { in hciEventReceived() function in bluetooth::hal::__anon8be7f41e0110::InternalHciCallbacks
H A Dhci_hal_host_test.cc61 void hciEventReceived(HciPacket packet) override { in hciEventReceived() function in bluetooth::hal::__anon917a77ba0110::TestHciHalCallbacks
/aosp12/hardware/interfaces/bluetooth/1.1/default/
H A Dbluetooth_hci.cc133 Return<void> hciEventReceived( in hciEventReceived() function in android::hardware::bluetooth::V1_1::implementation::OldCbWrapper
/aosp12/hardware/interfaces/bluetooth/1.0/vts/functional/
H A DVtsHalBluetoothV1_0TargetTest.cpp243 Return<void> hciEventReceived( in hciEventReceived() function in BluetoothHidlTest::BluetoothHciCallbacks
/aosp12/hardware/interfaces/bluetooth/1.1/vts/functional/
H A DVtsHalBluetoothV1_1TargetTest.cpp245 Return<void> hciEventReceived( in hciEventReceived() function in BluetoothHidlTest::BluetoothHciCallbacks
/aosp12/system/bt/gd/hci/
H A Dhci_layer.cc361 void hciEventReceived(hal::HciPacket event_bytes) override { in hciEventReceived() function