Home
last modified time | relevance | path

Searched defs:sendScoData (Results 1 – 9 of 9) 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.cc30 void TestHciHal::sendScoData(hal::HciPacket data) { in sendScoData() function in bluetooth::hal::TestHciHal
Dhci_backend_aidl.cc109 void sendScoData(const std::vector<uint8_t>& packet) override { in sendScoData() function in bluetooth::hal::AidlHci
Dhci_hal_android_test.cc57 void sendScoData(const std::vector<uint8_t>& packet) override { in sendScoData() function in bluetooth::hal::TestBackend
Dhci_backend_hidl.cc161 void sendScoData(const std::vector<uint8_t>& packet) override { in sendScoData() function in bluetooth::hal::HidlHci
Dhci_hal_android.cc152 void sendScoData(HciPacket packet) override { in sendScoData() function in bluetooth::hal::HciHalImpl
Dhci_hal_host_rootcanal.cc143 void sendScoData(HciPacket data) override { in sendScoData() function in bluetooth::hal::HciHalHost
Dhci_hal_host.cc268 void sendScoData(HciPacket data) override { in sendScoData() function in bluetooth::hal::HciHalHost
/packages/modules/Bluetooth/tools/rootcanal/hal/
Dbluetooth_hci.cc276 Return<void> BluetoothHci::sendScoData(const hidl_vec<uint8_t>& packet) { in sendScoData() function in android::hardware::bluetooth::V1_1::sim::BluetoothHci