Searched defs:PROPERTY_VALUE_MAX (Results 1 - 6 of 6) sorted by relevance

/system/bt/osi/include/
H A Dproperties.h23 #define PROPERTY_VALUE_MAX 92 macro
28 // PROPERTY_VALUE_MAX - 1 and will always be zero terminated.
/system/core/include/cutils/
H A Dproperties.h37 #define PROPERTY_VALUE_MAX PROP_VALUE_MAX macro
40 ** greater than PROPERTY_VALUE_MAX - 1 and will always be zero terminated.
122 __bos(value) < PROPERTY_VALUE_MAX,
135 if (bos < PROPERTY_VALUE_MAX) {
/system/core/libcutils/include/cutils/
H A Dproperties.h37 #define PROPERTY_VALUE_MAX PROP_VALUE_MAX macro
40 ** greater than PROPERTY_VALUE_MAX - 1 and will always be zero terminated.
122 __bos(value) < PROPERTY_VALUE_MAX,
135 if (bos < PROPERTY_VALUE_MAX) {
/system/core/libcutils/include_vndk/cutils/
H A Dproperties.h37 #define PROPERTY_VALUE_MAX PROP_VALUE_MAX macro
40 ** greater than PROPERTY_VALUE_MAX - 1 and will always be zero terminated.
122 __bos(value) < PROPERTY_VALUE_MAX,
135 if (bos < PROPERTY_VALUE_MAX) {
/system/bt/osi/src/
H A Dproperties.cc24 #undef PROPERTY_VALUE_MAX macro
26 #if BUILD_SANITY_PROPERTY_VALUE_MAX != PROPERTY_VALUE_MAX
27 #error "PROPERTY_VALUE_MAX from osi/include/properties.h != the Android value"
28 #endif // GENERIC_PROPERTY_VALUE_MAX != PROPERTY_VALUE_MAX
38 if (len >= PROPERTY_VALUE_MAX) len = PROPERTY_VALUE_MAX - 1;
/system/keymaster/android_keymaster/
H A Dkeymaster_configuration.cpp30 #define PROPERTY_VALUE_MAX 80 /* Value doesn't matter */ macro
100 char version_str[PROPERTY_VALUE_MAX];
132 char patchlevel_str[PROPERTY_VALUE_MAX];

Completed in 167 milliseconds