Home
last modified time | relevance | path

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

/system/bt/gd/hal/
Dhci_hal.h49 virtual void scoDataReceived(HciPacket data) = 0;
Dhci_hal_android_hidl.cc93 Return<void> scoDataReceived(const hidl_vec<uint8_t>& data) { in scoDataReceived() function in bluetooth::hal::__anone88e76320111::InternalHciCallbacks
97 callback_->scoDataReceived(std::move(received_hci_packet)); in scoDataReceived()
Dfacade.cc112 void scoDataReceived(bluetooth::hal::HciPacket data) override { in scoDataReceived() function in bluetooth::hal::HciHalFacadeService
Dhci_hal_host_rootcanal.cc320 incoming_packet_callback_->scoDataReceived(receivedHciPacket); in incoming_packet_received()
Dhci_hal_host_rootcanal_test.cc68 void scoDataReceived(HciPacket packet) override { in scoDataReceived() function in bluetooth::hal::__anonb60c79700111::TestHciHalCallbacks
/system/bt/gd/hal/fuzz/
Dfuzz_hci_hal.cc102 callbacks_->scoDataReceived(data); in injectScoData()
/system/bt/hci/src/
Dhci_layer_android.cc118 Return<void> scoDataReceived(const hidl_vec<uint8_t>& data) override { in scoDataReceived() function in BluetoothHciCallbacks
/system/bt/vendor_libs/linux/interface/
Dbluetooth_hci.cc297 [cb](const hidl_vec<uint8_t>& packet) { cb->scoDataReceived(packet); }, in initialize_impl()
/system/bt/gd/hci/
Dhci_layer.cc242 void scoDataReceived(hal::HciPacket data_bytes) override { in scoDataReceived() function