HomeSort by relevance Sort by last modified time
    Searched refs:comms_fd_ (Results 1 - 2 of 2) sorted by null

  /device/google/contexthub/util/nanotool/
androidcontexthub.h 59 int comms_fd_ = -1; member in class:android::AndroidContextHub
androidcontexthub.cpp 158 if (comms_fd_ >= 0) {
159 (void) close(comms_fd_);
198 comms_fd_ = open(kCommsDeviceFile, O_RDONLY);
199 if (comms_fd_ < 0) {
265 } else if (read_fd == comms_fd_) {
395 if (count > 1 && comms_fd_ >= 0) {
396 pfds[1].fd = comms_fd_;

Completed in 60 milliseconds