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.java538 private ITvInputSession getSessionLocked(IBinder sessionToken, int callingUid, int userId) { in getSessionLocked() method in TvInputManagerService
539 return getSessionLocked(getSessionStateLocked(sessionToken, callingUid, userId)); in getSessionLocked()
542 private ITvInputSession getSessionLocked(SessionState sessionState) { in getSessionLocked() method in TvInputManagerService
742 ITvInputSession session = getSessionLocked(sessionState); in setMainLocked()
1287 getSessionLocked(sessionState).setSurface(surface); in setSurface()
1289 getSessionLocked(sessionState.hardwareSessionToken, in setSurface()
1317 getSessionLocked(sessionState).dispatchSurfaceChanged(format, width, in dispatchSurfaceChanged()
1320 getSessionLocked(sessionState.hardwareSessionToken, Process.SYSTEM_UID, in dispatchSurfaceChanged()
1345 getSessionLocked(sessionState).setVolume(volume); in setVolume()
1349 getSessionLocked(sessionState.hardwareSessionToken, in setVolume()
[all …]
/frameworks/base/services/core/java/com/android/server/lights/
DLightsService.java121 Session session = getSessionLocked(Preconditions.checkNotNull(token)); in setLightStates()
154 Preconditions.checkState(getSessionLocked(token) == null, "already registered"); in openSession()
175 final Session session = getSessionLocked(token); in closeSessionInternal()
219 private @Nullable Session getSessionLocked(IBinder token) { in getSessionLocked() method in LightsService.LightsManagerBinderService