Home | History | Annotate | Download | only in jni

Lines Matching refs:jlong

224 static jlong ImageWriter_init(JNIEnv* env, jobject thiz, jobject weakThiz, jobject jsurface,
254 jlong nativeCtx = reinterpret_cast<jlong>(ctx.get());
317 static void ImageWriter_dequeueImage(JNIEnv* env, jobject thiz, jlong nativeCtx, jobject image) {
357 static void ImageWriter_close(JNIEnv* env, jobject thiz, jlong nativeCtx) {
392 static void ImageWriter_cancelImage(JNIEnv* env, jobject thiz, jlong nativeCtx, jobject image) {
418 static void ImageWriter_queueImage(JNIEnv* env, jobject thiz, jlong nativeCtx, jobject image,
419 jlong timestampNs, jint left, jint top, jint right, jint bottom) {
483 static jint ImageWriter_attachAndQueueImage(JNIEnv* env, jobject thiz, jlong nativeCtx,
484 jlong nativeBuffer, jint imageFormat, jlong timestampNs, jint left, jint top,
607 reinterpret_cast<jlong>(buffer.get()));