Home
last modified time | relevance | path

Searched refs:bumpGeneration (Results 1 – 10 of 10) sorted by relevance

/aosp12/frameworks/native/services/inputflinger/reader/mapper/
H A DInputMapper.cpp95 void InputMapper::bumpGeneration() { in bumpGeneration() function in android::InputMapper
96 getDeviceContext().bumpGeneration(); in bumpGeneration()
H A DInputMapper.h97 void bumpGeneration();
H A DCursorInputMapper.cpp176 bumpGeneration(); in configure()
221 bumpGeneration(); in configure()
H A DTouchInputMapper.cpp1075 bumpGeneration(); in configureSurface()
/aosp12/frameworks/native/services/inputflinger/reader/
H A DInputDevice.cpp88 bumpGeneration(); in setEnabled()
229 bumpGeneration(); in addEventHubDevice()
279 bumpGeneration(); in configure()
289 bumpGeneration(); in configure()
565 void InputDevice::bumpGeneration() { in bumpGeneration() function in android::InputDevice
566 mGeneration = mContext->bumpGeneration(); in bumpGeneration()
H A DInputReader.cpp936 int32_t InputReader::ContextImpl::bumpGeneration() { in bumpGeneration() function in android::InputReader::ContextImpl
/aosp12/frameworks/native/services/inputflinger/reader/include/
H A DInputReaderContext.h52 virtual int32_t bumpGeneration() = 0;
H A DInputDevice.h110 void bumpGeneration();
387 inline void bumpGeneration() { mDevice.bumpGeneration(); } in bumpGeneration() function
H A DInputReader.h140 int32_t bumpGeneration() NO_THREAD_SAFETY_ANALYSIS override;
/aosp12/frameworks/native/services/inputflinger/tests/
H A DInputReader_test.cpp1240 int32_t bumpGeneration() override { in bumpGeneration() function in android::InstrumentedInputReader::FakeInputReaderContext
1241 mGeneration = ContextImpl::bumpGeneration(); in bumpGeneration()