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

/frameworks/base/include/android_runtime/
H A Dandroid_app_NativeActivity.h112 int mDispatchKeyRead; member in struct:AInputQueue
/frameworks/base/core/jni/
H A Dandroid_app_NativeActivity.cpp115 mDispatchKeyRead = mDispatchKeyWrite = -1;
117 mDispatchKeyRead = msgpipe[0];
119 int result = fcntl(mDispatchKeyRead, F_SETFL, O_NONBLOCK);
129 close(mDispatchKeyRead);
138 mLooper->addFd(mDispatchKeyRead,
144 mLooper->removeFd(mDispatchKeyRead);
153 pfd[1].fd = mDispatchKeyRead;
166 ssize_t nRead = read(mDispatchKeyRead, &byteread, 1);

Completed in 426 milliseconds