Home
last modified time | relevance | path

Searched refs:kDeviceFileCount (Results 1 – 1 of 1) sorted by relevance

/device/google/contexthub/util/nanotool/
Dandroidcontexthub.cpp47 constexpr int kDeviceFileCount = 2; variable
241 struct pollfd pollfds[kDeviceFileCount]; in ReadEvent()
242 int fd_count = ResetPollFds(pollfds, kDeviceFileCount); in ReadEvent()
256 for (int i = 0; i < kDeviceFileCount; i++) { in ReadEvent()