Searched refs:mNativeClient (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/core/java/android/view/
H A DSurfaceSession.java27 private long mNativeClient; // SurfaceComposerClient* field in class:SurfaceSession
36 mNativeClient = nativeCreate();
40 mNativeClient = nativeCreateScoped(root.mNativeObject);
47 if (mNativeClient != 0) {
48 nativeDestroy(mNativeClient);
61 nativeKill(mNativeClient);
/frameworks/base/core/jni/
H A Dandroid_view_SurfaceSession.cpp32 jfieldID mNativeClient; member in struct:android::__anon1145
39 env->GetLongField(surfaceSessionObj, gSurfaceSessionClassInfo.mNativeClient));
84 gSurfaceSessionClassInfo.mNativeClient = env->GetFieldID(clazz, "mNativeClient", "J");

Completed in 634 milliseconds