Lines Matching refs:session

1860     public int addWindow(Session session, IWindow client,
1958 win = new WindowState(session, client, token,
2070 public void removeWindow(Session session, IWindow client) {
2072 WindowState win = windowForClientLocked(session, client, false);
2076 removeWindowLocked(session, win);
2080 public void removeWindowLocked(Session session, WindowState win) {
2136 removeWindowInnerLocked(session, win);
2148 private void removeWindowInnerLocked(Session session, WindowState win) {
2149 mKeyWaiter.finishedKey(session, win.mClient, true,
2243 private void setTransparentRegionWindow(Session session, IWindow client, Region region) {
2247 WindowState w = windowForClientLocked(session, client, false);
2266 void setInsetsWindow(Session session, IWindow client,
2272 WindowState w = windowForClientLocked(session, client, false);
2287 public void getWindowDisplayFrame(Session session, IWindow client,
2290 WindowState win = windowForClientLocked(session, client, false);
2353 public int relayoutWindow(Session session, IWindow client,
2364 WindowState win = windowForClientLocked(session, client, false);
2520 mKeyWaiter.finishedKey(session, client, true,
2628 public void finishDrawingWindow(Session session, IWindow client) {
2631 WindowState win = windowForClientLocked(session, client, false);
6122 MotionEvent finishedKey(Session session, IWindow client, boolean force,
6142 qev = session.mPendingPointerMove;
6143 win = session.mPendingPointerWindow;
6144 session.mPendingPointerMove = null;
6145 session.mPendingPointerWindow = null;
6147 qev = session.mPendingTrackballMove;
6148 win = session.mPendingTrackballWindow;
6149 session.mPendingTrackballMove = null;
6150 session.mPendingTrackballWindow = null;
6918 Slog.w(TAG, "Exception thrown when killing surface session "
6919 + mSurfaceSession + " in session " + this
7410 TAG, "Creating surface in session "
7543 + mSurface + ", session " + mSession, e);
7556 + " surface " + mSurface + " session " + mSession
9282 final WindowState windowForClientLocked(Session session, IWindow client,
9284 return windowForClientLocked(session, client.asBinder(), throwOnError);
9287 final WindowState windowForClientLocked(Session session, IBinder client,
9301 if (session != null && win.mSession != session) {
9303 "Requested window " + client + " is in session " +
9304 win.mSession + ", not " + session);
10845 Slog.w(TAG, "LEAKED SURFACE (session doesn't exist): "
11371 DimAnimator (SurfaceSession session) {
11376 mDimSurface = new Surface(session, 0,