Searched defs:GetStateFunc (Results 1 - 1 of 1) sorted by relevance

/frameworks/native/services/inputflinger/
H A DInputReader.h560 typedef int32_t (InputDevice::*GetStateFunc)(uint32_t sourceMask, int32_t code); typedef in class:android::InputReader
562 GetStateFunc getStateFunc);
671 typedef int32_t (InputMapper::*GetStateFunc)(uint32_t sourceMask, int32_t code); typedef in class:android::InputDevice
672 int32_t getState(uint32_t sourceMask, int32_t code, GetStateFunc getStateFunc);

Completed in 1040 milliseconds