Searched defs:MAX (Results 1 – 10 of 10) sorted by relevance
31 private static final int MAX = 255; field in BrightnessUtilsTest
43 public static final int MAX = (int) 0xffffffff; field in BluetoothHidDeviceAppQosSettings
52 public static final int MAX = 3; field in ImsFeature
76 MAX = 43, enumerator
57 public enum Exposure { MIN, MAX, NONE }; enumConstant
101 #define MAX(a, b) ((a) > (b))? (a) : (b) macro
104 #define MAX(a, b) ((a) > (b))? (a) : (b) macro
271 MAX = 3; enumerator
245 #define MAX(a, b) ((a) > (b) ? (a) : (b)) macro
872 #define MAX(a,b) ((a)>(b)?(a):(b)) macro