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

  /frameworks/native/include/utils/
Looper.h 364 size_t mResponseIndex;
  /frameworks/native/libs/utils/
Looper.cpp 71 mResponseIndex(0), mNextMessageUptime(LLONG_MAX) {
160 while (mResponseIndex < mResponses.size()) {
161 const Response& response = mResponses.itemAt(mResponseIndex++);
215 mResponseIndex = 0;

Completed in 200 milliseconds