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 598 mMaxPoolSize(maxPoolSize) {
631 if (mKeyEventPool.size() < mMaxPoolSize) {
637 if (mMotionEventPool.size() < mMaxPoolSize) {
  /frameworks/native/include/input/
Input.h 612 const size_t mMaxPoolSize;

Completed in 53 milliseconds