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

/frameworks/native/services/inputflinger/
H A DInputReader.h555 typedef int32_t (InputDevice::*GetStateFunc)(uint32_t sourceMask, int32_t code); typedef in class:android::InputReader
557 GetStateFunc getStateFunc);
665 typedef int32_t (InputMapper::*GetStateFunc)(uint32_t sourceMask, int32_t code); typedef in class:android::InputDevice
666 int32_t getState(uint32_t sourceMask, int32_t code, GetStateFunc getStateFunc);

Completed in 415 milliseconds