/packages/modules/Bluetooth/system/gd/hal/ |
D | hci_backend_aidl.cc | 101 void sendHciCommand(const std::vector<uint8_t>& command) override { in sendHciCommand() function in bluetooth::hal::AidlHci 102 hci_->sendHciCommand(command); in sendHciCommand()
|
D | hci_backend_hidl.cc | 159 void sendHciCommand(const std::vector<uint8_t>& command) override { in sendHciCommand() function in bluetooth::hal::HidlHci 160 hci_->sendHciCommand(command); in sendHciCommand()
|
D | hci_hal_android.cc | 139 void sendHciCommand(HciPacket packet) override { in sendHciCommand() function in bluetooth::hal::HciHalImpl 142 backend_->sendHciCommand(packet); in sendHciCommand()
|
D | hci_hal.h | 88 virtual void sendHciCommand(HciPacket command) = 0;
|
D | hci_backend.h | 48 virtual void sendHciCommand(const std::vector<uint8_t>&) = 0;
|
D | hci_hal_fake.h | 49 void sendHciCommand(hal::HciPacket command) override;
|
D | hci_hal_fake.cc | 22 void TestHciHal::sendHciCommand(hal::HciPacket command) { in sendHciCommand() function in bluetooth::hal::TestHciHal
|
D | hci_hal_android_test.cc | 52 void sendHciCommand(const std::vector<uint8_t>& command) override { queues.cmd.push(command); } in sendHciCommand() function in bluetooth::hal::TestBackend
|
D | hci_hal_host_rootcanal.cc | 126 void sendHciCommand(HciPacket command) override { in sendHciCommand() function in bluetooth::hal::HciHalHost
|
D | hci_hal_host_test.cc | 363 hal_->sendHciCommand(hci_data); in TEST_F()
|
D | hci_hal_host.cc | 263 void sendHciCommand(HciPacket command) override { in sendHciCommand() function in bluetooth::hal::HciHalHost
|
/packages/modules/Bluetooth/offload/hal/include/hal/ |
D | ffi.h | 108 virtual void sendHciCommand(const std::vector<uint8_t> &data); 126 static_cast<IBluetoothHci *>(instance)->sendHciCommand( in IBluetoothHci_addService()
|
/packages/modules/Bluetooth/system/gd/hal/fuzz/ |
D | fuzz_hci_hal.h | 32 void sendHciCommand(HciPacket command) override;
|
D | fuzz_hci_hal.cc | 51 void FuzzHciHal::sendHciCommand(HciPacket packet) { in sendHciCommand() function in bluetooth::hal::fuzz::FuzzHciHal
|
/packages/modules/Bluetooth/tools/rootcanal/hal/ |
D | bluetooth_hci.h | 75 ::android::hardware::Return<void> sendHciCommand(
|
D | bluetooth_hci.cc | 215 Return<void> BluetoothHci::sendHciCommand(const hidl_vec<uint8_t>& packet) { in sendHciCommand() function in android::hardware::bluetooth::V1_1::sim::BluetoothHci
|
/packages/modules/Bluetooth/offload/hal/ |
D | service.rs | 107 fn sendHciCommand(&self, data: &[u8]) -> BinderResult<()> { in sendHciCommand() method
|
/packages/modules/Bluetooth/system/gd/hci/ |
D | hci_layer.cc | 361 hal_->sendHciCommand(*bytes); in send_next_command()
|