Searched defs:AInputQueue (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/include/android_runtime/
H A Dandroid_app_NativeActivity.h68 struct AInputQueue { struct
71 explicit AInputQueue(const android::sp<android::InputChannel>& channel, int workWrite);
74 ~AInputQueue();
/frameworks/base/core/jni/
H A Dandroid_app_NativeActivity.cpp110 AInputQueue::AInputQueue(const sp<InputChannel>& channel, int workWrite) : function in class:AInputQueue
120 SLOGW_IF(result != 0, "Could not make AInputQueue read pipe "
123 SLOGW_IF(result != 0, "Could not make AInputQueue write pipe "
128 AInputQueue::~AInputQueue() {
133 void AInputQueue::attachLooper(ALooper* looper, int ident,
142 void AInputQueue::detachLooper() {
147 int32_t AInputQueue::hasEvents() {
162 int32_t AInputQueue
[all...]
/frameworks/native/include/android/
H A Dinput.h800 struct AInputQueue;
801 typedef struct AInputQueue AInputQueue; typedef in typeref:struct:AInputQueue
807 void AInputQueue_attachLooper(AInputQueue* queue, ALooper* looper,
813 void AInputQueue_detachLooper(AInputQueue* queue);
820 int32_t AInputQueue_hasEvents(AInputQueue* queue);
826 int32_t AInputQueue_getEvent(AInputQueue* queue, AInputEvent** outEvent);
836 int32_t AInputQueue_preDispatchEvent(AInputQueue* queue, AInputEvent* event);
842 void AInputQueue_finishEvent(AInputQueue* queue, AInputEvent* event, int handled);

Completed in 113 milliseconds