Home
last modified time | relevance | path

Searched refs:send (Results 1 – 25 of 49) sorted by relevance

12

/device/google/cuttlefish/host/frontend/webrtc/html_client/js/
Dcf_webrtc.js39 send: function(msg) {
41 channel.send(msg);
76 send: function(msg) {
78 channel.send(msg);
276 this.#inputChannel.send(JSON.stringify(evt));
321 this.#adbChannel.send(msg);
331 this.#controlChannel.send(msg);
430 this.#cameraDataChannel.send(data.slice(i, i + MAX_SIZE));
432 this.#cameraDataChannel.send(END_MARKER);
441 this.#bluetoothChannel.send(msg);
[all …]
Dadb.js75 adb_ws.send(arrayBuffer);
82 adb_ws.send(arrayBuffer);
92 adb_ws.send(arrayBuffer);
190 send: function(buffer) { method
/device/google/cuttlefish/guest/commands/bt_vhci_forwarder/
Dmain.cpp47 ssize_t send(int fd_, uint8_t type, const uint8_t* data, size_t length) { in send() function
125 send(vhci_fd, HCI_EVENT_PKT, raw_event.data(), raw_event.size()); in main()
128 send(vhci_fd, HCI_ACLDATA_PKT, raw_acl.data(), raw_acl.size()); in main()
131 send(vhci_fd, HCI_SCODATA_PKT, raw_sco.data(), raw_sco.size()); in main()
134 send(vhci_fd, HCI_ISODATA_PKT, raw_iso.data(), raw_iso.size()); in main()
/device/google/gs101/fingerprint/extension/
Dfingerprint.extension.sh45 send=1
53 send=0
57 if [ $send -eq 1 ]
Dinit.fingerprint.extension.rc1 # init-fingerprint-extension-sh is to send intent command to app
/device/google/cuttlefish/host/frontend/webrtc_operator/
DReadme.md21 Devices connect to the *register_device* endpoint and send these types of
39 Clients connect to the *connect_client* endpoint and send these types of
76 device knows about the client and cand send **forward** messages intended for
/device/linaro/dragonboard/shared/utils/tqftpserv/
Dtqftpserv.c102 len = send(client->sock, buf, p - buf, 0); in tftp_send_data()
117 return send(sock, &ack, sizeof(ack), 0); in tftp_send_ack()
175 return send(sock, buf, p - buf, 0); in tftp_send_oack()
194 rc = send(sock, buf, len, 0); in tftp_send_error()
/device/google/trout/agl_services_build/yocto-layer/meta-google/recipes-trout/images/machine-image/sa81x5/google-overlay/usr/bin/
Dgnss_replay.py67 self.socket.send(str.encode(response))
70 self.socket.send(b'\n\n\n\n')
/device/google/trout/hal/gnss/host/
Dgnss_replay.py67 self.socket.send(str.encode(response))
70 self.socket.send(b'\n\n\n\n')
/device/google/cuttlefish/guest/hals/light/lights/
Dlights_vsock_server.rs123 .send(serde_json::to_vec(&update_message).unwrap()) in send_lights_state()
139 .send(serde_json::to_vec(&stop_message).unwrap()) in drop()
/device/google/cuttlefish/host/frontend/webrtc_operator/assets/js/
Dserver_connector.js147 send() { method in DeviceDisplaysMessage
263 return this.#websocket.send(JSON.stringify(obj));
/device/google/cuttlefish/shared/sepolicy/vendor/seriallogging/
Dinit.te1 # permit init to run logcat to send copy of logs over a serial port
/device/google/gs201-sepolicy/whitechapel_pro/
Dsystem_server.te3 # Allow system server to send sensor data callbacks to GPS
/device/google/zuma-sepolicy/vendor/
Dsystem_server.te1 # Allow system server to send sensor data callbacks to GPS
/device/google/gs101-sepolicy/whitechapel/vendor/google/
Dsystem_server.te1 # Allow system server to send sensor data callbacks to GPS and camera HALs
/device/google/gs-common/gxp/sepolicy/
Dgxp_logging.te20 # Allow gxp tracing service to send packets to Perfetto
/device/generic/goldfish/dhcp/client/
Ddhcpclient.h77 Result send(in_addr_t source, in_addr_t destination,
/device/linaro/dragonboard/shared/utils/qrtr/src/
Daddr.c63 ret = send(sock, &req, req.nh.nlmsg_len, 0); in qrtr_set_address()
/device/google/redbull/
DWCNSS_qcom_cfg.ini22 # Flag to allow STA send AddTspec even when ACM is Off
388 # BIT 6: Set this to 1 will send BTM query frame and 0 not sent.
513 # Limit to send request to the firmware at most once in a second
/device/google/cuttlefish/host/commands/metrics/proto/
Dclientanalytics.proto30 // TODO(moelsherif) : This message is not used yet. It will be used to send back the next request w…
/device/google/gs-common/edgetpu/sepolicy/
Dhal_audio_default.te28 # Allow audio HAL to send EdgeTpu trace packets to Perfetto.
Dedgetpu_dba_service.te40 # Allow EdgeTPU DBA service to send trace packets to Perfetto with SELinux enabled
Dedgetpu_tachyon_service.te40 # Allow Tachyon service to send trace packets to Perfetto with SELinux enabled
Dhal_neuralnetworks_darwinn.te51 # Allow NNAPI HAL to send trace packets to Perfetto with SELinux enabled
/device/google/cuttlefish/host/libs/msg_queue/
DREADME.md27 LOG(FATAL) << "Send: failed to send message to msg_queue";

12