HomeSort by relevance Sort by last modified time
    Searched refs:surface_native (Results 1 - 3 of 3) sorted by null

  /frameworks/base/core/jni/
android_opengl_EGL14.cpp 747 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
936 EGLSurface surface_native = (EGLSurface) fromEGLHandle(_env, eglsurfaceGetHandleID, surface); local
952 EGLSurface surface_native = (EGLSurface) fromEGLHandle(_env, eglsurfaceGetHandleID, surface); local
1184 EGLSurface surface_native = (EGLSurface) fromEGLHandle(_env, eglsurfaceGetHandleID, surface); local
    [all...]
  /frameworks/base/media/jni/
android_media_MediaRecorder.cpp 51 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/media/jni/mediaeditor/
VideoEditorMain.cpp 636 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
2152 jfieldID surface_native local
    [all...]

Completed in 430 milliseconds