Searched defs:mSurfaceSession (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/services/java/com/android/server/power/
H A DElectronBeam.java84 private SurfaceSession mSurfaceSession; field in class:ElectronBeam
502 if (mSurfaceSession == null) {
503 mSurfaceSession = new SurfaceSession();
516 mSurfaceControl = new SurfaceControl(mSurfaceSession,
/frameworks/base/services/java/com/android/server/wm/
H A DSession.java62 SurfaceSession mSurfaceSession; field in class:Session
256 return mService.prepareDragSurface(window, mSurfaceSession, flags,
456 if (mSurfaceSession == null) {
459 mSurfaceSession = new SurfaceSession();
461 WindowManagerService.TAG, " NEW SURFACE SESSION " + mSurfaceSession);
475 if (mSurfaceSession != null) {
478 + ", destroying " + mSurfaceSession);
480 WindowManagerService.TAG, " KILL SURFACE SESSION " + mSurfaceSession);
482 mSurfaceSession.kill();
485 + mSurfaceSession
[all...]

Completed in 41 milliseconds