HomeSort by relevance Sort by last modified time
    Searched full:ctrl_lfd (Results 1 - 1 of 1) sorted by null

  /system/core/lmkd/
lmkd.c 71 static int ctrl_lfd; variable
423 ctrl_dfd = accept(ctrl_lfd, &addr, &alen);
756 ctrl_lfd = android_get_control_socket("lmkd");
757 if (ctrl_lfd < 0) {
762 ret = listen(ctrl_lfd, 1);
770 if (epoll_ctl(epollfd, EPOLL_CTL_ADD, ctrl_lfd, &epev) == -1) {

Completed in 378 milliseconds