Home
last modified time | relevance | path

Searched refs:IGameSession (Results 1 – 7 of 7) sorted by relevance

/frameworks/base/core/java/android/service/games/
DCreateGameSessionResult.java42 IGameSession.Stub.asInterface(source.readStrongBinder()),
54 private final IGameSession mGameSession;
58 @NonNull IGameSession gameSession, in CreateGameSessionResult()
65 public IGameSession getGameSession() { in getGameSession()
DIGameSession.aidl22 oneway interface IGameSession { interface
DIGameSessionService.aidl20 import android.service.games.IGameSession;
DGameSession.java86 final IGameSession mInterface = new IGameSession.Stub() {
/frameworks/base/services/core/java/com/android/server/app/
DGameSessionRecord.java22 import android.service.games.IGameSession;
48 private final IGameSession mIGameSession;
66 @Nullable IGameSession gameSession, in GameSessionRecord()
95 @NonNull IGameSession gameSession, in withGameSession()
130 public IGameSession getGameSession() { in getGameSession()
DGameServiceProviderInstanceImpl.java48 import android.service.games.IGameSession;
486 IGameSession gameSession = gameSessionRecord.getGameSession(); in onTransientSystemBarsVisibilityChanged()
582 private void setGameSessionFocusedIfNecessary(int taskId, IGameSession gameSession) { in setGameSessionFocusedIfNecessary()
681 IGameSession gameSession = gameSessionRecord.getGameSession(); in destroyGameSessionFromRecordLocked()
/frameworks/base/services/tests/mockingservicestests/src/com/android/server/app/
DGameServiceProviderInstanceImplTest.java68 import android.service.games.IGameSession;
1320 private static class FakeGameSession extends IGameSession.Stub {