Searched defs:surface_native (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/media/jni/
H A Dandroid_media_MediaRecorder.cpp51 jfieldID surface_native; member in struct:fields_t
112 Surface* const p = (Surface*)env->GetIntField(clazz, fields.surface_native);
412 fields.surface_native = env->GetFieldID(surface, ANDROID_VIEW_SURFACE_JNI_ID, "I");
413 if (fields.surface_native == NULL) {
/frameworks/base/core/jni/
H A Dandroid_opengl_EGL14.cpp747 EGLSurface surface_native = (EGLSurface) fromEGLHandle(_env, eglsurfaceGetHandleID, surface); local
751 (EGLSurface)surface_native
765 EGLSurface surface_native = (EGLSurface) fromEGLHandle(_env, eglsurfaceGetHandleID, surface); local
795 (EGLSurface)surface_native,
919 EGLSurface surface_native = (EGLSurface) fromEGLHandle(_env, eglsurfaceGetHandleID, surface); local
923 (EGLSurface)surface_native,
936 EGLSurface surface_native = (EGLSurface) fromEGLHandle(_env, eglsurfaceGetHandleID, surface); local
940 (EGLSurface)surface_native,
952 EGLSurface surface_native = (EGLSurface) fromEGLHandle(_env, eglsurfaceGetHandleID, surface); local
956 (EGLSurface)surface_native,
1184 EGLSurface surface_native = (EGLSurface) fromEGLHandle(_env, eglsurfaceGetHandleID, surface); local
[all...]
/frameworks/base/media/jni/mediaeditor/
H A DVideoEditorMain.cpp636 jfieldID surface_native = local
639 (M4OSA_NULL == surface_native),
642 Surface* const p = (Surface*)pEnv->GetIntField(surface, surface_native);
717 jfieldID surface_native = local
720 (M4OSA_NULL == surface_native),
723 Surface* const p = (Surface*)pEnv->GetIntField(mSurface, surface_native);
1046 jfieldID surface_native = local
1049 (M4OSA_NULL == surface_native),
1052 Surface* const p = (Surface*)pEnv->GetIntField(mSurface, surface_native);
2151 //jfieldID surface_native
2152 jfieldID surface_native local
[all...]

Completed in 54 milliseconds