/aosp12/system/chre/host/common/include/chre_host/generated/ |
H A D | host_messages_generated.h | 112 MIN = LOCATION, enumerator 147 MIN = DISABLED, enumerator 199 MIN = NONE, enumerator
|
/aosp12/system/chre/platform/shared/include/chre/platform/shared/generated/ |
H A D | host_messages_generated.h | 89 MIN = LOCATION, enumerator 124 MIN = DISABLED, enumerator 176 MIN = NONE, enumerator
|
/aosp12/frameworks/native/services/powermanager/include/android/ |
H A D | SoundTriggerMode.h | 26 MIN = IPowerManager::SOUND_TRIGGER_MODE_ALL_ENABLED, enumerator
|
H A D | LocationMode.h | 29 MIN = IPowerManager::LOCATION_MODE_NO_CHANGE, enumerator
|
/aosp12/frameworks/base/media/aidl/android/media/audio/common/ |
H A D | AudioStreamType.aidl | 32 MIN = 0, enumConstant
|
/aosp12/packages/apps/Car/libs/car-qc-lib/tests/unit/src/com/android/car/qc/ |
H A D | QCSliderTest.java | 32 private static final int MIN = 50; field in QCSliderTest
|
/aosp12/bionic/libc/include/sys/ |
H A D | param.h | 69 #define MIN(a,b) (((a)<(b))?(a):(b)) macro
|
/aosp12/frameworks/av/media/codecs/amrwb/enc/inc/ |
H A D | stream.h | 31 #define MIN(a,b) ((a) < (b)? (a) : (b)) macro
|
/aosp12/bionic/libc/upstream-openbsd/lib/libc/stdio/ |
H A D | fvwrite.c | 66 #define MIN(a, b) ((a) < (b) ? (a) : (b)) in __sfvwrite() macro
|
/aosp12/frameworks/av/media/codec2/components/flac/ |
H A D | C2SoftFlacEnc.h | 30 #define MIN(a, b) (((a) < (b)) ? (a) : (b)) macro
|
/aosp12/system/chre/util/include/chre/util/ |
H A D | macros.h | 59 #define MIN(a, b) ((a) < (b) ? (a) : (b)) macro
|
/aosp12/packages/services/BuiltInPrintService/jni/include/ |
H A D | wtypes.h | 44 #define MIN(x, y) (((x) < (y)) ? (x) : (y)) macro
|
/aosp12/packages/apps/Settings/tests/robotests/src/com/android/settings/widget/ |
H A D | SeekBarPreferenceTest.java | 53 private static final int MIN = 5; field in SeekBarPreferenceTest
|
/aosp12/packages/apps/Gallery2/jni/filters/ |
H A D | filters.h | 33 #define MIN(a, b) ((a) < (b) ? (a) : (b)) macro
|
/aosp12/frameworks/rs/cpp/ |
H A D | Sampler.cpp | 72 #define CREATE_SAMPLER(N, MIN, MAG, WRAPS, WRAPT) sp<const Sampler> Sampler::N(const sp<RS> &rs) { \ argument
|
/aosp12/bionic/libc/upstream-freebsd/lib/libc/stdlib/ |
H A D | qsort.c | 47 #define MIN(a, b) ((a) < (b) ? a : b) macro
|
/aosp12/bionic/libc/upstream-openbsd/lib/libc/string/ |
H A D | strstr.c | 56 #define MIN(a,b) ((a)<(b)?(a):(b)) macro
|
H A D | memmem.c | 59 #define MIN(a,b) ((a)<(b)?(a):(b)) macro
|
/aosp12/hardware/ril/libril/ |
H A D | ril_internal.h | 38 #define MIN(a,b) ((a)<(b) ? (a) : (b)) macro
|
/aosp12/frameworks/av/media/libstagefright/codecs/hevcdec/ |
H A D | SoftHEVC.h | 39 #define MIN(a, b) ((a) < (b)) ? (a) : (b) macro
|
/aosp12/hardware/invensense/65xx/libsensors_iio/software/core/driver/include/ |
H A D | mlmath.h | 87 #define MIN(x,y) (((x)<(y))?(x):(y)) macro
|
/aosp12/hardware/invensense/6515/libsensors_iio/software/core/driver/include/ |
H A D | mlmath.h | 87 #define MIN(x,y) (((x)<(y))?(x):(y)) macro
|
/aosp12/frameworks/av/services/audioflinger/ |
H A D | BufLog.cpp | 29 #define MIN(a, b) ((a) < (b) ? (a) : (b)) macro
|
/aosp12/system/chre/apps/power_test/common/include/generated/ |
H A D | chre_power_test_generated.h | 62 MIN = UNSPECIFIED, enumerator 112 MIN = ACTIVE, enumerator 151 MIN = DEFAULT, enumerator 187 MIN = NON_DFS, enumerator 234 MIN = UNKNOWN, enumerator
|
/aosp12/frameworks/av/media/codec2/components/opus/ |
H A D | C2SoftOpusEnc.h | 22 #define MIN(a, b) (((a) < (b)) ? (a) : (b)) macro
|