Home
last modified time | relevance | path

Searched refs:UINT8_MAX (Results 1 – 25 of 27) sorted by relevance

12

/system/media/audio_utils/fuzz/format_fuzzer/
Dformat_fuzzer.cpp60 if (size < 4 || size > UINT8_MAX) { in LLVMFuzzerTestOneInput()
76 constexpr size_t SAMPLES = UINT8_MAX; in LLVMFuzzerTestOneInput()
/system/chre/chpp/api_parser/
Dparser_defines.h23 #define UINT8_MAX 255 macro
/system/media/audio_utils/fuzz/metadata_fuzzer/
Dmetadata_fuzzer.cpp22 if (size > UINT8_MAX) { in LLVMFuzzerTestOneInput()
/system/chre/chre_api/legacy/v1_3/chre/
Dcommon.h116 CHRE_ERROR_LAST = UINT8_MAX,
Dsensor_types.h231 #define CHRE_SENSOR_ACCURACY_VENDOR_END UINT8_MAX
/system/chre/chre_api/legacy/v1_1/chre/
Dcommon.h116 CHRE_ERROR_LAST = UINT8_MAX,
/system/chre/chre_api/legacy/v1_2/chre/
Dcommon.h116 CHRE_ERROR_LAST = UINT8_MAX,
/system/chre/chre_api/legacy/v1_4/chre/
Dcommon.h117 CHRE_ERROR_LAST = UINT8_MAX,
Dsensor_types.h231 #define CHRE_SENSOR_ACCURACY_VENDOR_END UINT8_MAX
/system/chre/chre_api/legacy/v1_5/chre/
Dcommon.h117 CHRE_ERROR_LAST = UINT8_MAX,
Dsensor_types.h261 #define CHRE_SENSOR_ACCURACY_VENDOR_END UINT8_MAX
/system/chre/chre_api/legacy/v1_6/chre/
Dcommon.h122 CHRE_ERROR_LAST = UINT8_MAX,
Dsensor_types.h261 #define CHRE_SENSOR_ACCURACY_VENDOR_END UINT8_MAX
/system/chre/chre_api/legacy/v1_7/chre/
Dcommon.h122 CHRE_ERROR_LAST = UINT8_MAX,
Dsensor_types.h261 #define CHRE_SENSOR_ACCURACY_VENDOR_END UINT8_MAX
/system/chre/chre_api/include/chre_api/chre/
Dcommon.h122 CHRE_ERROR_LAST = UINT8_MAX,
Dsensor_types.h261 #define CHRE_SENSOR_ACCURACY_VENDOR_END UINT8_MAX
/system/media/audio_utils/tests/
Dformat_tests.cpp77 constexpr size_t SAMPLES = UINT8_MAX; in TEST_P()
144 constexpr size_t SAMPLES = UINT8_MAX; in TEST_P()
/system/chre/apps/test/chqts/src/general_test/
Dcell_info_gsm.cc35 } else if ((identity.bsic > 63) && (identity.bsic != UINT8_MAX)) { in validateIdentity()
/system/chre/apps/test/common/chre_cross_validator_wifi/inc/
Dchre_cross_validator_wifi_manager.h65 static constexpr uint8_t kMaxScanResults = UINT8_MAX;
/system/chre/core/include/chre/core/
Dnanoapp.h51 static constexpr size_t kMaxRpcServices = UINT8_MAX;
/system/chre/platform/shared/include/chre/platform/shared/
Dlog_buffer.h82 static constexpr size_t kLogMaxSize = UINT8_MAX;
/system/security/provisioner/
Drkp_factory_extraction_lib_test.cpp85 std::vector<uint8_t> input(UINT8_MAX + 1); in TEST()
/system/chre/pal/tests/src/
Dwifi_pal_impl_test.cc146 lastEventIndex_ = UINT8_MAX; in SetUp()
/system/chre/apps/test/common/chre_cross_validator_sensor/src/
Dchre_cross_validator_sensor_manager.cc655 if (sensorIndex > UINT8_MAX) { in getSensor()

12