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.h 58 int sensor_fd_ = -1; member in class:android::AndroidContextHub
androidcontexthub.cpp 154 if (sensor_fd_ >= 0) {
156 (void) close(sensor_fd_);
190 sensor_fd_ = open(kSensorDeviceFile, O_RDWR);
191 if (sensor_fd_ < 0) {
221 int ret = write(sensor_fd_, message.data(), message.size());
263 if (read_fd == sensor_fd_) {
391 pfds[0].fd = sensor_fd_;

Completed in 83 milliseconds