Lines Matching refs:jint

37 JNIEXPORT jint JNICALL Java_com_android_test_SurfaceProxy_setSurface(JNIEnv* env, jclass,  in Java_com_android_test_SurfaceProxy_setSurface()
49 JNIEXPORT jint JNICALL Java_com_android_test_SurfaceProxy_waitUntilBufferDisplayed( in Java_com_android_test_SurfaceProxy_waitUntilBufferDisplayed()
50 JNIEnv*, jclass, jlong jFrameNumber, jint timeoutMs) { in Java_com_android_test_SurfaceProxy_waitUntilBufferDisplayed()
79 JNIEXPORT jint JNICALL Java_com_android_test_SurfaceProxy_draw(JNIEnv*, jclass) { in Java_com_android_test_SurfaceProxy_draw()
86 JNIEXPORT jint JNICALL Java_com_android_test_SurfaceProxy_ANativeWindowLock(JNIEnv*, jclass) { in Java_com_android_test_SurfaceProxy_ANativeWindowLock()
93 JNIEXPORT jint JNICALL Java_com_android_test_SurfaceProxy_ANativeWindowUnlockAndPost(JNIEnv*, in Java_com_android_test_SurfaceProxy_ANativeWindowUnlockAndPost()
100 JNIEXPORT jint JNICALL Java_com_android_test_SurfaceProxy_ANativeWindowSetBuffersGeometry( in Java_com_android_test_SurfaceProxy_ANativeWindowSetBuffersGeometry()
101 JNIEnv* /* env */, jclass /* clazz */, jobject /* surfaceObject */, jint w, jint h, in Java_com_android_test_SurfaceProxy_ANativeWindowSetBuffersGeometry()
102 jint format) { in Java_com_android_test_SurfaceProxy_ANativeWindowSetBuffersGeometry()
107 JNIEXPORT jint JNICALL Java_com_android_test_SurfaceProxy_ANativeWindowSetBuffersTransform( in Java_com_android_test_SurfaceProxy_ANativeWindowSetBuffersTransform()
108 JNIEnv* /* env */, jclass /* clazz */, jint transform) { in Java_com_android_test_SurfaceProxy_ANativeWindowSetBuffersTransform()
113 JNIEXPORT jint JNICALL Java_com_android_test_SurfaceProxy_SurfaceSetScalingMode(JNIEnv* /* env */, in Java_com_android_test_SurfaceProxy_SurfaceSetScalingMode()
115 jint scalingMode) { in Java_com_android_test_SurfaceProxy_SurfaceSetScalingMode()
121 JNIEXPORT jint JNICALL Java_com_android_test_SurfaceProxy_SurfaceDequeueBuffer(JNIEnv* /* env */, in Java_com_android_test_SurfaceProxy_SurfaceDequeueBuffer()
123 jint slot, in Java_com_android_test_SurfaceProxy_SurfaceDequeueBuffer()
124 jint timeoutMs) { in Java_com_android_test_SurfaceProxy_SurfaceDequeueBuffer()
146 JNIEXPORT jint JNICALL Java_com_android_test_SurfaceProxy_SurfaceCancelBuffer(JNIEnv* /* env */, in Java_com_android_test_SurfaceProxy_SurfaceCancelBuffer()
148 jint slot) { in Java_com_android_test_SurfaceProxy_SurfaceCancelBuffer()
156 JNIEXPORT jint JNICALL Java_com_android_test_SurfaceProxy_drawBuffer(JNIEnv* env, in Java_com_android_test_SurfaceProxy_drawBuffer()
157 jclass /* clazz */, jint slot, in Java_com_android_test_SurfaceProxy_drawBuffer()
190 JNIEXPORT jint JNICALL Java_com_android_test_SurfaceProxy_SurfaceQueueBuffer(JNIEnv* /* env */, in Java_com_android_test_SurfaceProxy_SurfaceQueueBuffer()
192 jint slot, in Java_com_android_test_SurfaceProxy_SurfaceQueueBuffer()
203 JNIEXPORT jint JNICALL Java_com_android_test_SurfaceProxy_SurfaceSetAsyncMode(JNIEnv* /* env */, in Java_com_android_test_SurfaceProxy_SurfaceSetAsyncMode()
211 JNIEXPORT jint JNICALL Java_com_android_test_SurfaceProxy_SurfaceSetDequeueTimeout( in Java_com_android_test_SurfaceProxy_SurfaceSetDequeueTimeout()
218 JNIEXPORT jint JNICALL Java_com_android_test_SurfaceProxy_SurfaceSetMaxDequeuedBufferCount( in Java_com_android_test_SurfaceProxy_SurfaceSetMaxDequeuedBufferCount()
219 JNIEnv* /* env */, jclass /* clazz */, jint maxDequeuedBuffers) { in Java_com_android_test_SurfaceProxy_SurfaceSetMaxDequeuedBufferCount()
225 JNIEXPORT jint JNICALL Java_com_android_test_SurfaceProxy_NativeWindowSetBufferCount( in Java_com_android_test_SurfaceProxy_NativeWindowSetBufferCount()
226 JNIEnv* /* env */, jclass /* clazz */, jint count) { in Java_com_android_test_SurfaceProxy_NativeWindowSetBufferCount()
233 JNIEXPORT jint JNICALL Java_com_android_test_SurfaceProxy_NativeWindowSetSharedBufferMode( in Java_com_android_test_SurfaceProxy_NativeWindowSetSharedBufferMode()
241 JNIEXPORT jint JNICALL Java_com_android_test_SurfaceProxy_NativeWindowSetAutoRefresh( in Java_com_android_test_SurfaceProxy_NativeWindowSetAutoRefresh()