HomeSort by relevance Sort by last modified time
    Searched full:native_close (Results 1 - 6 of 6) sorted by null

  /frameworks/base/core/java/android/os/
MemoryFile.java 49 private static native void native_close(FileDescriptor fd); method in class:MemoryFile
114 native_close(mFD);
  /frameworks/base/core/jni/
android_os_MemoryFile.cpp 143 {"native_close", "(Ljava/io/FileDescriptor;)V", (void*)android_os_MemoryFile_close},
android_database_CursorWindow.cpp 122 static void native_close(JNIEnv * env, jobject object) function in namespace:android
662 {"close_native", "()V", (void *)native_close},
  /frameworks/base/core/jni/android/graphics/
Path.cpp 281 {"native_close","(I)V", (void*) SkPathGlue::close},
  /frameworks/base/graphics/java/android/graphics/
Path.java 325 native_close(mNativePath);
570 private static native void native_close(int nPath); method in class:Path
  /frameworks/base/tools/layoutlib/bridge/src/android/graphics/
Path_Delegate.java 304 /*package*/ static void native_close(int nPath) { method in class:Path_Delegate

Completed in 476 milliseconds