Searched defs:outEvents (Results 1 – 3 of 3) sorted by relevance
/frameworks/base/native/android/ |
D | looper.cpp | 52 int ALooper_pollOnce(int timeoutMillis, int* outFd, int* outEvents, void** outData) { in ALooper_pollOnce() 63 int ALooper_pollAll(int timeoutMillis, int* outFd, int* outEvents, void** outData) { in ALooper_pollAll()
|
/frameworks/native/libs/input/ |
D | KeyCharacterMap.cpp | 444 void KeyCharacterMap::addKey(Vector<KeyEvent>& outEvents, in addKey() 453 void KeyCharacterMap::addMetaKeys(Vector<KeyEvent>& outEvents, in addMetaKeys() 518 bool KeyCharacterMap::addSingleEphemeralMetaKey(Vector<KeyEvent>& outEvents, in addSingleEphemeralMetaKey() 530 void KeyCharacterMap::addDoubleEphemeralMetaKey(Vector<KeyEvent>& outEvents, in addDoubleEphemeralMetaKey() 548 void KeyCharacterMap::addLockedMetaKey(Vector<KeyEvent>& outEvents, in addLockedMetaKey()
|
/frameworks/native/services/inputflinger/ |
D | InputDispatcher.cpp | 4246 Vector<EventEntry*>& outEvents, const CancelationOptions& options) { in synthesizeCancelationEvents()
|