OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:read_native
(Results
1 - 3
of
3
) sorted by null
/frameworks/base/core/java/android/net/
LocalSocketImpl.java
76
ret =
read_native
(myFd);
168
private native int
read_native
(FileDescriptor fd) throws IOException;
method in class:LocalSocketImpl
/frameworks/base/core/jni/
android_opengl_EGL14.cpp
1065
EGLSurface
read_native
= (EGLSurface) fromEGLHandle(_env, eglsurfaceGetHandleID, read);
local
[
all
...]
android_net_LocalSocketImpl.cpp
874
{"
read_native
", "(Ljava/io/FileDescriptor;)I", (void*) socket_read},
Completed in 165 milliseconds