Home
last modified time | relevance | path

Searched defs:outEvents (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/native/android/
Dlooper.cpp44 int ALooper_pollOnce(int timeoutMillis, int* outFd, int* outEvents, void** outData) { in ALooper_pollOnce()
55 int ALooper_pollAll(int timeoutMillis, int* outFd, int* outEvents, void** outData) { in ALooper_pollAll()
/frameworks/native/libs/input/
DKeyCharacterMap.cpp443 void KeyCharacterMap::addKey(Vector<KeyEvent>& outEvents, in addKey()
452 void KeyCharacterMap::addMetaKeys(Vector<KeyEvent>& outEvents, in addMetaKeys()
517 bool KeyCharacterMap::addSingleEphemeralMetaKey(Vector<KeyEvent>& outEvents, in addSingleEphemeralMetaKey()
529 void KeyCharacterMap::addDoubleEphemeralMetaKey(Vector<KeyEvent>& outEvents, in addDoubleEphemeralMetaKey()
547 void KeyCharacterMap::addLockedMetaKey(Vector<KeyEvent>& outEvents, in addLockedMetaKey()
/frameworks/base/services/input/
DInputDispatcher.cpp4182 Vector<EventEntry*>& outEvents, const CancelationOptions& options) { in synthesizeCancelationEvents()