OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mDispatchKeyWrite
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/include/android_runtime/
android_app_NativeActivity.h
113
int
mDispatchKeyWrite
;
/frameworks/base/core/jni/
android_app_NativeActivity.cpp
112
mDispatchKeyRead =
mDispatchKeyWrite
= -1;
115
mDispatchKeyWrite
= msgpipe[1];
119
result = fcntl(
mDispatchKeyWrite
, F_SETFL, O_NONBLOCK);
127
close(
mDispatchKeyWrite
);
290
mDispatchKeyWrite
);
408
int res = write(
mDispatchKeyWrite
, &dummy, sizeof(dummy));
[
all
...]
Completed in 143 milliseconds