Home
last modified time | relevance | path

Searched defs:websocket (Results 1 – 12 of 12) sorted by relevance

/external/curl/lib/
Dws.h41 struct websocket { struct
47 websocket frame uses */ argument
48 struct curl_ws_frame frame; /* the struct used for frame state */
49 size_t stillblen; /* number of bytes left in the buffer to deliver in
51 const char *stillb; /* the stillblen pending bytes are here */
52 curl_off_t sleft; /* outstanding number of payload bytes left to send */
53 unsigned int xori; /* xor index */
/external/perfetto/src/websocket_bridge/
Dwebsocket_bridge.cc134 base::HttpServerConnection* websocket = GetWebsocket(sock); in OnDataAvailable() local
149 void WSBridge::OnHttpConnectionClosed(base::HttpServerConnection* websocket) { in OnHttpConnectionClosed()
160 base::HttpServerConnection* websocket = GetWebsocket(sock); in OnDisconnect() local
/external/perfetto/ui/src/common/recordingV2/target_factories/
Dandroid_websocket_target_factory.ts108 private websocket: WebSocket, property in WebsocketConnection
238 const websocket = new WebSocket(websocketUrl); constant
/external/perfetto/ui/src/common/recordingV2/targets/
Dhost_os_target.ts36 private websocket: WebSocket; property in HostOsTarget
/external/python/bumble/examples/
Drun_hfp_handsfree.py100 async def serve(websocket, _path): argument
Dkeyboard.py365 async def serve(websocket, _path): argument
/external/curl/tests/libtest/
Dlib2305.c40 static void websocket(CURL *curl) in websocket() function
Dlib2304.c80 static void websocket(CURL *curl) in websocket() function
/external/perfetto/ui/src/common/recordingV2/
Dhost_os_byte_stream.ts30 private websocket: WebSocket; property in HostOsByteStream
Dadb_connection_over_websocket.ts89 private websocket: WebSocket; property in AdbOverWebsocketStream
/external/python/bumble/apps/link_relay/
Dlink_relay.py68 def __init__(self, room, websocket): argument
231 async def serve(self, websocket, path): argument
/external/pigweed/pw_console/py/pw_console/
Dlog_view.py192 async def _send_logs_over_websockets(self, websocket, _path) -> None: argument