Searched refs:bumpGeneration (Results 1 - 3 of 3) sorted by relevance

/frameworks/native/services/inputflinger/
H A DInputReader.h374 virtual int32_t bumpGeneration() = 0;
446 virtual int32_t bumpGeneration();
578 void bumpGeneration();
1001 void bumpGeneration();
H A DInputReader.cpp955 int32_t InputReader::ContextImpl::bumpGeneration() { function in class:android::InputReader::ContextImpl
1070 bumpGeneration();
1080 bumpGeneration();
1264 void InputDevice::bumpGeneration() { function in class:android::InputDevice
1265 mGeneration = mContext->bumpGeneration();
1978 void InputMapper::bumpGeneration() { function in class:android::InputMapper
1979 mDevice->bumpGeneration();
2572 bumpGeneration();
2595 bumpGeneration();
3766 bumpGeneration();
[all...]
/frameworks/native/services/inputflinger/tests/
H A DInputReader_test.cpp808 virtual int32_t bumpGeneration() { function in class:android::FakeInputReaderContext

Completed in 438 milliseconds