Searched refs:consumePreDispatchingEvent (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/include/android_runtime/
H A Dandroid_app_NativeActivity.h97 android::KeyEvent* consumePreDispatchingEvent(int* outSeq);
/frameworks/base/core/jni/
H A Dandroid_app_NativeActivity.cpp319 KeyEvent* AInputQueue::consumePreDispatchingEvent(int* outSeq) { function in class:AInputQueue
330 LOG_TRACE("consumePreDispatchingEvent: KeyEvent=%p", event);
554 while ((keyEvent=code->nativeInputQueue->consumePreDispatchingEvent(&seq)) != NULL) {

Completed in 387 milliseconds