Home
last modified time | relevance | path

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

/system/chre/chpp/include/chpp/
Dmacros.h34 #ifndef MAX
35 #define MAX(a, b) ((a) > (b)) ? (a) : (b) macro
/system/connectivity/wifilogd/
Dlocal_utils.h35 #define SAFELY_CLAMP(SRC, DST_TYPE, MIN, MAX) \ argument
36 local_utils::internal::SafelyClamp<decltype(SRC), DST_TYPE, MIN, MAX, MIN, \
37 MAX>(SRC)
/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/bt/udrv/ulinux/
Duipc.cc58 #define MAX(a, b) ((a) > (b) ? (a) : (b)) macro
200 uipc.max_fd = MAX(uipc.max_fd, uipc.signal_fds[0]); in uipc_main_init()
265 uipc.max_fd = MAX(uipc.max_fd, uipc.ch[ch_id].fd); in uipc_check_fd_locked()
321 uipc.max_fd = MAX(uipc.max_fd, fd); in uipc_setup_server_locked()
/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/bt/stack/avrc/
Davrc_api.cc43 #ifndef MAX
44 #define MAX(a, b) ((a) > (b) ? (a) : (b)) macro
238 const int offset = MAX(AVCT_MSG_OFFSET, p_pkt->offset); in avrc_copy_packet()
239 const int pkt_len = MAX(rsp_pkt_len, p_pkt->len); in avrc_copy_packet()
317 int offset_len = MAX(AVCT_MSG_OFFSET, p_pkt->offset); in avrc_send_continue_frag()
1192 int offset_len = MAX(AVCT_MSG_OFFSET, p_pkt->offset); in AVRC_MsgReq()
/system/chre/chpp/test/
Dtransport_test.cpp84 chppAddPreamble(buf, MAX(0, len - CHPP_PREAMBLE_LEN_BYTES)); in TEST_P()
/system/chre/apps/power_test/common/include/generated/
Dchre_power_test_generated.h58 MAX = NANOAPP_RESPONSE enumerator
118 MAX = GEOMAGNETIC_FIELD_TEMPERATURE enumerator
/system/core/storaged/
Dstoraged.cpp220 ssize_t size = ROUND_UP(MAX(min_benchmark_size, proto->ByteSize()), in prepare_proto()
/system/tools/hidl/test/hidl_test/
Dstatic_test.cpp244 static_assert(IExpression::Number::MAX == 255, "");
/system/chre/apps/power_test/common/idl/
Dchre_power_test_generated.h66 MAX = NANOAPP_RESPONSE enumerator
126 MAX = GEOMAGNETIC_FIELD_TEMPERATURE enumerator
/system/chre/platform/shared/include/chre/platform/shared/generated/
Dhost_messages_generated.h78 MAX = LOCATION enumerator
107 MAX = ENABLED enumerator
156 MAX = SettingChangeMessage enumerator
/system/chre/host/common/include/chre_host/generated/
Dhost_messages_generated.h98 MAX = LOCATION enumerator
127 MAX = ENABLED enumerator
176 MAX = SettingChangeMessage enumerator