Searched refs:callScope (Results 1 – 7 of 7) sorted by relevance
| /core/core-telecom/src/main/java/androidx/core/telecom/extensions/ |
| D | ParticipantExtensionRemoteImpl.kt | 69 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()
|
| D | MeetingSummaryRemoteImpl.kt | 46 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>()
|
| D | LocalCallSilenceExtensionRemoteImpl.kt | 41 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>()
|
| D | CallExtensionScopeImpl.kt | 105 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>()
|
| D | CallIconExtensionRemoteImpl.kt | 43 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>()
|
| D | ExtrasCallExtensionProcessor.kt | 56 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>()
|
| D | RaiseHandActionImpl.kt | 84 callScope: CoroutineScope, in <lambda>() 99 .launchIn(callScope) in <lambda>()
|