Home
last modified time | relevance | path

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

/device/generic/goldfish/radio/rild/
Drild_goldfish.c232 sleep(UINT32_MAX); in main()
/device/google/cuttlefish/guest/hals/rild/
Drild_cuttlefish.c247 sleep(UINT32_MAX); in main()
/device/generic/goldfish-opengl/system/vulkan_enc/
Dvk_util.h113 a->cap = UINT32_MAX; in __vk_outarray_init()
/device/google/fuchsia/bioniccompat/include/
Dstdint.h154 #define UINT32_MAX __UINT32_MAX__ macro
/device/google/contexthub/firmware/os/drivers/intersil_isl29034/
Disl29034.c66 #define ISL29034_ALS_INVALID UINT32_MAX
/device/google/coral/vibrator/
DVibrator.cpp129 if (MAX_COLD_START_LATENCY_MS <= UINT32_MAX - timeoutMs) { in on()
/device/generic/goldfish-opengl/system/codecs/omx/vpxdec/
DGoldfishVPX.cpp248 if (nFilledLen > UINT32_MAX / 3) { in outputBufferSafe()
/device/google/contexthub/contexthubhal/
DNanohubHidlAdapter.cpp133 if (!isValidHubId(hubId) || msg.msg.size() > UINT32_MAX) { in sendMessageToHub()
/device/google/contexthub/firmware/os/drivers/rohm_rpr0521/
Drohm_rpr0521.c135 #define ROHM_RPR0521_ALS_INVALID UINT32_MAX
/device/generic/goldfish-opengl/system/hals/
Dmapper3.cpp608 (*raw)[4] = d.usage & UINT32_MAX; in encodeBufferDescriptorInfo()
/device/google/contexthub/firmware/os/drivers/ams_tmd2772/
Dams_tmd2772.c101 #define AMS_TMD2772_ALS_INVALID UINT32_MAX
/device/google/contexthub/firmware/os/drivers/ams_tmd4903/
Dams_tmd4903.c129 #define AMS_TMD4903_ALS_INVALID UINT32_MAX
/device/google/contexthub/firmware/os/platform/stm32/
Di2c.c492 uint32_t currId = UINT32_MAX; in stmI2cGetNextPendingXfer()
/device/google/contexthub/firmware/os/core/
Dseos.c150 return UINT32_MAX; in osGetCurrentTid()
DhostIntf.c830 if (time <= UINT32_MAX) { in encodeDeltaTime()
/device/google/contexthub/firmware/os/drivers/st_lsm6dsm/
Dst_lsm6dsm.c4452 T(time).sampleTimestampFromFifoLSB += (UINT32_MAX >> 8) + 1; in lsm6dsm_parseFifoData()
4565 T(time).timestampSyncTaskLSB += (UINT32_MAX >> 8) + 1; in lsm6dsm_updateSyncTaskValues()
4852 T(time).timestampBaroLSB += (UINT32_MAX >> 8) + 1; in lsm6dsm_handleSpiDoneEvt()