Searched refs:client_sockfd (Results 1 - 1 of 1) sorted by relevance

/hardware/qcom/power/
H A Dpower.c32 static int client_sockfd; variable
38 client_sockfd = socket(PF_UNIX, SOCK_DGRAM, 0);
39 if (client_sockfd < 0) {
52 if (client_sockfd < 0) {
57 rc = sendto(client_sockfd, "1", 1, 0, (const struct sockaddr *)&client_addr, sizeof(struct sockaddr_un));

Completed in 48 milliseconds