Searched refs:nativeGetSurface (Results 1 – 4 of 4) sorted by relevance
33 private static native Surface nativeGetSurface(long ptr, boolean includeSurfaceControlHandle); in nativeGetSurface() method in BLASTBufferQueue69 return nativeGetSurface(mNativeObject, false /* includeSurfaceControlHandle */); in createSurface()77 return nativeGetSurface(mNativeObject, true /* includeSurfaceControlHandle */); in createSurfaceWithHandle()
94 static jobject nativeGetSurface(JNIEnv* env, jclass clazz, jlong ptr, in nativeGetSurface() function146 {"nativeGetSurface", "(JZ)Landroid/view/Surface;", (void*)nativeGetSurface},
308 mSurface = nativeGetSurface(); in ImageReader()1146 private synchronized native Surface nativeGetSurface(); in nativeGetSurface() method in ImageReader
29186 Landroid/media/ImageReader;->nativeGetSurface()Landroid/view/Surface;