Searched defs:outEvents (Results 1 – 3 of 3) sorted by relevance
/frameworks/base/native/android/ |
D | looper.cpp | 44 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/ |
D | KeyCharacterMap.cpp | 443 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/ |
D | InputDispatcher.cpp | 4182 Vector<EventEntry*>& outEvents, const CancelationOptions& options) { in synthesizeCancelationEvents()
|