Home
last modified time | relevance | path

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

/hardware/broadcom/wlan/bcmdhd/wifi_hal/
Dcommon.h311 int cleanup_socks[2]; // sockets used to implement wifi_cleanup member
Dwifi_hal.cpp384 if (socketpair(AF_UNIX, SOCK_STREAM, 0, halInfo->cleanup_socks) == -1) { in wifi_pre_initialize()
585 close(info->cleanup_socks[0]); in internal_cleaned_up_handler()
586 close(info->cleanup_socks[1]); in internal_cleaned_up_handler()
700 if (TEMP_FAILURE_RETRY(write(info->cleanup_socks[0], "Exit", 4)) < 1) { in wifi_cleanup()
732 pfd[1].fd = info->cleanup_socks[1]; in wifi_event_loop()