Home
last modified time | relevance | path

Searched refs:getSessionLocked (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/services/core/java/com/android/server/tv/
DTvInputManagerService.java548 private ITvInputSession getSessionLocked(IBinder sessionToken, int callingUid, int userId) { in getSessionLocked() method in TvInputManagerService
549 return getSessionLocked(getSessionStateLocked(sessionToken, callingUid, userId)); in getSessionLocked()
552 private ITvInputSession getSessionLocked(SessionState sessionState) { in getSessionLocked() method in TvInputManagerService
757 ITvInputSession session = getSessionLocked(sessionState); in setMainLocked()
1310 getSessionLocked(sessionState).setSurface(surface); in setSurface()
1312 getSessionLocked(sessionState.hardwareSessionToken, in setSurface()
1340 getSessionLocked(sessionState).dispatchSurfaceChanged(format, width, in dispatchSurfaceChanged()
1343 getSessionLocked(sessionState.hardwareSessionToken, Process.SYSTEM_UID, in dispatchSurfaceChanged()
1368 getSessionLocked(sessionState).setVolume(volume); in setVolume()
1372 getSessionLocked(sessionState.hardwareSessionToken, in setVolume()
[all …]
/frameworks/base/services/core/java/com/android/server/lights/
DLightsService.java128 Session session = getSessionLocked(Preconditions.checkNotNull(token)); in setLightStates()
161 Preconditions.checkState(getSessionLocked(token) == null, "already registered"); in openSession()
212 final Session session = getSessionLocked(token); in closeSessionInternal()
254 private @Nullable Session getSessionLocked(IBinder token) { in getSessionLocked() method in LightsService.LightsManagerBinderService