HomeSort by relevance Sort by last modified time
    Searched refs:cleanup_socks (Results 1 - 2 of 2) sorted by null

  /hardware/broadcom/wlan/bcmdhd/wifi_hal/
common.h 184 int cleanup_socks[2]; // sockets used to implement wifi_cleanup member in struct:__anon47067
wifi_hal.cpp 229 if (socketpair(AF_UNIX, SOCK_STREAM, 0, info->cleanup_socks) == -1) {
361 close(info->cleanup_socks[0]);
362 close(info->cleanup_socks[1]);
382 if (TEMP_FAILURE_RETRY(write(info->cleanup_socks[0], "Exit", 4)) < 1) {
392 ssize_t result = TEMP_FAILURE_RETRY(read(info->cleanup_socks[0], buf, sizeof(buf)));
464 pfd[1].fd = info->cleanup_socks[1];
    [all...]

Completed in 74 milliseconds