Home
last modified time | relevance | path

Searched refs:SensorKernelServiceSubscription (Results 1 – 6 of 6) sorted by relevance

/expo/android/expoview/src/main/java/host/exp/exponent/kernel/services/sensors/
H A DSubscribableSensorKernelService.kt14 …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()
H A DSensorKernelServiceSubscription.kt6 class SensorKernelServiceSubscription internal constructor( class
/expo/android/versioned-abis/expoview-abi48_0_0/src/main/java/abi48_0_0/host/exp/exponent/modules/universal/sensors/
H A DSensorSubscription.kt4 import host.exp.exponent.kernel.services.sensors.SensorKernelServiceSubscription
6 … SensorSubscription(private val sensorKernelServiceSubscription: SensorKernelServiceSubscription) :
/expo/android/versioned-abis/expoview-abi49_0_0/src/main/java/abi49_0_0/host/exp/exponent/modules/universal/sensors/
H A DSensorSubscription.kt4 import host.exp.exponent.kernel.services.sensors.SensorKernelServiceSubscription
6 … SensorSubscription(private val sensorKernelServiceSubscription: SensorKernelServiceSubscription) :
/expo/android/versioned-abis/expoview-abi47_0_0/src/main/java/abi47_0_0/host/exp/exponent/modules/universal/sensors/
H A DSensorSubscription.kt4 import host.exp.exponent.kernel.services.sensors.SensorKernelServiceSubscription
6 … SensorSubscription(private val sensorKernelServiceSubscription: SensorKernelServiceSubscription) :
/expo/android/expoview/src/main/java/versioned/host/exp/exponent/modules/universal/sensors/
H A DSensorSubscription.kt4 import host.exp.exponent.kernel.services.sensors.SensorKernelServiceSubscription
6 … SensorSubscription(private val sensorKernelServiceSubscription: SensorKernelServiceSubscription) :