/aosp_15_r20/external/curl/lib/ |
H A D | ws.h | 67 struct websocket { struct 68 struct Curl_easy *data; /* used for write callback handling */ 69 struct ws_decoder dec; /* decode of we frames */ 70 struct ws_encoder enc; /* decode of we frames */ 71 struct bufq recvbuf; /* raw data from the server */ 72 struct bufq sendbuf; /* raw data to be sent to the server */ 73 struct curl_ws_frame frame; /* the current WS FRAME received */
|
/aosp_15_r20/external/perfetto/src/websocket_bridge/ |
H A D | websocket_bridge.cc | 152 base::HttpServerConnection* websocket = GetWebsocket(sock); in OnDataAvailable() local 167 void WSBridge::OnHttpConnectionClosed(base::HttpServerConnection* websocket) { in OnHttpConnectionClosed() 178 base::HttpServerConnection* websocket = GetWebsocket(sock); in OnDisconnect() local
|
/aosp_15_r20/external/perfetto/ui/src/plugins/dev.perfetto.RecordTrace/recordingV2/target_factories/ |
H A D | android_websocket_target_factory.ts | 112 private websocket: WebSocket, property in WebsocketConnection 251 const websocket = new WebSocket(websocketUrl); constant
|
/aosp_15_r20/external/pigweed/pw_docgen/py/pw_docgen/ |
H A D | docserver.py | 163 async def _register_connection(self, websocket) -> None: argument 183 async def _drop_lost_connection(self, websocket) -> None: argument
|
/aosp_15_r20/external/python/bumble/apps/link_relay/ |
D | link_relay.py | 68 def __init__(self, room, websocket): argument 231 async def serve(self, websocket, path): argument
|
/aosp_15_r20/external/curl/tests/http/testenv/ |
H A D | ws_echo_server.py | 35 async def echo(websocket): argument
|
/aosp_15_r20/external/rust/android-crates-io/crates/tungstenite/examples/ |
D | server.rs | 28 let mut websocket = accept_hdr(stream.unwrap(), callback).unwrap(); in main() localVariable
|
D | srv_accept_unmasked_frames.rs | 38 let mut websocket = accept_hdr_with_config(stream.unwrap(), callback, config).unwrap(); in main() localVariable
|
/aosp_15_r20/external/perfetto/ui/src/plugins/dev.perfetto.RecordTrace/recordingV2/targets/ |
H A D | host_os_target.ts | 36 private websocket: WebSocket; property in HostOsTarget
|
/aosp_15_r20/tools/netsim/rust/daemon/src/transport/ |
H A D | mod.rs | 23 pub mod websocket; module
|
/aosp_15_r20/external/curl/tests/libtest/ |
H A D | lib2305.c | 41 static void websocket(CURL *curl) in websocket() function
|
H A D | lib2304.c | 94 static void websocket(CURL *curl) in websocket() function
|
/aosp_15_r20/external/perfetto/ui/src/trace_processor/ |
H A D | http_rpc_engine.ts | 129 const websocket = this.websocket; constant
|
/aosp_15_r20/external/perfetto/ui/src/plugins/dev.perfetto.RecordTrace/recordingV2/ |
H A D | host_os_byte_stream.ts | 29 private websocket: WebSocket; property in HostOsByteStream
|
H A D | adb_connection_over_websocket.ts | 89 private websocket: WebSocket; property in AdbOverWebsocketStream
|
/aosp_15_r20/external/curl/docs/examples/ |
H A D | websocket.c | 93 static void websocket(CURL *curl) in websocket() function
|
/aosp_15_r20/external/python/bumble/examples/ |
D | keyboard.py | 367 async def serve(websocket, _path): argument
|
D | run_hid_device.py | 431 async def serve(websocket, _path): argument
|
/aosp_15_r20/external/rust/android-crates-io/crates/tungstenite/src/handshake/ |
D | client.rs | 96 let websocket = in stage_finished() localVariable
|
D | server.rs | 286 let websocket = WebSocket::from_raw_socket(stream, Role::Server, self.config); in stage_finished() localVariable
|
/aosp_15_r20/device/google/cuttlefish/host/frontend/webrtc_operator/assets/js/ |
D | server_connector.js | 196 #websocket; field in WebsocketConnector
|
/aosp_15_r20/external/pigweed/pw_console/py/pw_console/ |
H A D | log_view.py | 189 async def _send_logs_over_websockets(self, websocket, _path) -> None: argument
|
/aosp_15_r20/external/executorch/examples/mediatek/models/llm_models/weights/Llama-3.2-1B-Instruct/ |
H A D | tokenizer.json | 86720 "websocket": 84308, number
|
/aosp_15_r20/external/executorch/examples/mediatek/models/llm_models/weights/Llama-3.2-3B-Instruct/ |
H A D | tokenizer.json | 86720 "websocket": 84308, number
|
/aosp_15_r20/external/executorch/examples/mediatek/models/llm_models/weights/llama3-8B-instruct/ |
H A D | tokenizer.json | 86661 "websocket": 84308, number
|