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

/hardware/broadcom/wlan/bcmdhd/wifi_hal/
H A Dcommon.h167 int cleanup_socks[2]; // sockets used to implement wifi_cleanup member in struct:__anon188
H A Dwifi_hal.cpp202 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];

Completed in 67 milliseconds