/device/google/cuttlefish/host/frontend/webrtc/html_client/js/ |
D | cf_webrtc.js | 39 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 …]
|
D | adb.js | 75 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/ |
D | main.cpp | 47 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/ |
D | fingerprint.extension.sh | 45 send=1 53 send=0 57 if [ $send -eq 1 ]
|
D | init.fingerprint.extension.rc | 1 # init-fingerprint-extension-sh is to send intent command to app
|
/device/google/cuttlefish/host/frontend/webrtc_operator/ |
D | Readme.md | 21 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/ |
D | tqftpserv.c | 102 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/ |
D | gnss_replay.py | 67 self.socket.send(str.encode(response)) 70 self.socket.send(b'\n\n\n\n')
|
/device/google/trout/hal/gnss/host/ |
D | gnss_replay.py | 67 self.socket.send(str.encode(response)) 70 self.socket.send(b'\n\n\n\n')
|
/device/google/cuttlefish/guest/hals/light/lights/ |
D | lights_vsock_server.rs | 123 .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/ |
D | server_connector.js | 147 send() { method in DeviceDisplaysMessage 263 return this.#websocket.send(JSON.stringify(obj));
|
/device/google/cuttlefish/shared/sepolicy/vendor/seriallogging/ |
D | init.te | 1 # permit init to run logcat to send copy of logs over a serial port
|
/device/google/gs201-sepolicy/whitechapel_pro/ |
D | system_server.te | 3 # Allow system server to send sensor data callbacks to GPS
|
/device/google/zuma-sepolicy/vendor/ |
D | system_server.te | 1 # Allow system server to send sensor data callbacks to GPS
|
/device/google/gs101-sepolicy/whitechapel/vendor/google/ |
D | system_server.te | 1 # Allow system server to send sensor data callbacks to GPS and camera HALs
|
/device/google/gs-common/gxp/sepolicy/ |
D | gxp_logging.te | 20 # Allow gxp tracing service to send packets to Perfetto
|
/device/generic/goldfish/dhcp/client/ |
D | dhcpclient.h | 77 Result send(in_addr_t source, in_addr_t destination,
|
/device/linaro/dragonboard/shared/utils/qrtr/src/ |
D | addr.c | 63 ret = send(sock, &req, req.nh.nlmsg_len, 0); in qrtr_set_address()
|
/device/google/redbull/ |
D | WCNSS_qcom_cfg.ini | 22 # 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/ |
D | clientanalytics.proto | 30 // 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/ |
D | hal_audio_default.te | 28 # Allow audio HAL to send EdgeTpu trace packets to Perfetto.
|
D | edgetpu_dba_service.te | 40 # Allow EdgeTPU DBA service to send trace packets to Perfetto with SELinux enabled
|
D | edgetpu_tachyon_service.te | 40 # Allow Tachyon service to send trace packets to Perfetto with SELinux enabled
|
D | hal_neuralnetworks_darwinn.te | 51 # Allow NNAPI HAL to send trace packets to Perfetto with SELinux enabled
|
/device/google/cuttlefish/host/libs/msg_queue/ |
D | README.md | 27 LOG(FATAL) << "Send: failed to send message to msg_queue";
|