Home
last modified time | relevance | path

Searched refs:hostname (Results 1 – 10 of 10) sorted by relevance

/device/generic/goldfish-opengl/tests/gles_android_wrapper/
DServerConnection.cpp97 char *hostname; in create() local
99 hostname = strdup(defaultServer); in create()
101 hostname = strdup(s); in create()
104 if (tcpStream->connect(hostname, CODEC_SERVER_PORT) < 0) { in create()
105 ALOGE("couldn't connect to %s\n", hostname); in create()
106 free(hostname); in create()
110 LOGI("connecting to server %s\n", hostname); in create()
111 free(hostname); in create()
/device/generic/goldfish/gnss/
Dagnss.cpp35 const hidl_string& hostname, in setServer() argument
38 (void)hostname; in setServer()
Dagnss.h35 const hidl_string& hostname,
/device/generic/goldfish-opengl/shared/OpenglCodecCommon/
DTcpStream.cpp118 int TcpStream::connect(const char* hostname, unsigned short port) in connect() argument
120 m_sock = socket_network_client(hostname, port, SOCK_STREAM); in connect()
DTcpStream.h27 int connect(const char* hostname, unsigned short port);
/device/google/cuttlefish/common/libs/utils/
Dnetwork.h38 std::string hostname; member
Dnetwork.cpp188 lease.hostname = line_elements[3]; in ParseDnsmasqLeases()
206 << lease.hostname << "\", client_id = \"" << lease.client_id in operator <<()
/device/google/cuttlefish_vmm/aarch64-linux-gnu/
Dbuilder-packages.txt78 hostname 3.21
282 libsys-hostname-long-perl 1.5-1
/device/google/cuttlefish_vmm/x86_64-linux-gnu/
Dbuilder-packages.txt90 hostname 3.21
335 libsys-hostname-long-perl 1.5-1
/device/google/cuttlefish/tools/
Dcreate_base_image_arm.sh563 sudo hostnamectl set-hostname "rockpi-${MAC}"