OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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 342 milliseconds