Searched refs:INVALID_HANDLE (Results 1 – 7 of 7) sorted by relevance
46 static constexpr int32_t INVALID_SENSOR = media::SensorPoseProvider::INVALID_HANDLE;125 int32_t mHeadSensor = media::SensorPoseProvider::INVALID_HANDLE;126 int32_t mScreenSensor = media::SensorPoseProvider::INVALID_HANDLE;
48 public static final int INVALID_HANDLE = Integer.MAX_VALUE; field in KeepaliveStatus64 sessionHandle = INVALID_HANDLE; in KeepaliveStatus()
343 Handle nextDeadline = INVALID_HANDLE; in threadFunc()344 Handle now = INVALID_HANDLE; in threadFunc()388 if (now == INVALID_HANDLE) now = std::chrono::steady_clock::now(); in threadFunc()408 if (nextDeadline == INVALID_HANDLE) { in threadFunc()414 if (nextDeadline != INVALID_HANDLE) { in threadFunc()
46 static constexpr int32_t INVALID_HANDLE = ASENSOR_INVALID;
142 const TimerThread::Handle mTimerHandle = TimerThread::INVALID_HANDLE;
49 static inline constexpr Handle INVALID_HANDLE =
92 if (mSensor != SensorPoseProvider::INVALID_HANDLE) { in ~SensorEnableGuard()102 other.mSensor = SensorPoseProvider::INVALID_HANDLE; in SensorEnableGuard()