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

/frameworks/native/services/inputflinger/
H A DInputReader.h385 virtual int32_t bumpGeneration() = 0;
459 virtual int32_t bumpGeneration();
594 void bumpGeneration();
1019 void bumpGeneration();
H A DInputReader.cpp996 int32_t InputReader::ContextImpl::bumpGeneration() { function in class:android::InputReader::ContextImpl
1072 bumpGeneration();
1131 bumpGeneration();
1141 bumpGeneration();
1332 void InputDevice::bumpGeneration() { function in class:android::InputDevice
1333 mGeneration = mContext->bumpGeneration();
2049 void InputMapper::bumpGeneration() { function in class:android::InputMapper
2050 mDevice->bumpGeneration();
2689 bumpGeneration();
2712 bumpGeneration();
[all...]
/frameworks/native/services/inputflinger/tests/
H A DInputReader_test.cpp883 virtual int32_t bumpGeneration() { function in class:FakeInputReaderContext

Completed in 57 milliseconds