Searched refs:nativeGetSurface (Results 1 – 4 of 4) sorted by relevance
34 private static native Surface nativeGetSurface(long ptr, boolean includeSurfaceControlHandle); in nativeGetSurface() method in BLASTBufferQueue75 return nativeGetSurface(mNativeObject, false /* includeSurfaceControlHandle */); in createSurface()83 return nativeGetSurface(mNativeObject, true /* includeSurfaceControlHandle */); in createSurfaceWithHandle()
103 static jobject nativeGetSurface(JNIEnv* env, jclass clazz, jlong ptr, in nativeGetSurface() function216 {"nativeGetSurface", "(JZ)Landroid/view/Surface;", (void*)nativeGetSurface},
339 mSurface = nativeGetSurface(); in initializeImageReader()1436 private synchronized native Surface nativeGetSurface(); in nativeGetSurface() method in ImageReader
26308 Landroid/media/ImageReader;->nativeGetSurface()Landroid/view/Surface;