Searched refs:hostname (Results 1 – 10 of 10) sorted by relevance
/device/generic/goldfish-opengl/tests/gles_android_wrapper/ |
D | ServerConnection.cpp | 97 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/ |
D | agnss.cpp | 35 const hidl_string& hostname, in setServer() argument 38 (void)hostname; in setServer()
|
D | agnss.h | 35 const hidl_string& hostname,
|
/device/generic/goldfish-opengl/shared/OpenglCodecCommon/ |
D | TcpStream.cpp | 118 int TcpStream::connect(const char* hostname, unsigned short port) in connect() argument 120 m_sock = socket_network_client(hostname, port, SOCK_STREAM); in connect()
|
D | TcpStream.h | 27 int connect(const char* hostname, unsigned short port);
|
/device/google/cuttlefish/common/libs/utils/ |
D | network.h | 38 std::string hostname; member
|
D | network.cpp | 188 lease.hostname = line_elements[3]; in ParseDnsmasqLeases() 206 << lease.hostname << "\", client_id = \"" << lease.client_id in operator <<()
|
/device/google/cuttlefish_vmm/aarch64-linux-gnu/ |
D | builder-packages.txt | 78 hostname 3.21 282 libsys-hostname-long-perl 1.5-1
|
/device/google/cuttlefish_vmm/x86_64-linux-gnu/ |
D | builder-packages.txt | 90 hostname 3.21 335 libsys-hostname-long-perl 1.5-1
|
/device/google/cuttlefish/tools/ |
D | create_base_image_arm.sh | 563 sudo hostnamectl set-hostname "rockpi-${MAC}"
|