Home
last modified time | relevance | path

Searched refs:GetStateFunc (Results 1 – 4 of 4) sorted by relevance

/aosp12/frameworks/native/services/inputflinger/reader/include/
H A DInputReader.h236 typedef int32_t (InputDevice::*GetStateFunc)(uint32_t sourceMask, int32_t code); typedef
238 GetStateFunc getStateFunc) REQUIRES(mLock);
H A DInputDevice.h177 typedef int32_t (InputMapper::*GetStateFunc)(uint32_t sourceMask, int32_t code); typedef
178 int32_t getState(uint32_t sourceMask, int32_t code, GetStateFunc getStateFunc);
/aosp12/frameworks/native/services/inputflinger/reader/
H A DInputDevice.cpp444 int32_t InputDevice::getState(uint32_t sourceMask, int32_t code, GetStateFunc getStateFunc) { in getState()
H A DInputReader.cpp530 GetStateFunc getStateFunc) { in getStateLocked()