Home
last modified time | relevance | path

Searched refs:nativeGetSurface (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/graphics/java/android/graphics/
DBLASTBufferQueue.java32 private static native Surface nativeGetSurface(long ptr); in nativeGetSurface() method in BLASTBufferQueue
47 return nativeGetSurface(mNativeObject); in getSurface()
/frameworks/base/core/jni/
Dandroid_graphics_BLASTBufferQueue.cpp45 static jobject nativeGetSurface(JNIEnv* env, jclass clazz, jlong ptr) { in nativeGetSurface() function
66 (void*)nativeGetSurface },
/frameworks/base/media/java/android/media/
DImageReader.java278 mSurface = nativeGetSurface(); in ImageReader()
1052 private synchronized native Surface nativeGetSurface(); in nativeGetSurface() method in ImageReader