Home
last modified time | relevance | path

Searched refs:ctrl_sock (Results 1 – 3 of 3) sorted by relevance

/aosp12/hardware/qcom/wlan/qcwcn/wifi_hal/
H A Dcommon.h113 struct ctrl_sock { struct
123 struct ctrl_sock wifihal_ctrl_sock; // ctrl sock object argument
H A Dwifi_hal.cpp89 struct ctrl_sock *sock);
1404 static int internal_pollin_handler_app(wifi_handle handle, struct ctrl_sock *sock) in internal_pollin_handler_app()
1486 struct ctrl_sock *sock) in internal_event_handler_app()
/aosp12/system/memory/lmkd/
H A Dlmkd.cpp266 static struct sock_event_handler_info ctrl_sock; variable
1562 data_sock[free_dscock_idx].sock = accept(ctrl_sock.sock, NULL, NULL); in ctrl_connect_handler()
3247 ctrl_sock.sock = android_get_control_socket("lmkd"); in init()
3248 if (ctrl_sock.sock < 0) { in init()
3253 ret = listen(ctrl_sock.sock, MAX_DATA_CONN); in init()
3260 ctrl_sock.handler_info.handler = ctrl_connect_handler; in init()
3261 epev.data.ptr = (void *)&(ctrl_sock.handler_info); in init()
3262 if (epoll_ctl(epollfd, EPOLL_CTL_ADD, ctrl_sock.sock, &epev) == -1) { in init()