Home | History | Annotate | Download | only in libsensors

Lines Matching full:close

260                 close(fd);
299 close(dev->akmd_fd);
409 close(dev->cmd_fd);
475 close(dev->lsd_fd);
600 close(akm_fd);
605 close(p_fd);
610 close(l_fd);
643 // Framework will close the handle
664 //LOGV("(data close) about to close compass fd=%d", dev->events_fd[0]);
665 close(dev->events_fd[0]);
669 //LOGV("(data close) about to close proximity fd=%d", dev->events_fd[1]);
670 close(dev->events_fd[1]);
674 //LOGV("(data close) about to close light fd=%d", dev->events_fd[1]);
675 close(dev->events_fd[2]);
998 dev->device.common.close = control__close;
1014 close = data__close;