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 167 int cleanup_socks[2]; // sockets used to implement wifi_cleanup member in struct:__anon29735
wifi_hal.cpp 202 if (socketpair(AF_UNIX, SOCK_STREAM, 0, info->cleanup_socks) == -1) {
301 close(info->cleanup_socks[0]);
302 close(info->cleanup_socks[1]);
322 if (write(info->cleanup_socks[0], "Exit", 4) < 1) {
332 int result = read(info->cleanup_socks[0], buf, sizeof(buf));
403 pfd[1].fd = info->cleanup_socks[1];
    [all...]

Completed in 1200 milliseconds