Home
last modified time | relevance | path

Searched refs:sensorKernelServiceSubscription (Results 1 – 13 of 13) sorted by relevance

/expo/android/versioned-abis/expoview-abi48_0_0/src/main/java/abi48_0_0/host/exp/exponent/modules/universal/sensors/
H A DSensorSubscription.kt6 class SensorSubscription(private val sensorKernelServiceSubscription: SensorKernelServiceSubscripti… constant in abi48_0_0.host.exp.exponent.modules.universal.sensors.SensorSubscription
9 sensorKernelServiceSubscription.start() in start()
13 return sensorKernelServiceSubscription.isEnabled in isEnabled()
17 return sensorKernelServiceSubscription.updateInterval in getUpdateInterval()
21 sensorKernelServiceSubscription.setUpdateInterval(updateInterval) in setUpdateInterval()
25 sensorKernelServiceSubscription.stop() in stop()
29 sensorKernelServiceSubscription.release() in release()
H A DBaseSensorService.kt19 val sensorKernelServiceSubscription = sensorKernelService.createSubscriptionForListener( in createSubscriptionForListener() constant
23 return SensorSubscription(sensorKernelServiceSubscription) in createSubscriptionForListener()
/expo/android/versioned-abis/expoview-abi49_0_0/src/main/java/abi49_0_0/host/exp/exponent/modules/universal/sensors/
H A DSensorSubscription.kt6 class SensorSubscription(private val sensorKernelServiceSubscription: SensorKernelServiceSubscripti… constant in abi49_0_0.host.exp.exponent.modules.universal.sensors.SensorSubscription
9 sensorKernelServiceSubscription.start() in start()
13 return sensorKernelServiceSubscription.isEnabled in isEnabled()
17 return sensorKernelServiceSubscription.updateInterval in getUpdateInterval()
21 sensorKernelServiceSubscription.setUpdateInterval(updateInterval) in setUpdateInterval()
25 sensorKernelServiceSubscription.stop() in stop()
29 sensorKernelServiceSubscription.release() in release()
H A DBaseSensorService.kt19 val sensorKernelServiceSubscription = sensorKernelService.createSubscriptionForListener( in createSubscriptionForListener() constant
23 return SensorSubscription(sensorKernelServiceSubscription) in createSubscriptionForListener()
/expo/android/versioned-abis/expoview-abi47_0_0/src/main/java/abi47_0_0/host/exp/exponent/modules/universal/sensors/
H A DSensorSubscription.kt6 class SensorSubscription(private val sensorKernelServiceSubscription: SensorKernelServiceSubscripti… constant in abi47_0_0.host.exp.exponent.modules.universal.sensors.SensorSubscription
9 sensorKernelServiceSubscription.start() in start()
13 return sensorKernelServiceSubscription.isEnabled in isEnabled()
17 return sensorKernelServiceSubscription.updateInterval in getUpdateInterval()
21 sensorKernelServiceSubscription.setUpdateInterval(updateInterval) in setUpdateInterval()
25 sensorKernelServiceSubscription.stop() in stop()
29 sensorKernelServiceSubscription.release() in release()
H A DBaseSensorService.kt19 val sensorKernelServiceSubscription = sensorKernelService.createSubscriptionForListener( in createSubscriptionForListener() constant
23 return SensorSubscription(sensorKernelServiceSubscription) in createSubscriptionForListener()
/expo/android/expoview/src/main/java/versioned/host/exp/exponent/modules/universal/sensors/
H A DSensorSubscription.kt6 class SensorSubscription(private val sensorKernelServiceSubscription: SensorKernelServiceSubscripti… constant in versioned.host.exp.exponent.modules.universal.sensors.SensorSubscription
9 sensorKernelServiceSubscription.start() in start()
13 return sensorKernelServiceSubscription.isEnabled in isEnabled()
17 return sensorKernelServiceSubscription.updateInterval in getUpdateInterval()
21 sensorKernelServiceSubscription.setUpdateInterval(updateInterval) in setUpdateInterval()
25 sensorKernelServiceSubscription.stop() in stop()
29 sensorKernelServiceSubscription.release() in release()
H A DBaseSensorService.kt19 val sensorKernelServiceSubscription = sensorKernelService.createSubscriptionForListener( in createSubscriptionForListener() constant
23 return SensorSubscription(sensorKernelServiceSubscription) in createSubscriptionForListener()
/expo/android/expoview/src/main/java/host/exp/exponent/kernel/services/sensors/
H A DSubscribableSensorKernelService.kt30 val sensorKernelServiceSubscription = weakReference.get() in onSensorDataChanged() constant
31 if (sensorKernelServiceSubscription != null && sensorKernelServiceSubscription.isEnabled) { in onSensorDataChanged()
34 lastUpdate = sensorEventListenerLastUpdateMap[sensorKernelServiceSubscription]!! in onSensorDataChanged()
37 if (sensorKernelServiceSubscription.updateInterval != null) { in onSensorDataChanged()
38 updateInterval = sensorKernelServiceSubscription.updateInterval!! in onSensorDataChanged()
42 sensorEventListenerLastUpdateMap[sensorKernelServiceSubscription] = currentTime in onSensorDataChanged()
54 val sensorKernelServiceSubscription = in createSubscriptionForListener() constant
61 sensorKernelServiceSubscription in createSubscriptionForListener()
64 return sensorKernelServiceSubscription in createSubscriptionForListener()
91 val experienceKey = sensorKernelServiceSubscription.experienceKey in onSubscriptionEnabledChanged()
[all …]
/expo/android/versioned-abis/expoview-abi49_0_0/src/main/java/abi49_0_0/expo/modules/sensors/modules/
H A DBaseSensorModule.kt20 private val sensorKernelServiceSubscription: SensorServiceSubscriptionInterface by lazy { in <lambda>() constant
50 sensorKernelServiceSubscription.updateInterval = updateInterval.toLong() in onAccuracyChanged()
55 sensorKernelServiceSubscription.start() in startObserving()
61 sensorKernelServiceSubscription.stop() in stopObserving()
67 sensorKernelServiceSubscription.start() in onHostResume()
73 sensorKernelServiceSubscription.stop() in onHostPause()
78 sensorKernelServiceSubscription.release() in onHostDestroy()
/expo/android/versioned-abis/expoview-abi48_0_0/src/main/java/abi48_0_0/expo/modules/sensors/modules/
H A DBaseSensorModule.kt20 private val sensorKernelServiceSubscription: SensorServiceSubscriptionInterface by lazy { in <lambda>() constant
50 sensorKernelServiceSubscription.updateInterval = updateInterval.toLong() in onAccuracyChanged()
55 sensorKernelServiceSubscription.start() in startObserving()
61 sensorKernelServiceSubscription.stop() in stopObserving()
67 sensorKernelServiceSubscription.start() in onHostResume()
73 sensorKernelServiceSubscription.stop() in onHostPause()
78 sensorKernelServiceSubscription.release() in onHostDestroy()
/expo/android/versioned-abis/expoview-abi47_0_0/src/main/java/abi47_0_0/expo/modules/sensors/modules/
H A DBaseSensorModule.kt20 private val sensorKernelServiceSubscription: SensorServiceSubscriptionInterface by lazy { in <lambda>() constant
50 sensorKernelServiceSubscription.updateInterval = updateInterval.toLong() in onAccuracyChanged()
55 sensorKernelServiceSubscription.start() in startObserving()
61 sensorKernelServiceSubscription.stop() in stopObserving()
67 sensorKernelServiceSubscription.start() in onHostResume()
73 sensorKernelServiceSubscription.stop() in onHostPause()
78 sensorKernelServiceSubscription.release() in onHostDestroy()
/expo/packages/expo-sensors/android/src/main/java/expo/modules/sensors/
H A DSensorProxy.kt24 private val sensorKernelServiceSubscription: SensorServiceSubscriptionInterface by lazy { in <lambda>() constant in expo.modules.sensors.SensorProxy
39 sensorKernelServiceSubscription.updateInterval = updateInterval.toLong() in <lambda>()
44 sensorKernelServiceSubscription.start() in <lambda>()
50 sensorKernelServiceSubscription.stop() in <lambda>()
56 sensorKernelServiceSubscription.start() in <lambda>()
62 sensorKernelServiceSubscription.stop() in <lambda>()
67 sensorKernelServiceSubscription.release() in <lambda>()