Home
last modified time | relevance | path

Searched refs:scoDataReceived (Results 1 – 11 of 11) sorted by relevance

/system/bt/gd/hal/
Dhci_hal.h49 virtual void scoDataReceived(HciPacket data) = 0;
Dhci_hal_android_hidl.cc118 Return<void> scoDataReceived(const hidl_vec<uint8_t>& data) override { in scoDataReceived() function in bluetooth::hal::__anone88e76320111::InternalHciCallbacks
126 callback_->scoDataReceived(std::move(received_hci_packet)); in scoDataReceived()
Dfacade.cc119 void scoDataReceived(bluetooth::hal::HciPacket data) override { in scoDataReceived() function in bluetooth::hal::HciHalFacadeService
Dhci_hal_host_test.cc69 void scoDataReceived(HciPacket packet) override { in scoDataReceived() function in bluetooth::hal::__anonec3e124e0111::TestHciHalCallbacks
Dhci_hal_host.cc485 incoming_packet_callback_->scoDataReceived(receivedHciPacket); in incoming_packet_received()
/system/bt/gd/hal/fuzz/
Dfuzz_hci_hal.cc105 callbacks_->scoDataReceived(data); in injectScoData()
/system/bt/gd/rust/hal/src/ffi/
Dhidl.cc49 Return<void> scoDataReceived(const hidl_vec<uint8_t>& data) { in scoDataReceived() function in bluetooth::hal::__anon5cb433630111::HciCallbackTrampoline
/system/bt/hci/src/
Dhci_layer_android.cc141 Return<void> scoDataReceived(const hidl_vec<uint8_t>& data) override { in scoDataReceived() function in BluetoothHciCallbacks
/system/bt/vendor_libs/linux/interface/
Dbluetooth_hci.cc306 [cb](const hidl_vec<uint8_t>& packet) { cb->scoDataReceived(packet); }, in initialize_impl()
/system/bt/test/rootcanal/
Dbluetooth_hci.cc139 auto ret = cb->scoDataReceived(sco_packet); in initialize_impl()
/system/bt/gd/hci/
Dhci_layer.cc373 void scoDataReceived(hal::HciPacket data_bytes) override { in scoDataReceived() function