/external/crosvm/system_api/src/bindings/client/ |
D | org_chromium_vtpm.rs | 8 fn send_command(&self, request: Vec<u8>) -> Result<Vec<u8>, dbus::Error>; in send_command() method 13 fn send_command(&self, request: Vec<u8>) -> Result<Vec<u8>, dbus::Error> { in send_command() method
|
/external/uwb/src/rust/uwb_core/src/uci/ |
D | timeout_uci_hal.rs | 64 async fn send_command(&mut self, cmd: UciCommand) -> Result<()> { in send_command() method
|
D | uci_hal.rs | 54 async fn send_command(&mut self, cmd: UciCommand) -> Result<()> { in send_command() method
|
D | mock_uci_hal.rs | 155 async fn send_command(&mut self, cmd: UciCommand) -> Result<()> { in send_command() method
|
/external/python/bumble/bumble/ |
D | avctp.py | 246 def send_command(self, transaction_label: int, pid: int, payload: bytes) -> None: member in Protocol
|
D | host.py | 517 async def send_command( member in Host 565 async def send_command(command: hci.HCI_Command) -> None: function
|
D | smp.py | 985 def send_command(self, command: SMP_Command) -> None: member in Session 1946 def send_command(self, connection: Connection, command: SMP_Command) -> None: member in Manager
|
D | gatt_client.py | 291 async def send_command(self, command: ATT_PDU) -> None: member in Client
|
D | avrcp.py | 1719 def send_command(self, transaction_label: int, command: avc.CommandFrame) -> None: member in Protocol
|
D | avdtp.py | 1520 async def send_command(self, command: Message): member in Protocol
|
D | device.py | 2182 async def send_command(self, command, check_result=False): member in Device
|
/external/nos/host/generic/libnos_transport/ |
D | transport.c | 273 static uint32_t send_command(const struct transport_context *ctx) { in send_command() function
|
/external/autotest/server/cros/servo/ |
D | chrome_ec.py | 138 def send_command(self, commands): member in ChromeConsole
|
D | chrome_cr50.py | 232 def send_command(self, commands): member in ChromeCr50
|
/external/python/bumble/rust/src/wrapper/device/ |
D | mod.rs | 167 pub async fn send_command(&self, command: Command, check_result: bool) -> PyResult<Event> { in send_command() method
|
/external/rust/crates/v4l2r/lib/src/decoder/ |
D | stateful.rs | 355 fn send_command(&self, command: DecoderCommand) -> Result<(), SendCommandError> { in send_command() function
|
/external/autotest/client/common_lib/cros/bluetooth/ |
D | bluetooth_socket.py | 267 def send_command(self, code, index, data=b''): member in BluetoothSocket
|
/external/coreboot/src/soc/rockchip/rk3288/ |
D | sdram.c | 700 static void send_command(struct rk3288_ddr_pctl_regs *ddr_pctl_regs, u32 rank, in send_command() function
|
/external/scapy/scapy/layers/ |
D | bluetooth.py | 2716 def send_command(self, cmd): member in BluetoothUserSocket
|
/external/openthread/tests/scripts/thread-cert/ |
D | node.py | 925 def send_command(self, cmd, go=True, expect_command_echo=True): member in NodeImpl
|