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

  /frameworks/base/include/utils/
Looper.h 327 // until mPolling becomes false, then decrements mWaiters again.
329 // mPolling to true, blocks until the poll completes, then resets mPolling to false
331 bool mPolling; // guarded by mLock
336 Vector<struct pollfd> mRequestedFds; // must hold mLock and mPolling must be false to modify
337 Vector<Request> mRequests; // must hold mLock and mPolling must be false to modify
  /frameworks/base/libs/utils/
Looper.cpp 98 mPolling = false;
245 // Wait for wakeAndLock() waiters to run then set mPolling to true.
250 mPolling = true;
337 // Set mPolling to false and wake up the wakeAndLock() waiters.
338 mPolling = false;
652 while (mPolling) {

Completed in 2604 milliseconds