Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/rust/src/gatt/
Dids.rs51 pub const MIN: Self = AttHandle(1); constant
/packages/apps/Car/systemlibs/car-qc-lib/tests/unit/src/com/android/car/qc/
DQCSliderTest.java32 private static final int MIN = 50; field in QCSliderTest
/packages/services/BuiltInPrintService/jni/include/
Dwtypes.h48 #define MIN(x, y) (((x) < (y)) ? (x) : (y)) macro
/packages/apps/Gallery2/jni/filters/
Dfilters.h33 #define MIN(a, b) ((a) < (b) ? (a) : (b)) macro
/packages/modules/Virtualization/libs/libfdt/src/
Dsafe_types.rs87 pub const MIN: Self = Self(1); constant
/packages/apps/Settings/tests/robotests/src/com/android/settings/widget/
DSeekBarPreferenceTest.java56 private static final int MIN = 5; field in SeekBarPreferenceTest
/packages/modules/Bluetooth/system/embdrv/sbc/decoder/srce/
Dbitalloc.c98 #define MIN(x, y) ((x) < (y) ? (x) : (y)) macro
/packages/modules/Bluetooth/system/stack/avrc/
Davrc_pars_ct.cc35 #define MIN(x, y) ((x) < (y) ? (x) : (y)) macro
/packages/modules/HealthFitness/framework/java/android/health/connect/datatypes/
DAggregationType.java43 public static final int MIN = 1; field in AggregationType
/packages/modules/Bluetooth/system/btif/src/
Dbtif_pan.cc87 #define MIN(x, y) (((x) < (y)) ? (x) : (y)) macro
/packages/modules/Bluetooth/system/gd/rust/topshim/src/profiles/
Da2dp.rs63 pub const MIN: A2dpCodecIndex = A2dpCodecIndex::SrcSbc; constant
/packages/modules/Bluetooth/system/blueberry/utils/
Dbt_gatt_constants.py293 MIN = 23 variable in GattMtuSize
/packages/modules/StatsD/statsd/src/
Dstatsd_config.proto445 MIN = 2; enumerator
/packages/modules/Bluetooth/system/bta/hf_client/
Dbta_hf_client_at.cc82 #define MIN(a, b) \ macro