Home
last modified time | relevance | path

Searched refs:callScope (Results 1 – 7 of 7) sorted by relevance

/core/core-telecom/src/main/java/androidx/core/telecom/extensions/
DParticipantExtensionRemoteImpl.kt69 private val callScope: CoroutineScope, constant in androidx.core.telecom.extensions.ParticipantExtensionRemoteImpl
102 action.initialize(callScope, isSupported, callbacks) in addRaiseHandAction()
186 callScope.launch { in connectActionsToRemote()
192 callScope.launch { in connectActionsToRemote()
198 callScope.launch { in connectActionsToRemote()
204 callScope.launch { in connectActionsToRemote()
227 .launchIn(callScope) in initializeParticipantUpdates()
DMeetingSummaryRemoteImpl.kt46 private val callScope: CoroutineScope, in <lambda>() constant in androidx.core.telecom.extensions.MeetingSummaryRemoteImpl
119 updateCurrentSpeaker = { callScope.launch { onCurrentSpeakerChanged(it) } }, in <lambda>()
120 updateParticipantCount = { callScope.launch { onParticipantCountChanged(it) } }, in <lambda>()
121 finishSync = { callScope.launch { continuation.resume(Unit) } } in <lambda>()
DLocalCallSilenceExtensionRemoteImpl.kt41 private val callScope: CoroutineScope, in <lambda>() constant in androidx.core.telecom.extensions.LocalCallSilenceExtensionRemoteImpl
92 .launchIn(callScope) in <lambda>()
104 callScope.launch { in <lambda>()
117 callScope.launch { continuation.resume(remoteBinder) } in <lambda>()
DCallExtensionScopeImpl.kt105 private val callScope: CoroutineScope, in <lambda>() constant in androidx.core.telecom.extensions.CallExtensionScopeImpl
144 callScope, in <lambda>()
167 MeetingSummaryRemoteImpl(callScope, onCurrentSpeakerChanged, onParticipantCountChanged) in <lambda>()
185 val extension = LocalCallSilenceExtensionRemoteImpl(callScope, onIsLocallySilencedUpdated) in <lambda>()
216 CallIconExtensionRemoteImpl(applicationContext, callScope, onCallIconChanged) in <lambda>()
362 val extrasProcessor = ExtrasCallExtensionProcessor(callScope, call) in <lambda>()
387 callScope.cancel() in <lambda>()
DCallIconExtensionRemoteImpl.kt43 private val callScope: CoroutineScope, in <lambda>() constant in androidx.core.telecom.extensions.CallIconExtensionRemoteImpl
99 callScope.launch { in <lambda>()
104 finishSync = { callScope.launch { continuation.resume(Unit) } } in <lambda>()
DExtrasCallExtensionProcessor.kt56 private val callScope: CoroutineScope, in <lambda>() constant in androidx.core.telecom.extensions.ExtrasCallExtensionProcessor
133 val callbackRepository = CapabilityExchangeRepository(callScope) in <lambda>()
137 callScope.launch { detailsFlow.collect { details -> processExtras(details.extras) } } in <lambda>()
DRaiseHandActionImpl.kt84 callScope: CoroutineScope, in <lambda>()
99 .launchIn(callScope) in <lambda>()