Home
last modified time | relevance | path

Searched refs:hciEventReceived (Results 1 – 17 of 17) sorted by relevance

/aosp12/hardware/interfaces/bluetooth/1.1/default/
H A Dbluetooth_hci.cc80 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 Dhci_layer_test.cc405 …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 Dhci_layer.cc361 void hciEventReceived(hal::HciPacket event_bytes) override { in hciEventReceived() function
/aosp12/system/bt/gd/hal/
H A Dhci_hal.h41 virtual void hciEventReceived(HciPacket event) = 0;
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
100 callback_->hciEventReceived(std::move(received_hci_packet)); in hciEventReceived()
H A Dfacade.cc103 void hciEventReceived(bluetooth::hal::HciPacket event) override { in hciEventReceived() function in bluetooth::hal::HciHalFacadeService
H A Dhci_hal_host_test.cc61 void hciEventReceived(HciPacket packet) override { in hciEventReceived() function in bluetooth::hal::__anon917a77ba0110::TestHciHalCallbacks
H A Dhci_hal_host.cc432 incoming_packet_callback_->hciEventReceived(receivedHciPacket); in incoming_packet_received()
/aosp12/system/bt/gd/hal/fuzz/
H A Dfuzz_hci_hal.cc87 callbacks_->hciEventReceived(data); in injectHciEvent()
/aosp12/hardware/interfaces/bluetooth/1.0/default/
H A Dbluetooth_hci.cc76 auto hidl_status = cb->hciEventReceived(packet); in initialize()
/aosp12/hardware/interfaces/bluetooth/1.0/
H A DIBluetoothHciCallbacks.hal32 hciEventReceived(HciPacket event);
/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/vendor_libs/linux/interface/
H A Dbluetooth_hci.cc304 [cb](const hidl_vec<uint8_t>& packet) { cb->hciEventReceived(packet); }, in initialize_impl()
/aosp12/system/bt/test/rootcanal/
H A Dbluetooth_hci.cc113 auto ret = cb->hciEventReceived(hci_event); in initialize_impl()
/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