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

  /hardware/libhardware/modules/sensors/dynamic_sensor/
ConnectionDetector.h 66 static constexpr int POLL_IDENT = 1;
ConnectionDetector.cpp 121 if (wd < 0 || !mLooper->addFd(mInotifyFd, POLL_IDENT, Looper::EVENT_INPUT, nullptr, nullptr)) {
219 if (ret != Looper::POLL_WAKE && ret != POLL_IDENT) {
225 if (ret == POLL_IDENT) {

Completed in 394 milliseconds