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

/frameworks/base/services/input/
H A DSpriteController.h226 inline const SpriteState& getStateLocked() const { function in class:android::SpriteController::SpriteImpl
H A DInputReader.cpp583 return getStateLocked(deviceId, sourceMask, keyCode, &InputDevice::getKeyCodeState);
590 return getStateLocked(deviceId, sourceMask, scanCode, &InputDevice::getScanCodeState);
596 return getStateLocked(deviceId, sourceMask, switchCode, &InputDevice::getSwitchState);
599 int32_t InputReader::getStateLocked(int32_t deviceId, uint32_t sourceMask, int32_t code, function in class:android::InputReader

Completed in 51 milliseconds