Searched defs:bumpGeneration (Results 1 - 2 of 2) sorted by relevance
/frameworks/base/services/input/tests/ | ||
H A D | InputReader_test.cpp | 770 virtual int32_t bumpGeneration() { function in class:android::FakeInputReaderContext |
/frameworks/base/services/input/ | ||
H A D | InputReader.cpp | 811 int32_t InputReader::ContextImpl::bumpGeneration() { function in class:android::InputReader::ContextImpl 916 bumpGeneration(); 926 bumpGeneration(); 1088 void InputDevice::bumpGeneration() { function in class:android::InputDevice 1089 mGeneration = mContext->bumpGeneration(); 1789 void InputMapper::bumpGeneration() { function in class:android::InputMapper 1790 mDevice->bumpGeneration(); 2338 bumpGeneration(); 3294 bumpGeneration(); |
Completed in 75 milliseconds