Searched refs:mNativeClient (Results 1 – 2 of 2) sorted by relevance
27 private int mNativeClient; // SurfaceComposerClient* field in SurfaceSession35 mNativeClient = nativeCreate(); in SurfaceSession()42 if (mNativeClient != 0) { in finalize()43 nativeDestroy(mNativeClient); in finalize()56 nativeKill(mNativeClient); in kill()
31 jfieldID mNativeClient; member38 env->GetIntField(surfaceSessionObj, gSurfaceSessionClassInfo.mNativeClient)); in android_view_SurfaceSession_getClient()75 gSurfaceSessionClassInfo.mNativeClient = env->GetFieldID(clazz, "mNativeClient", "I"); in register_android_view_SurfaceSession()