/aosp12/hardware/interfaces/bluetooth/1.1/default/ |
H A D | bluetooth_hci.cc | 80 auto hidl_status = cb->hciEventReceived(packet); in initialize_1_1() 133 Return<void> hciEventReceived( in hciEventReceived() function in android::hardware::bluetooth::V1_1::implementation::OldCbWrapper 135 return old_cb_->hciEventReceived(event); in hciEventReceived()
|
/aosp12/system/bt/gd/hci/ |
H A D | hci_layer_test.cc | 405 …hal->callbacks->hciEventReceived(GetPacketBytes(ResetCompleteBuilder::Create(num_packets, error_co… in SetUp() 441 hal->callbacks->hciEventReceived(GetPacketBytes(LeConnectionCompleteBuilder::Create( in TEST_F() 485 hal->callbacks->hciEventReceived(GetPacketBytes(NoCommandCompleteBuilder::Create(num_packets))); in TEST_F() 494 hal->callbacks->hciEventReceived(GetPacketBytes(NoCommandCompleteBuilder::Create(num_packets))); in TEST_F() 512 hal->callbacks->hciEventReceived(GetPacketBytes( in TEST_F() 559 hal->callbacks->hciEventReceived(GetPacketBytes( in TEST_F() 589 hal->callbacks->hciEventReceived( in TEST_F() 613 hal->callbacks->hciEventReceived( in TEST_F() 643 …hal->callbacks->hciEventReceived(GetPacketBytes(LeRandCompleteBuilder::Create(num_packets, status,… in TEST_F() 719 …hal->callbacks->hciEventReceived(GetPacketBytes(CreateConnectionStatusBuilder::Create(ErrorCode::S… in TEST_F() [all …]
|
H A D | hci_layer.cc | 361 void hciEventReceived(hal::HciPacket event_bytes) override { in hciEventReceived() function
|
/aosp12/system/bt/gd/hal/ |
H A D | hci_hal.h | 41 virtual void hciEventReceived(HciPacket event) = 0;
|
H A D | hci_hal_android_hidl.cc | 92 Return<void> hciEventReceived(const hidl_vec<uint8_t>& event) override { in hciEventReceived() function in bluetooth::hal::__anon8be7f41e0110::InternalHciCallbacks 100 callback_->hciEventReceived(std::move(received_hci_packet)); in hciEventReceived()
|
H A D | facade.cc | 103 void hciEventReceived(bluetooth::hal::HciPacket event) override { in hciEventReceived() function in bluetooth::hal::HciHalFacadeService
|
H A D | hci_hal_host_test.cc | 61 void hciEventReceived(HciPacket packet) override { in hciEventReceived() function in bluetooth::hal::__anon917a77ba0110::TestHciHalCallbacks
|
H A D | hci_hal_host.cc | 432 incoming_packet_callback_->hciEventReceived(receivedHciPacket); in incoming_packet_received()
|
/aosp12/system/bt/gd/hal/fuzz/ |
H A D | fuzz_hci_hal.cc | 87 callbacks_->hciEventReceived(data); in injectHciEvent()
|
/aosp12/hardware/interfaces/bluetooth/1.0/default/ |
H A D | bluetooth_hci.cc | 76 auto hidl_status = cb->hciEventReceived(packet); in initialize()
|
/aosp12/hardware/interfaces/bluetooth/1.0/ |
H A D | IBluetoothHciCallbacks.hal | 32 hciEventReceived(HciPacket event);
|
/aosp12/system/bt/gd/rust/hal/src/ffi/ |
H A D | hidl.cc | 39 Return<void> hciEventReceived(const hidl_vec<uint8_t>& event) { in hciEventReceived() function in bluetooth::hal::__anon01f098cf0110::HciCallbackTrampoline
|
/aosp12/system/bt/hci/src/ |
H A D | hci_layer_android.cc | 127 Return<void> hciEventReceived(const hidl_vec<uint8_t>& event) override { in hciEventReceived() function in BluetoothHciCallbacks
|
/aosp12/system/bt/vendor_libs/linux/interface/ |
H A D | bluetooth_hci.cc | 304 [cb](const hidl_vec<uint8_t>& packet) { cb->hciEventReceived(packet); }, in initialize_impl()
|
/aosp12/system/bt/test/rootcanal/ |
H A D | bluetooth_hci.cc | 113 auto ret = cb->hciEventReceived(hci_event); in initialize_impl()
|
/aosp12/hardware/interfaces/bluetooth/1.0/vts/functional/ |
H A D | VtsHalBluetoothV1_0TargetTest.cpp | 243 Return<void> hciEventReceived( in hciEventReceived() function in BluetoothHidlTest::BluetoothHciCallbacks
|
/aosp12/hardware/interfaces/bluetooth/1.1/vts/functional/ |
H A D | VtsHalBluetoothV1_1TargetTest.cpp | 245 Return<void> hciEventReceived( in hciEventReceived() function in BluetoothHidlTest::BluetoothHciCallbacks
|