Home
last modified time | relevance | path

Searched defs:send_command (Results 1 – 20 of 20) sorted by relevance

/external/crosvm/system_api/src/bindings/client/
Dorg_chromium_vtpm.rs8 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/
Dtimeout_uci_hal.rs64 async fn send_command(&mut self, cmd: UciCommand) -> Result<()> { in send_command() method
Duci_hal.rs54 async fn send_command(&mut self, cmd: UciCommand) -> Result<()> { in send_command() method
Dmock_uci_hal.rs155 async fn send_command(&mut self, cmd: UciCommand) -> Result<()> { in send_command() method
/external/python/bumble/bumble/
Davctp.py246 def send_command(self, transaction_label: int, pid: int, payload: bytes) -> None: member in Protocol
Dhost.py517 async def send_command( member in Host
565 async def send_command(command: hci.HCI_Command) -> None: function
Dsmp.py985 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
Dgatt_client.py291 async def send_command(self, command: ATT_PDU) -> None: member in Client
Davrcp.py1719 def send_command(self, transaction_label: int, command: avc.CommandFrame) -> None: member in Protocol
Davdtp.py1520 async def send_command(self, command: Message): member in Protocol
Ddevice.py2182 async def send_command(self, command, check_result=False): member in Device
/external/nos/host/generic/libnos_transport/
Dtransport.c273 static uint32_t send_command(const struct transport_context *ctx) { in send_command() function
/external/autotest/server/cros/servo/
Dchrome_ec.py138 def send_command(self, commands): member in ChromeConsole
Dchrome_cr50.py232 def send_command(self, commands): member in ChromeCr50
/external/python/bumble/rust/src/wrapper/device/
Dmod.rs167 pub async fn send_command(&self, command: Command, check_result: bool) -> PyResult<Event> { in send_command() method
/external/rust/crates/v4l2r/lib/src/decoder/
Dstateful.rs355 fn send_command(&self, command: DecoderCommand) -> Result<(), SendCommandError> { in send_command() function
/external/autotest/client/common_lib/cros/bluetooth/
Dbluetooth_socket.py267 def send_command(self, code, index, data=b''): member in BluetoothSocket
/external/coreboot/src/soc/rockchip/rk3288/
Dsdram.c700 static void send_command(struct rk3288_ddr_pctl_regs *ddr_pctl_regs, u32 rank, in send_command() function
/external/scapy/scapy/layers/
Dbluetooth.py2716 def send_command(self, cmd): member in BluetoothUserSocket
/external/openthread/tests/scripts/thread-cert/
Dnode.py925 def send_command(self, cmd, go=True, expect_command_echo=True): member in NodeImpl