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

/frameworks/base/services/input/
H A DInputReader.h486 typedef int32_t (InputDevice::*GetStateFunc)(uint32_t sourceMask, int32_t code); typedef in class:android::InputReader
488 GetStateFunc getStateFunc);
589 typedef int32_t (InputMapper::*GetStateFunc)(uint32_t sourceMask, int32_t code); typedef in class:android::InputDevice
590 int32_t getState(uint32_t sourceMask, int32_t code, GetStateFunc getStateFunc);

Completed in 29 milliseconds