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

  /device/google/contexthub/util/nanotool/
androidcontexthub.cpp 134 if (sensor_fd_ >= 0) {
136 (void) close(sensor_fd_);
170 sensor_fd_ = open(kSensorDeviceFile, O_RDWR);
171 if (sensor_fd_ < 0) {
201 int ret = write(sensor_fd_, message.data(), message.size());
243 if (read_fd == sensor_fd_) {
371 pfds[0].fd = sensor_fd_;
androidcontexthub.h 58 int sensor_fd_ = -1; member in class:android::AndroidContextHub

Completed in 54 milliseconds