/device/google/cuttlefish/host/libs/websocket/ |
D | websocket_server.cpp | 154 .protocol = nullptr, in InitializeLwsObjects() 182 .protocol = nullptr, in InitializeLwsObjects() 249 auto protocol = lws_get_protocol(wsi); in WebsocketCallback() local 250 if (!protocol) { in WebsocketCallback() 255 return reinterpret_cast<WebSocketServer*>(protocol->user) in WebsocketCallback() 262 auto protocol = lws_get_protocol(wsi); in DynHttpCallback() local 263 if (!protocol) { in DynHttpCallback() 267 return reinterpret_cast<WebSocketServer*>(protocol->user) in DynHttpCallback()
|
/device/generic/opengl-transport/host/commands/emugen/ |
D | README | 3 The emugen tool is a tool to generate a wire protocol implementation 60 The wire protocol also allows exchanging of pointer data 100 The Wire protocol is designed to impose minimum overhead on the client 107 Emugen input files - protocol specification 109 The protocol generated by emugen consists of two input files: 111 1. basename.in - A sepcification of the protocol RPC procedures. This 115 ‘basename’ is the basename for the protocol and will be used to prefix 116 the files that are generated for this protocol. A line in the .in 134 global attributes of the protocol. For uptodate format of the file, 169 api_opcodes.h - defines the protocol opcodes. The first opcode value [all …]
|
/device/generic/opengl-transport/host/libs/virglrenderer/ |
D | README.md | 12 The wire protocol used between the virtio-gpu DRM driver and QEMU's 36 This component contains a decoder for the wire protocol, and stubs for any 37 functions that we do not need to implement. The wire protocol is completely 42 This component contains a decoder for the wire protocol, and stubs for any 45 Android. Any extensions provided by the wire protocol that are not supported by 50 This component contains a decoder for the wire protocol, and stubs for any 54 provided by the wire protocol that are not supported by either Android or
|
/device/generic/goldfish/dhcp/common/ |
D | socket.cpp | 75 Result Socket::open(int domain, int type, int protocol) { in open() argument 79 mSocketFd = ::socket(domain, type, protocol); in open() 182 ip.protocol = IPPROTO_UDP; in sendRawUdp() 292 ip.protocol == IPPROTO_UDP && in receiveRawUdp()
|
/device/google/cuttlefish/common/libs/fs/ |
D | shared_fd.h | 160 static bool SocketPair(int domain, int type, int protocol, SharedFD* fd0, 163 int protocol); 164 static SharedFD Socket(int domain, int socket_type, int protocol);
|
D | shared_fd.cpp | 440 bool SharedFD::SocketPair(int domain, int type, int protocol, in SocketPair() argument 443 int rval = socketpair(domain, type, protocol, fds); in SocketPair() 453 int protocol) { in SocketPair() argument 455 if (!SharedFD::SocketPair(domain, type, protocol, &a, &b)) { in SocketPair() 509 SharedFD SharedFD::Socket(int domain, int socket_type, int protocol) { in Socket() argument 510 int fd = TEMP_FAILURE_RETRY(socket(domain, socket_type, protocol)); in Socket()
|
/device/google/cuttlefish/host/frontend/webrtc_operator/ |
D | Readme.md | 1 This signaling server defines a very simple protocol to allow the establishing 7 protocol exactly as defined below (any modifications would likely require
|
/device/google/cuttlefish/host/frontend/webrtc_operator/assets/js/ |
D | server_connector.js | 157 return location.protocol + '//' + location.host + '/' + path; 161 return ((location.protocol == 'http:') ? 'ws://' : 'wss://') + location.host +
|
/device/generic/goldfish/radio/include/telephony/ |
D | ril.h | 1900 char* protocol; member 1932 char* protocol; member 7131 char *protocol; /* one of the PDP_type values in TS 27.007 section 10.1.1 used on member 7141 char *protocol; /* one of the PDP_type values in TS 27.007 section 10.1.1 used on member
|
/device/generic/goldfish/radio/librilutils/proto/ |
D | sap-api.proto | 9 // The protocol for the binary wire format to RIL shall consist of 293 required Protocol protocol = 1; field
|
/device/google/cuttlefish/guest/hals/ril/reference-libril/ |
D | ril.h | 2400 char* protocol; member 2432 char* protocol; member 8471 char *protocol; /* one of the PDP_type values in TS 27.007 section 10.1.1 used on member 8481 char *protocol; /* one of the PDP_type values in TS 27.007 section 10.1.1 used on member
|
D | ril_service.cpp | 1419 const hidl_string &protocol = in setupDataCall() local 1420 (isRoaming ? dataProfileInfo.roamingProtocol : dataProfileInfo.protocol); in setupDataCall() 1428 protocol.c_str()); in setupDataCall() 1446 dataProfileInfo.protocol.c_str(), in setupDataCall() 1472 dataProfileInfo.protocol.c_str(), in setupDataCall() 2502 const hidl_string &protocol = in setInitialAttachApn() local 2503 (isRoaming ? dataProfileInfo.roamingProtocol : dataProfileInfo.protocol); in setInitialAttachApn() 2505 if (!copyHidlStringToRil(&iaa.protocol, protocol, pRI)) { in setInitialAttachApn() 2511 memsetAndFreeStrings(2, iaa.apn, iaa.protocol); in setInitialAttachApn() 2515 memsetAndFreeStrings(3, iaa.apn, iaa.protocol, iaa.username); in setInitialAttachApn() [all …]
|
/device/generic/goldfish/dhcp/common/include/ |
D | socket.h | 36 Result open(int domain, int type, int protocol);
|
/device/google/trout/hal/sensors/2.1/ |
D | README | 6 which uses the ARM SCMI protocol to access the sensors exposed as VIRTIO SCMI device.
|
/device/generic/goldfish/gnss/ |
D | GnssConfiguration.h | 32 ndk::ScopedAStatus setGlonassPositioningProtocol(int protocol) override;
|
/device/google/contexthub/firmware/os/drivers/st_lps22hb/ |
D | README | 7 C. I2C protocol
|
/device/google/cuttlefish/host/frontend/webrtc/ |
D | client_server.cpp | 28 .protocol = nullptr, in Config()
|
/device/google/cuttlefish/common/libs/confui/ |
D | Android.bp | 26 "protocol.cpp",
|
/device/google/contexthub/firmware/os/drivers/st_hts221/ |
D | README | 7 C. I2C protocol
|
/device/google/cuttlefish_vmm/ |
D | README.txt | 27 The vhost-user protocol allows VMMs to run individual virtual devices in
|
/device/google/contexthub/firmware/os/drivers/intersil_isl29034/ |
D | README | 7 C. I2C protocol
|
/device/google/contexthub/firmware/os/drivers/st_acc44/ |
D | README | 11 C. I2C protocol
|
/device/google/contexthub/firmware/os/drivers/st_mag40/ |
D | README | 12 C. I2C protocol
|
/device/google/trout/agl_services_build/cmake/utils/ |
D | grpc_cpp_generator.cmake | 71 COMMENT "Running gRPC C++ protocol buffer compiler on ${FIL}"
|
/device/google/zumapro/conf/ |
D | init.zumapro.usb.rc | 42 # Modify class/subclass/protocol for rndis.gs4 46 write /config/usb_gadget/g1/functions/rndis.gs4/protocol 03 236 chown system system /config/usb_gadget/g1/functions/rndis.gs4/protocol
|