Searched refs:nativeGetSurface (Results 1 – 3 of 3) sorted by relevance
32 private static native Surface nativeGetSurface(long ptr); in nativeGetSurface() method in BLASTBufferQueue47 return nativeGetSurface(mNativeObject); in getSurface()
45 static jobject nativeGetSurface(JNIEnv* env, jclass clazz, jlong ptr) { in nativeGetSurface() function66 (void*)nativeGetSurface },
278 mSurface = nativeGetSurface(); in ImageReader()1052 private synchronized native Surface nativeGetSurface(); in nativeGetSurface() method in ImageReader