Home
last modified time | relevance | path

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

12

/system/chre/util/include/chre/util/
Dmacros.h62 #ifndef MAX
63 #define MAX(a, b) ((a) > (b) ? (a) : (b)) macro
/system/chre/apps/nearby/third_party/contexthub/chre/util/include/chre/util/
Dmacros.h62 #ifndef MAX
63 #define MAX(a, b) ((a) > (b) ? (a) : (b)) macro
/system/chre/chpp/include/chpp/
Dmacros.h42 #ifndef MAX
43 #define MAX(a, b) ((a) > (b) ? (a) : (b)) macro
Dapp.h58 MAX(CHPP_MAX_REGISTERED_SERVICES, CHPP_MAX_REGISTERED_CLIENTS)
/system/chre/util/include/chre/util/system/
Dstats_container.h62 mMax = MAX(value, mMax); in addValue()
/system/teeui/libteeui/include/teeui/
Dgeneric_operation.h85 if (promptText.size() >= uint32_t(MessageSize::MAX)) in init()
266 uint8_t formattedMessageBuffer_[uint32_t(MessageSize::MAX)];
268 char promptStringBuffer_[uint32_t(MessageSize::MAX)];
Dcommon_message_types.h58 MAX = 6144u, enumerator
/system/libufdt/
Dufdt_node_pool.c25 #define MAX(a, b) ((a) > (b) ? (a) : (b)) macro
31 MAX(sizeof(struct ufdt_node_fdt_node), sizeof(struct ufdt_node_fdt_prop))
/system/tools/hidl/lint/test/interfaces/enum_max_all/1.0/
DIMax.hal22 MAX = 4
/system/extras/ioshark/
Dioshark_bench.h37 #define MAX(A, B) ((A) > (B) ? (A) : (B)) macro
Dioshark_bench_mmap.c65 slice = MAX(IOSHARK_MAX_MMAP_IOLEN, in setup_mmap_io_state()
Dioshark_bench_subr.c250 *buflen = MAX(MINBUFLEN, len * 2); in get_buf()
/system/security/keystore2/src/
Dkey_parameter.rs1262 &(i64::MAX), in test_new_from_sql_i64()
1269 KeyParameterValue::RSAPublicExponent(i64::MAX) in test_new_from_sql_i64()
1345 KeyParameterValue::RSAPublicExponent(i64::MAX), in test_to_sql_i64()
1516 KeyParameter::new(KeyParameterValue::UserSecureID(i64::MAX), SecurityLevel::STRONGBOX); in test_convert_to_wire_long_integer()
1520 value: KmKeyParameterValue::LongInteger(i64::MAX) in test_convert_to_wire_long_integer()
1564 value: KmKeyParameterValue::LongInteger(i64::MAX), in test_convert_from_wire_long_integer()
1566 assert_eq!(KeyParameterValue::UserSecureID(i64::MAX), aidl_kp.into()); in test_convert_from_wire_long_integer()
/system/chre/apps/power_test/common/include/generated/
Dchre_power_test_generated.h78 MAX = WIFI_NAN_SUB_RESP enumerator
134 MAX = NO_PREFERENCE enumerator
173 MAX = HIGH_ACCURACY enumerator
209 MAX = ALL enumerator
256 MAX = GEOMAGNETIC_FIELD_TEMPERATURE enumerator
/system/chre/chpp/clients/
Dtimesync.c119 clippedOffsetChangeNs = MAX(clippedOffsetChangeNs, in chppDispatchTimesyncServiceResponse()
/system/timezone/input_tools/android/tzids/src/test/java/com/android/timezone/tzids/
DTimeZoneIdsTest.java59 assertEquals(expectedMap, tzIds.getCountryIdMap("gb", Instant.MAX)); in getCountryIdMap_links()
/system/core/fs_mgr/tools/
Ddmuserd.cpp21 #define MAX(a, b) ((a) > (b) ? (a) : (b)) macro
/system/nfc/src/rust/nci/
Dnci.rs167 let timeout = sleep(Duration::MAX); in dispatch()
/system/chre/apps/power_test/common/idl/
Dchre_power_test_generated.h90 MAX = WIFI_NAN_SUB_RESP enumerator
146 MAX = NO_PREFERENCE enumerator
185 MAX = HIGH_ACCURACY enumerator
221 MAX = ALL enumerator
268 MAX = GEOMAGNETIC_FIELD_TEMPERATURE enumerator
/system/tools/hidl/test/hidl_test/
Dstatic_test.cpp244 static_assert(IExpression::Number::MAX == 255, "");
/system/chre/platform/shared/include/chre/platform/shared/generated/
Dhost_messages_generated.h115 MAX = BLE_AVAILABLE enumerator
152 MAX = ENABLED enumerator
185 MAX = VERBOSE enumerator
222 MAX = BLUETOOTH enumerator
254 MAX = OUTGOING_TO_ARBITER enumerator
313 MAX = DebugConfiguration enumerator
/system/chre/chpp/services/
Dwifi.c806 MAX(gWifiServiceContext.requestRangingAsync.transaction, in chppWifiServiceRangingEventCallback()
/system/chre/apps/test/common/chre_stress_test/src/
Dchre_stress_test_manager.cc546 maxTimestamp = MAX(maxTimestamp, event->cells[i].timeStamp); in handleCellInfoResult()
/system/tools/aidl/tests/rust/
Dtest_client.rs619 assert_eq!(parcelable.int32_max, i32::MAX); in test_parcelable()
620 assert_eq!(parcelable.int64_max, i64::MAX); in test_parcelable()
/system/chre/chpp/test/
Dtransport_test.cpp373 size_t preambleLoc = MAX(0, len - CHPP_PREAMBLE_LEN_BYTES); in TEST_P()

12