Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/tv/interactive/
H A DTvInteractiveAppManagerService.java677 private ITvInteractiveAppSession getSessionLocked( in getSessionLocked() method in TvInteractiveAppManagerService
1021 getSessionLocked(sessionState).notifyVideoAvailable(); in notifyVideoAvailable()
1065 getSessionLocked(sessionState).notifyContentAllowed(); in notifyContentAllowed()
1155 getSessionLocked(sessionState).notifyRecordingStarted( in notifyRecordingStarted()
1203 getSessionLocked(sessionState).startInteractiveApp(); in startInteractiveApp()
1228 getSessionLocked(sessionState).stopInteractiveApp(); in stopInteractiveApp()
1253 getSessionLocked(sessionState).resetInteractiveApp(); in resetInteractiveApp()
1279 getSessionLocked(sessionState).createBiInteractiveApp( in createBiInteractiveApp()
1831 getSessionLocked(sessionState).notifyRecordingTuned( in notifyRecordingTuned()
1860 getSessionLocked(sessionState).notifyRecordingError( in notifyRecordingError()
[all …]
/aosp14/frameworks/base/services/core/java/com/android/server/tv/
H A DTvInputManagerService.java727 private ITvInputSession getSessionLocked(SessionState sessionState) { in getSessionLocked() method in TvInputManagerService
947 ITvInputSession session = getSessionLocked(sessionState); in setMainLocked()
1660 getSessionLocked(sessionState).setSurface(surface); in setSurface()
1662 getSessionLocked(sessionState.hardwareSessionToken, in setSurface()
1731 getSessionLocked(sessionState).setVolume(volume); in setVolume()
1735 getSessionLocked(sessionState.hardwareSessionToken, in setVolume()
1810 getSessionLocked(sessionToken, callingUid, resolvedUserId) in unblockContent()
1830 getSessionLocked(sessionToken, callingUid, resolvedUserId) in setCaptionEnabled()
1851 getSessionLocked(sessionToken, callingUid, in selectAudioPresentation()
1893 getSessionLocked(sessionToken, callingUid, resolvedUserId) in setInteractiveAppNotificationEnabled()
[all …]
/aosp14/frameworks/base/services/core/java/com/android/server/lights/
H A DLightsService.java135 Session session = getSessionLocked(Preconditions.checkNotNull(token)); in setLightStates()
168 Preconditions.checkState(getSessionLocked(token) == null, "already registered"); in openSession()
220 final Session session = getSessionLocked(token); in closeSessionInternal()
262 private @Nullable Session getSessionLocked(IBinder token) { in getSessionLocked() method in LightsService.LightsManagerBinderService