Searched refs:GetStateFunc (Results 1 - 2 of 2) 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);
H A DInputReader.cpp671 GetStateFunc getStateFunc) {
1123 int32_t InputDevice::getState(uint32_t sourceMask, int32_t code, GetStateFunc getStateFunc) {

Completed in 82 milliseconds