Home
last modified time | relevance | path

Searched defs:sendScoData (Results 1 – 10 of 10) sorted by relevance

/packages/modules/Bluetooth/system/gd/hal/fuzz/
Dfuzz_hci_hal.h34 void sendScoData(HciPacket /* packet */) override {} in sendScoData() function
/packages/modules/Bluetooth/system/gd/hal/
Dhci_hal_fake.cc28 void TestHciHal::sendScoData(hal::HciPacket data) { outgoing_sco_.push(std::move(data)); } in sendScoData() function in bluetooth::hal::TestHciHal
Dhci_backend_aidl.cc107 void sendScoData(const std::vector<uint8_t>& packet) override { hci_->sendScoData(packet); } in sendScoData() function in bluetooth::hal::AidlHci
Dhci_hal_android_test.cc54 void sendScoData(const std::vector<uint8_t>& packet) override { queues.sco.push(packet); } in sendScoData() function in bluetooth::hal::TestBackend
Dhci_backend_hidl.cc165 void sendScoData(const std::vector<uint8_t>& packet) override { hci_->sendScoData(packet); } in sendScoData() function in bluetooth::hal::HidlHci
Dhci_hal_android.cc151 void sendScoData(HciPacket packet) override { in sendScoData() function in bluetooth::hal::HciHalImpl
Dhci_hal_host_rootcanal.cc146 void sendScoData(HciPacket data) override { in sendScoData() function in bluetooth::hal::HciHalHost
Dhci_hal_host.cc283 void sendScoData(HciPacket data) override { in sendScoData() function in bluetooth::hal::HciHalHost
/packages/modules/Bluetooth/tools/rootcanal/hal/
Dbluetooth_hci.cc233 Return<void> BluetoothHci::sendScoData(const hidl_vec<uint8_t>& packet) { in sendScoData() function in android::hardware::bluetooth::V1_1::sim::BluetoothHci
/packages/modules/Bluetooth/offload/hal/
Dservice.rs125 fn sendScoData(&self, data: &[u8]) -> BinderResult<()> { in sendScoData() method