Searched refs:INT32_MIN (Results 1 – 16 of 16) sorted by relevance
106 #ifndef INT32_MIN107 #define INT32_MIN (-2147483647 - 1) macro
36 mSensorHandle = mSamplingRateUs = mMaxReportLatencyUs = INT32_MIN; in SensorRegistrationInfo()60 return (info.mSensorHandle == INT32_MIN && info.mRealtimeSec == 0); in isSentinel()
30 } else if (result <= INT32_MIN) { in mult32x32in32_shiftr()31 return INT32_MIN; in mult32x32in32_shiftr()
52 touchpad.last_device_x = INT32_MIN; in Reset()53 touchpad.last_device_y = INT32_MIN; in Reset()
348 if ((offset < 0 && *time < (offset == INT32_MIN ? in findSampleTimeAndDuration()357 *time -= (offset == INT32_MIN ? INT64_MAX : (-offset)); in findSampleTimeAndDuration()
683 (compTimeDelta == INT32_MIN ? in buildSampleEntriesTable()
530 delay < INT32_MIN) { in getTrackMetaData()
148 int32_t mPriority GUARDED_BY(mLock) = INT32_MIN;
63 #define ASENSOR_DELAY_INVALID INT32_MIN
657 actualSize = AAudioStream_setBufferSizeInFrames(aaudioStream, INT32_MIN); in TEST()
316 delta = std::clamp(delta, int64_t(INT32_MIN), int64_t(INT32_MAX)); in msBetween()
2270 C2Int32Value int32Value(INT32_MIN); in TEST_F()2272 EXPECT_EQ(INT32_MIN, int32Value.value); in TEST_F()
1769 && value >= INT32_MIN in isValidInt32ColourValue()
831 if (value < 0 && value >= INT32_MIN) { in configure()
1857 } else if (mMaxPtsGapUs > INT32_MAX || mMaxPtsGapUs < INT32_MIN) { in configureCodec()