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

  /frameworks/native/libs/input/
Input.cpp 537 mMaxPoolSize(maxPoolSize) {
570 if (mKeyEventPool.size() < mMaxPoolSize) {
576 if (mMotionEventPool.size() < mMaxPoolSize) {
  /frameworks/native/include/input/
Input.h 634 const size_t mMaxPoolSize;

Completed in 325 milliseconds