Home
last modified time | relevance | path

Searched refs:MediaDeviceSession (Results 1 – 12 of 12) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/volume/panel/component/mediaoutput/domain/model/
DMediaDeviceSessions.kt19 import com.android.systemui.volume.panel.component.mediaoutput.shared.model.MediaDeviceSession
23 val local: MediaDeviceSession?,
24 val remote: MediaDeviceSession?,
29 val Local: (MediaDeviceSessions) -> MediaDeviceSession? = { it.local } in <lambda>()
31 val Remote: (MediaDeviceSessions) -> MediaDeviceSession? = { it.remote } in <lambda>()
DMediaOutputComponentModel.kt20 import com.android.systemui.volume.panel.component.mediaoutput.shared.model.MediaDeviceSession
36 val session: MediaDeviceSession,
/frameworks/base/packages/SystemUI/src/com/android/systemui/volume/panel/component/mediaoutput/domain/interactor/
DMediaDeviceSessionInteractor.kt24 import com.android.systemui.volume.panel.component.mediaoutput.shared.model.MediaDeviceSession in <lambda>()
51 fun playbackState(session: MediaDeviceSession): Flow<PlaybackState?> { in <lambda>()
60 fun playbackInfo(session: MediaDeviceSession): Flow<MediaController.PlaybackInfo> { in <lambda>()
69 session: MediaDeviceSession, in <lambda>()
83 suspend fun setSessionVolume(mediaDeviceSession: MediaDeviceSession, volume: Int): Boolean { in <lambda>()
104 mediaDeviceSession: MediaDeviceSession, in <lambda>()
DMediaOutputInteractor.kt29 import com.android.systemui.volume.panel.component.mediaoutput.shared.model.MediaDeviceSession in <lambda>()
91 val defaultActiveMediaSession: StateFlow<Result<MediaDeviceSession?>> = in <lambda>()
178 private suspend fun MediaController.mediaDeviceSession(): MediaDeviceSession? { in <lambda>()
179 return MediaDeviceSession( in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/systemui/volume/panel/component/mediaoutput/shared/model/
DMediaDeviceSession.kt22 data class MediaDeviceSession( class
30 fun MediaDeviceSession.isTheSameSession(other: MediaDeviceSession?): Boolean = method
DSessionWithPlaybackState.kt20 val session: MediaDeviceSession,
/frameworks/base/packages/SystemUI/src/com/android/systemui/volume/panel/component/volume/domain/model/
DSliderType.kt20 import com.android.systemui.volume.panel.component.mediaoutput.shared.model.MediaDeviceSession
29 data class MediaDeviceCast(val session: MediaDeviceSession) : SliderType
/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/volume/panel/component/volume/slider/ui/viewmodel/
DCastVolumeSliderViewModelKosmos.kt22 import com.android.systemui.volume.panel.component.mediaoutput.shared.model.MediaDeviceSession
29 session: MediaDeviceSession, in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/systemui/volume/panel/component/volume/slider/ui/viewmodel/
DCastVolumeSliderViewModel.kt24 import com.android.systemui.volume.panel.component.mediaoutput.shared.model.MediaDeviceSession
39 @Assisted private val session: MediaDeviceSession,
100 session: MediaDeviceSession,
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/volume/panel/component/mediaoutput/domain/interactor/
DMediaOutputInteractorTest.kt39 import com.android.systemui.volume.panel.component.mediaoutput.shared.model.MediaDeviceSession
175 with((defaultActiveMediaSession as Result.Data<MediaDeviceSession?>).data!!) { in activeLocalAndRemoteSession_defaultSession_local()
199 with((defaultActiveMediaSession as Result.Data<MediaDeviceSession?>).data!!) { in activeRemoteSession_defaultSession_remote()
223 with((defaultActiveMediaSession as Result.Data<MediaDeviceSession?>).data!!) { in inactiveLocalAndRemoteSession_defaultSession_local()
/frameworks/base/packages/SystemUI/src/com/android/systemui/volume/panel/component/volume/domain/interactor/
DAudioSlidersInteractor.kt24 import com.android.systemui.volume.panel.component.mediaoutput.shared.model.MediaDeviceSession in <lambda>()
77 private fun MutableList<SliderType>.addSession(remoteMediaDeviceSession: MediaDeviceSession?) { in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/systemui/volume/panel/component/volume/ui/viewmodel/
DAudioVolumeComponentViewModel.kt22 import com.android.systemui.volume.panel.component.mediaoutput.shared.model.MediaDeviceSession in <lambda>()
121 session: MediaDeviceSession in <lambda>()