Home
last modified time | relevance | path

Searched defs:port (Results 1 – 25 of 52) sorted by relevance

123

/device/generic/goldfish-opengl/system/codecs/omx/plugin/
DSimpleGoldfishOMXComponent.cpp153 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/generic/goldfish-opengl/shared/OpenglCodecCommon/
DTcpStream.cpp31 static int _socket_loopback_server(int port, int type) in _socket_loopback_server()
82 int TcpStream::listen(unsigned short port) in listen()
113 int TcpStream::connect(unsigned short port) in connect()
118 int TcpStream::connect(const char* hostname, unsigned short port) in connect()
/device/google/cuttlefish/common/frontend/socket_vsock_proxy/
Dclient.cpp29 SharedFD StartIpv4(const std::string& host, int port) { in StartIpv4()
33 SharedFD StartIpv6(const std::string& host, int port) { in StartIpv6()
54 TcpClient::TcpClient(std::string host, int port) : host_(std::move(host)), port_(port) {} in TcpClient()
84 VsockClient::VsockClient(int id, int port) : id_(id), port_(port) {} in VsockClient()
Dserver.cpp38 TcpServer::TcpServer(int port) : port_(port) {} in TcpServer()
53 VsockServer::VsockServer(int port) : port_(port) {} in VsockServer()
/device/google/cuttlefish/shared/minidroid/sample/servicediscovery/
Dminidroid_sd.cpp27 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/
Dvsock_camera_server.cpp56 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/common/libs/utils/
Dvsock_connection.cpp43 std::future<bool> VsockConnection::ConnectAsync(unsigned int port, in ConnectAsync()
194 bool VsockClientConnection::Connect(unsigned int port, unsigned int cid) { in Connect()
213 bool VsockServerConnection::Connect(unsigned int port, unsigned int cid) { in Connect()
Dtcp_socket.cpp32 ClientSocket::ClientSocket(int port) in ClientSocket()
96 ServerSocket::ServerSocket(int port) in ServerSocket()
/device/linaro/dragonboard/qcom/qrtr/src/
Dns.c72 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/linaro/dragonboard/qcom/qrtr/
Dqrtr.py14 def __init__(self, port=0): argument
24 def _lookup_list_add(self, ptr, srv, instance, node, port): argument
/device/linaro/dragonboard/qcom/qrtr/lib/
Dlibqrtr.h33 unsigned int port; member
180 __le32 port; member
185 __le32 port; member
Dqrtr.c79 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/trout/hal/common/android/vsock/
Dvsockinfo.h29 unsigned port = 0; member
Dvsockinfo.cpp51 const auto port = getNumberFromProperties(port_props); in fromRoPropertyStore() local
/device/generic/car/emulator/usbpt/usbip-service/
DUsbIpUtils.cpp54 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/common/libs/device_config/
Dguest_device_config.cpp36 auto port = property_get_int64(port_property, -1); in GetRawFromServer() local
/device/google/cuttlefish/common/libs/fs/
Dshared_fd.cpp502 SharedFD SharedFD::SocketLocalClient(int port, int type) { in SocketLocalClient()
517 SharedFD SharedFD::SocketClient(const std::string& host, int port, int type) { in SocketClient()
533 int port, int type) { in Socket6Client()
558 SharedFD SharedFD::SocketLocalServer(int port, int type) { in SocketLocalServer()
632 SharedFD SharedFD::VsockServer(unsigned int port, int type, unsigned int cid) { in VsockServer()
661 SharedFD SharedFD::VsockClient(unsigned int cid, unsigned int port, int type) { in VsockClient()
/device/google/cuttlefish/host/frontend/webrtc/libdevice/
Dserver_connection.h44 int port; member
/device/google/cuttlefish/host/commands/run_cvd/launch/
Dconfig_server.cpp53 auto port = instance_.config_server_port(); in ResultSetup() local
Dtombstone_receiver.cpp63 auto port = instance_.tombstone_receiver_port(); in ResultSetup() local
/device/google/cuttlefish/host/commands/tcp_connector/
Dmain.cpp36 void openSocket(cuttlefish::SharedFD* fd, int port) { in openSocket()
/device/google/cuttlefish/host/frontend/webrtc/
Dclient_server.cpp87 int ClientFilesServer::port() const { in port() function in cuttlefish::ClientFilesServer
Dadb_handler.cpp40 unsigned long port = strtoul(portString, &end, 10); in SetupAdbSocket() local
/device/google/cuttlefish/guest/hals/rild/
Drild_cuttlefish.c113 char port[PROPERTY_VALUE_MAX] = {0}; in main() local
/device/google/trout/hal/vehicle/2.0/
DUtils.cpp87 std::optional<unsigned int> port; in fromCommandLine() local

123