Home
last modified time | relevance | path

Searched refs:nativeAttachAndQueueBuffer (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/core/java/android/view/
DSurface.java78 private static native int nativeAttachAndQueueBuffer(long nativeObject, GraphicBuffer buffer); in nativeAttachAndQueueBuffer() method in Surface
610 int err = nativeAttachAndQueueBuffer(mNativeObject, buffer); in attachAndQueueBuffer()
/frameworks/base/core/jni/
Dandroid_view_Surface.cpp510 static jint nativeAttachAndQueueBuffer(JNIEnv *env, jclass clazz, jlong nativeObject, in nativeAttachAndQueueBuffer() function
614 …eAttachAndQueueBuffer", "(JLandroid/graphics/GraphicBuffer;)I", (void*)nativeAttachAndQueueBuffer},