Home
last modified time | relevance | path

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

/hardware/interfaces/automotive/occupant_awareness/aidl/android/hardware/automotive/occupant_awareness/
DConfidenceLevel.aidl39 MAX, 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/aidl_api/android.hardware.automotive.occupant_awareness/1/android/hardware/automotive/occupant_awareness/
DConfidenceLevel.aidl24 MAX = 3, 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/stack/mm-jpeg-interface/test/
Dmm_jpegdec_test.c44 #define MAX(a,b) (((a) > (b)) ? (a) : (b)) macro
/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/display/msm8998/libdrmutils/
Ddrm_interface.h212 MAX, enumerator
/hardware/qcom/sm7250/display/sde-drm/
Ddrm_property.h176 MAX enumerator
/hardware/qcom/sm7250/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/sm8150/media/mm-video-v4l2/vidc/vdec/inc/
Domx_swvdec.h141 #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/google/graphics/common/libhwc2.1/libdisplayinterface/
DExynosDisplayDrmInterface.h445 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.h533 MAX, enumerator
/hardware/qcom/sm7250/display/libdrmutils/
Ddrm_interface.h549 MAX, enumerator
/hardware/qcom/sm7250/media/mm-video-v4l2/vidc/venc/src/
Dvideo_encoder_device_v4l2.cpp75 #define MAX(x,y) (((x) > (y)) ? (x) : (y)) 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
/hardware/qcom/sm8150/media/mm-video-v4l2/vidc/venc/src/
Dvideo_encoder_device_v4l2.cpp83 #define MAX(x,y) (((x) > (y)) ? (x) : (y)) macro
/hardware/qcom/sm7250/media/mm-video-v4l2/vidc/vdec/src/
Domx_vdec_v4l2.cpp130 #define MAX(x,y) (((x) > (y)) ? (x) : (y)) macro
/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/vdec/src/
Domx_vdec_v4l2.cpp163 #define MAX(x,y) (((x) > (y)) ? (x) : (y)) macro