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/ |
D | MediaDeviceSessions.kt | 19 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>()
|
D | MediaOutputComponentModel.kt | 20 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/ |
D | MediaDeviceSessionInteractor.kt | 24 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>()
|
D | MediaOutputInteractor.kt | 29 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/ |
D | MediaDeviceSession.kt | 22 data class MediaDeviceSession( class 30 fun MediaDeviceSession.isTheSameSession(other: MediaDeviceSession?): Boolean = method
|
D | SessionWithPlaybackState.kt | 20 val session: MediaDeviceSession,
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/volume/panel/component/volume/domain/model/ |
D | SliderType.kt | 20 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/ |
D | CastVolumeSliderViewModelKosmos.kt | 22 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/ |
D | CastVolumeSliderViewModel.kt | 24 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/ |
D | MediaOutputInteractorTest.kt | 39 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/ |
D | AudioSlidersInteractor.kt | 24 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/ |
D | AudioVolumeComponentViewModel.kt | 22 import com.android.systemui.volume.panel.component.mediaoutput.shared.model.MediaDeviceSession in <lambda>() 121 session: MediaDeviceSession in <lambda>()
|