Searched refs:SensorKernelServiceSubscription (Results 1 – 6 of 6) sorted by relevance
14 …private val sensorEventListenerLastUpdateMap: MutableMap<SensorKernelServiceSubscription, Long> = …15 …scriptionsMap: MutableMap<String?, MutableList<WeakReference<SensorKernelServiceSubscription?>>> =…53 ): SensorKernelServiceSubscription { in createSubscriptionForListener()55 SensorKernelServiceSubscription(experienceKey, this, listener) in createSubscriptionForListener()67 fun removeSubscription(subscriptionToRemove: SensorKernelServiceSubscription) { in removeSubscription()71 val originalSubscriptions: List<WeakReference<SensorKernelServiceSubscription?>> = in removeSubscription()73 val leftSubscriptions: MutableList<WeakReference<SensorKernelServiceSubscription?>> = in removeSubscription()90 …fun onSubscriptionEnabledChanged(sensorKernelServiceSubscription: SensorKernelServiceSubscription)… in onSubscriptionEnabledChanged()123 val listeners: List<WeakReference<SensorKernelServiceSubscription?>>? = in cleanWeakSubscriptionsList()125 val realListeners: MutableList<WeakReference<SensorKernelServiceSubscription?>> = ArrayList() in cleanWeakSubscriptionsList()
6 class SensorKernelServiceSubscription internal constructor( class
4 import host.exp.exponent.kernel.services.sensors.SensorKernelServiceSubscription6 … SensorSubscription(private val sensorKernelServiceSubscription: SensorKernelServiceSubscription) :