Home
last modified time | relevance | path

Searched defs:MAX (Results 1 – 21 of 21) sorted by relevance

/hardware/interfaces/automotive/occupant_awareness/aidl/aidl_api/android.hardware.automotive.occupant_awareness/1/android/hardware/automotive/occupant_awareness/
DConfidenceLevel.aidl24 MAX = 3, enumConstant
/hardware/interfaces/automotive/occupant_awareness/aidl/aidl_api/android.hardware.automotive.occupant_awareness/current/android/hardware/automotive/occupant_awareness/
DConfidenceLevel.aidl24 MAX = 3, enumConstant
/hardware/interfaces/automotive/occupant_awareness/aidl/android/hardware/automotive/occupant_awareness/
DConfidenceLevel.aidl39 MAX, enumConstant
/hardware/qcom/camera/msm8998/QCamera2/util/
DQCameraCommon.h40 #define MAX(a, b) ((a) > (b) ? (a) : (b)) macro
/hardware/invensense/6515/libsensors_iio/software/core/driver/include/
Dmlmath.h91 #define MAX(x,y) (((x)>(y))?(x):(y)) macro
/hardware/invensense/65xx/libsensors_iio/software/core/driver/include/
Dmlmath.h91 #define MAX(x,y) (((x)>(y))?(x):(y)) macro
/hardware/qcom/camera/msm8998/QCamera2/HAL3/
DQCamera3HALHeader.h42 #define MAX(a, b) ((a) > (b) ? (a) : (b)) macro
/hardware/qcom/camera/msm8998/QCamera2/stack/mm-jpeg-interface/test/
Dmm_jpegdec_test.c44 #define MAX(a,b) (((a) > (b)) ? (a) : (b)) macro
/hardware/qcom/display/msm8998/libdrmutils/
Ddrm_interface.h212 MAX, enumerator
/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/vdec/inc/
Domx_swvdec.h129 #define MAX(x, y) (((x) > (y)) ? (x) : (y)) ///< maximum macro
/hardware/qcom/sm8150/media/mm-video-v4l2/vidc/vdec/inc/
Domx_swvdec.h141 #define MAX(x, y) (((x) > (y)) ? (x) : (y)) ///< maximum macro
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/inc/
Domx_swvdec.h141 #define MAX(x, y) (((x) > (y)) ? (x) : (y)) ///< maximum macro
/hardware/qcom/sdm845/media/mm-video-v4l2/vidc/vdec/inc/
Domx_swvdec.h136 #define MAX(x, y) (((x) > (y)) ? (x) : (y)) ///< maximum macro
/hardware/qcom/display/msm8909/libdrmutils/
Ddrm_interface.h240 MAX, enumerator
/hardware/qcom/display/msm8909w_3100/libdrmutils/
Ddrm_interface.h240 MAX, enumerator
/hardware/qcom/camera/msm8998/QCamera2/HAL/
DQCamera2HWI.h112 #define MAX(a, b) ((a) > (b) ? (a) : (b)) macro
/hardware/qcom/sdm845/display/libdrmutils/
Ddrm_interface.h460 MAX, enumerator
/hardware/qcom/sm8150/display/libdrmutils/
Ddrm_interface.h532 MAX, enumerator
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/venc/src/
Dvideo_encoder_device_v4l2.cpp54 #define MAX(x,y) (((x) > (y)) ? (x) : (y)) macro
/hardware/broadcom/wlan/bcmdhd/dhdutil/include/
Dbcmutils.h598 #define MAX(a, b) (((a) > (b)) ? (a) : (b)) macro
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/venc/src/
Dvideo_encoder_device_v4l2.cpp56 #define MAX(x,y) (((x) > (y)) ? (x) : (y)) macro