Home
last modified time | relevance | path

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

/system/core/lmkd/
Dlmkd.c71 static int ctrl_lfd; variable
411 ctrl_dfd = accept(ctrl_lfd, addrp, &alen); in ctrl_connect_handler()
744 ctrl_lfd = android_get_control_socket("lmkd"); in init()
745 if (ctrl_lfd < 0) { in init()
750 ret = listen(ctrl_lfd, 1); in init()
758 if (epoll_ctl(epollfd, EPOLL_CTL_ADD, ctrl_lfd, &epev) == -1) { in init()