Home
last modified time | relevance | path

Searched refs:inputQueue (Results 1 – 4 of 4) sorted by relevance

/external/deqp/framework/platform/android/
DtcuAndroidRenderActivity.hpp63 AInputQueue* inputQueue; member
90 Message (MessageType type_, AInputQueue* inputQueue) in Message()
95 DE_ASSERT(inputQueue); in Message()
96 payload.inputQueue = inputQueue; in Message()
DtcuAndroidRenderActivity.cpp209 m_inputQueue = message.payload.inputQueue; in processMessage()
213 m_inputQueue = message.payload.inputQueue; in processMessage()
/external/angle/util/android/third_party/
Dandroid_native_app_glue.c94 if (android_app->inputQueue != NULL) { in android_app_pre_exec_cmd()
95 AInputQueue_detachLooper(android_app->inputQueue); in android_app_pre_exec_cmd()
97 android_app->inputQueue = android_app->pendingInputQueue; in android_app_pre_exec_cmd()
98 if (android_app->inputQueue != NULL) { in android_app_pre_exec_cmd()
100 AInputQueue_attachLooper(android_app->inputQueue, in android_app_pre_exec_cmd()
178 if (android_app->inputQueue != NULL) { in android_app_destroy()
179 AInputQueue_detachLooper(android_app->inputQueue); in android_app_destroy()
190 while (AInputQueue_getEvent(app->inputQueue, &event) >= 0) { in process_input()
192 if (AInputQueue_preDispatchEvent(app->inputQueue, event)) { in process_input()
197 AInputQueue_finishEvent(app->inputQueue, event, handled); in process_input()
[all …]
Dandroid_native_app_glue.h147 AInputQueue* inputQueue; member