Home
last modified time | relevance | path

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

/hardware/qcom/msm8998/json-c/
Djson_inttypes.h12 #define INT32_MAX ((int32_t)_I32_MAX) macro
Djson_object.c544 else if (cint64 >= INT32_MAX) in json_object_get_int()
545 return INT32_MAX; in json_object_get_int()
Djson_tokener.c253 if ((len < -1) || (len == -1 && strlen(str) > INT32_MAX)) { in json_tokener_parse_ex()
/hardware/libhardware/modules/input/evdev/
DMouseInputMapper.cpp63 INT32_MIN, INT32_MAX, 1.0f); in configureInputReport()
65 INT32_MIN, INT32_MAX, 1.0f); in configureInputReport()
/hardware/google/pixel/health/
DBatteryDefender.cpp174 (int32_t)ONE_MIN_IN_SECONDS, INT32_MAX); in getTimeToActivate()
/hardware/interfaces/camera/common/1.0/default/
DVendorTagDescriptor.cpp303 if (tagCount < 0 || tagCount > INT32_MAX) { in createDescriptorFromOps()
/hardware/google/camera/devices/EmulatedCamera/hwl/
DEmulatedCameraProviderHWLImpl.cpp382 if ((int_value >= INT32_MIN) && (int_value <= INT32_MAX) && (errno == 0)) { in GetInt32Value()
/hardware/qcom/sm8150/display/sdm/libs/core/drm/
Dhw_info_drm.cpp814 ((0 == iter.first) || (iter.first > INT32_MAX)) ? -1 : (int32_t)(iter.first); in GetDisplaysStatus()
Dhw_device_drm.cpp468 if (token_.conn_id > INT32_MAX) { in Init()
/hardware/ril/include/telephony/
Dril.h1878 RIL_DC_POWER_STATE_UNKNOWN = INT32_MAX // Unknown state
/hardware/ril/reference-ril/
Dril.h1878 RIL_DC_POWER_STATE_UNKNOWN = INT32_MAX // Unknown state
/hardware/interfaces/camera/provider/2.4/vts/functional/
DVtsHalCameraProviderV2_4TargetTest.cpp3714 AvailableStream outputThreshold = {INT32_MAX, INT32_MAX, in TEST_P()
3929 AvailableStream blobThreshold = {INT32_MAX, INT32_MAX, in TEST_P()