Home
last modified time | relevance | path

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

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