/device/generic/goldfish-opengl/system/codecs/omx/plugin/ |
D | SimpleGoldfishOMXComponent.cpp | 153 const PortInfo *port = in internalGetParameter() local 185 PortInfo *port = in internalSetParameter() local 242 PortInfo *port = &mPorts.editItemAt(portIndex); in useBufferCallerLockedAlready() local 321 PortInfo *port = &mPorts.editItemAt(portIndex); in freeBuffer() local 421 PortInfo *port = &mPorts.editItemAt(portIndex); in onMessageReceived() local 539 PortInfo *port = &mPorts.editItemAt(portIndex); in onPortEnable() local 593 PortInfo *port = &mPorts.editItemAt(portIndex); in onPortFlush() local 643 const PortInfo &port = mPorts.itemAt(i); in checkTransitions() local 657 const PortInfo &port = mPorts.itemAt(i); in checkTransitions() local 694 PortInfo *port = &mPorts.editItemAt(i); in checkTransitions() local
|
/device/google/cuttlefish/common/frontend/socket_vsock_proxy/ |
D | client.cpp | 29 SharedFD StartIpv4(const std::string& host, int port, std::chrono::seconds timeout) { in StartIpv4() 33 SharedFD StartIpv6(const std::string& host, int port, std::chrono::seconds timeout) { in StartIpv6() 54 TcpClient::TcpClient(std::string host, int port, std::chrono::seconds timeout) in TcpClient() 87 VsockClient::VsockClient(int id, int port, bool vhost_user_vsock) in VsockClient()
|
D | server.cpp | 40 TcpServer::TcpServer(int port, int retries_count, std::chrono::milliseconds retries_delay) in TcpServer() 71 VsockServer::VsockServer(int port, std::optional<int> vhost_user_vsock_cid) in VsockServer()
|
/device/google/cuttlefish/shared/minidroid/sample/servicediscovery/ |
D | minidroid_sd.cpp | 27 void bi::sd::setupRpcServer(ndk::SpAIBinder service, int port) { in setupRpcServer() 36 ndk::SpAIBinder bi::sd::getService(int cid, int port) { in getService()
|
/device/google/cuttlefish/guest/hals/camera/ |
D | vsock_camera_server.cpp | 56 void VsockCameraServer::start(unsigned int port, unsigned int cid) { in start() 79 void VsockCameraServer::serverLoop(unsigned int port, unsigned int cid) { in serverLoop()
|
/device/google/cuttlefish/shared/minidroid/sample/ |
D | vsock-test.c | 45 int main_server(int port) { in main_server() 93 int main_client(int cid, int port, char *str) { in main_client()
|
/device/google/cuttlefish/common/libs/utils/ |
D | vsock_connection.cpp | 45 unsigned int port, unsigned int cid, in ConnectAsync() 213 bool VsockClientConnection::Connect(unsigned int port, unsigned int cid, in Connect() 234 bool VsockServerConnection::Connect(unsigned int port, unsigned int cid, in Connect()
|
D | tcp_socket.cpp | 33 ClientSocket::ClientSocket(int port) in ClientSocket() 97 ServerSocket::ServerSocket(int port) in ServerSocket()
|
/device/linaro/dragonboard/shared/utils/qrtr/src/ |
D | ns.c | 72 unsigned int port; member 247 unsigned int node_id, unsigned int port) in server_add() 289 static int server_del(struct context *ctx, struct node *node, unsigned int port) in server_del() 381 unsigned node_id, unsigned port) in ctrl_cmd_del_client() 446 unsigned int node_id, unsigned int port) in ctrl_cmd_new_server() 486 unsigned int node_id, unsigned int port) in ctrl_cmd_del_server()
|
/device/google/cuttlefish/host/commands/run_cvd/launch/ |
D | tombstone_receiver.cpp | 40 auto port = instance.tombstone_receiver_port(); in TombstoneReceiver() local
|
D | modem.cpp | 77 auto port = std::stoi(temp); in ModemSimulator() local
|
/device/google/trout/hal/common/android/vsock/ |
D | vsockinfo.h | 29 unsigned port = 0; member
|
D | vsockinfo.cpp | 54 const auto port = getNumberFromProperties(port_props); in fromRoPropertyStore() local
|
/device/linaro/dragonboard/shared/utils/qrtr/ |
D | qrtr.py | 14 def __init__(self, port=0): argument 24 def _lookup_list_add(self, ptr, srv, instance, node, port): argument
|
/device/linaro/dragonboard/shared/utils/qrtr/lib/ |
D | libqrtr.h | 33 unsigned int port; member 180 __le32 port; member 185 __le32 port; member
|
D | qrtr.c | 79 int qrtr_sendto(int sock, uint32_t node, uint32_t port, const void *data, unsigned int sz) in qrtr_sendto() 200 int qrtr_recvfrom(int sock, void *buf, unsigned int bsz, uint32_t *node, uint32_t *port) in qrtr_recvfrom()
|
/device/google/cuttlefish/host/commands/vhal_proxy_server/ |
D | vsockinfo.h | 29 unsigned port = 0; member
|
/device/google/cuttlefish/host/frontend/webrtc/libdevice/ |
D | server_connection.h | 44 int port; member
|
D | lights_observer.cpp | 27 LightsObserver::LightsObserver(unsigned int port, unsigned int cid, in LightsObserver()
|
/device/generic/car/emulator/usbpt/usbip-service/ |
D | UsbIpUtils.cpp | 54 bool get_usbip_connection(const char *server, const char *port, in get_usbip_connection() 162 int port = 0; in get_free_vhci_port() local
|
/device/google/cuttlefish/host/frontend/webrtc/ |
D | client_server.cpp | 87 int ClientFilesServer::port() const { in port() function in cuttlefish::ClientFilesServer
|
D | adb_handler.cpp | 40 unsigned long port = strtoul(portString, &end, 10); in SetupAdbSocket() local
|
/device/google/cuttlefish/common/libs/fs/ |
D | shared_fd.cpp | 553 SharedFD SharedFD::SocketLocalClient(int port, int type) { in SocketLocalClient() 568 SharedFD SharedFD::SocketClient(const std::string& host, int port, int type, in SocketClient() 587 int port, int type, std::chrono::seconds timeout) { in Socket6Client() 623 SharedFD SharedFD::SocketLocalServer(int port, int type) { in SocketLocalServer() 701 unsigned int port, int type, in VsockServer() 746 SharedFD SharedFD::VsockClient(unsigned int cid, unsigned int port, int type, in VsockClient()
|
/device/google/cuttlefish/host/commands/tcp_connector/ |
D | main.cpp | 38 void OpenSocket(cuttlefish::SharedFD* fd, int port) { in OpenSocket()
|
/device/google/cuttlefish/guest/hals/rild/ |
D | rild_cuttlefish.c | 113 char port[PROPERTY_VALUE_MAX] = {0}; in main() local
|