Home
last modified time | relevance | path

Searched defs:MIN (Results 1 – 25 of 74) sorted by relevance

123

/aosp12/system/chre/host/common/include/chre_host/generated/
H A Dhost_messages_generated.h112 MIN = LOCATION, enumerator
147 MIN = DISABLED, enumerator
199 MIN = NONE, enumerator
/aosp12/system/chre/platform/shared/include/chre/platform/shared/generated/
H A Dhost_messages_generated.h89 MIN = LOCATION, enumerator
124 MIN = DISABLED, enumerator
176 MIN = NONE, enumerator
/aosp12/frameworks/native/services/powermanager/include/android/
H A DSoundTriggerMode.h26 MIN = IPowerManager::SOUND_TRIGGER_MODE_ALL_ENABLED, enumerator
H A DLocationMode.h29 MIN = IPowerManager::LOCATION_MODE_NO_CHANGE, enumerator
/aosp12/frameworks/base/media/aidl/android/media/audio/common/
H A DAudioStreamType.aidl32 MIN = 0, enumConstant
/aosp12/packages/apps/Car/libs/car-qc-lib/tests/unit/src/com/android/car/qc/
H A DQCSliderTest.java32 private static final int MIN = 50; field in QCSliderTest
/aosp12/bionic/libc/include/sys/
H A Dparam.h69 #define MIN(a,b) (((a)<(b))?(a):(b)) macro
/aosp12/frameworks/av/media/codecs/amrwb/enc/inc/
H A Dstream.h31 #define MIN(a,b) ((a) < (b)? (a) : (b)) macro
/aosp12/bionic/libc/upstream-openbsd/lib/libc/stdio/
H A Dfvwrite.c66 #define MIN(a, b) ((a) < (b) ? (a) : (b)) in __sfvwrite() macro
/aosp12/frameworks/av/media/codec2/components/flac/
H A DC2SoftFlacEnc.h30 #define MIN(a, b) (((a) < (b)) ? (a) : (b)) macro
/aosp12/system/chre/util/include/chre/util/
H A Dmacros.h59 #define MIN(a, b) ((a) < (b) ? (a) : (b)) macro
/aosp12/packages/services/BuiltInPrintService/jni/include/
H A Dwtypes.h44 #define MIN(x, y) (((x) < (y)) ? (x) : (y)) macro
/aosp12/packages/apps/Settings/tests/robotests/src/com/android/settings/widget/
H A DSeekBarPreferenceTest.java53 private static final int MIN = 5; field in SeekBarPreferenceTest
/aosp12/packages/apps/Gallery2/jni/filters/
H A Dfilters.h33 #define MIN(a, b) ((a) < (b) ? (a) : (b)) macro
/aosp12/frameworks/rs/cpp/
H A DSampler.cpp72 #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 Dqsort.c47 #define MIN(a, b) ((a) < (b) ? a : b) macro
/aosp12/bionic/libc/upstream-openbsd/lib/libc/string/
H A Dstrstr.c56 #define MIN(a,b) ((a)<(b)?(a):(b)) macro
H A Dmemmem.c59 #define MIN(a,b) ((a)<(b)?(a):(b)) macro
/aosp12/hardware/ril/libril/
H A Dril_internal.h38 #define MIN(a,b) ((a)<(b) ? (a) : (b)) macro
/aosp12/frameworks/av/media/libstagefright/codecs/hevcdec/
H A DSoftHEVC.h39 #define MIN(a, b) ((a) < (b)) ? (a) : (b) macro
/aosp12/hardware/invensense/65xx/libsensors_iio/software/core/driver/include/
H A Dmlmath.h87 #define MIN(x,y) (((x)<(y))?(x):(y)) macro
/aosp12/hardware/invensense/6515/libsensors_iio/software/core/driver/include/
H A Dmlmath.h87 #define MIN(x,y) (((x)<(y))?(x):(y)) macro
/aosp12/frameworks/av/services/audioflinger/
H A DBufLog.cpp29 #define MIN(a, b) ((a) < (b) ? (a) : (b)) macro
/aosp12/system/chre/apps/power_test/common/include/generated/
H A Dchre_power_test_generated.h62 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 DC2SoftOpusEnc.h22 #define MIN(a, b) (((a) < (b)) ? (a) : (b)) macro

123