Home
last modified time | relevance | path

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

/packages/services/Car/service/src/com/android/car/
DCarSensorService.java86 private final ReentrantLock mSensorLock = new ReentrantLock(); field in CarSensorService
132 mSensorLock.lock(); in init()
162 mSensorLock.unlock(); in init()
200 mSensorLock.tryLock(MAX_SENSOR_LOCK_WAIT_MS, TimeUnit.MILLISECONDS); in tryHoldSensorLock()
207 if (mSensorLock.isHeldByCurrentThread()) { in releaseSensorLockSafely()
208 mSensorLock.unlock(); in releaseSensorLockSafely()
220 mSensorLock.lock(); in onSensorHalReady()
230 mSensorLock.unlock(); in onSensorHalReady()
236 mSensorLock.lock(); in processSensorData()
258 mSensorLock.unlock(); in processSensorData()
[all …]