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

  /system/core/include/utils/
Looper.h 458 volatile bool mPolling;
  /system/core/libutils/
Looper.cpp 75 mPolling(false), mEpollFd(-1), mEpollRebuildRequired(false),
248 mPolling = true;
254 mPolling = false;
667 return mPolling;

Completed in 115 milliseconds