Home
last modified time | relevance | path

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

1234

/hardware/libhardware/include/hardware/
Dhardware.h37 #define HARDWARE_MAKE_API_VERSION(maj,min) \ argument
40 #define HARDWARE_MAKE_API_VERSION_2(maj,min,hdr) \ argument
68 #define HARDWARE_MODULE_API_VERSION(maj,min) HARDWARE_MAKE_API_VERSION(maj,min) argument
69 #define HARDWARE_MODULE_API_VERSION_2(maj,min,hdr) HARDWARE_MAKE_API_VERSION_2(maj,min,hdr) argument
74 #define HARDWARE_DEVICE_API_VERSION(maj,min) HARDWARE_MAKE_API_VERSION(maj,min) argument
75 #define HARDWARE_DEVICE_API_VERSION_2(maj,min,hdr) HARDWARE_MAKE_API_VERSION_2(maj,min,hdr) argument
Dconsumerir.h30 int min; member
/hardware/ti/omap4-aah/libtiutils/
DUtilsCommon.h72 inline const T & min(const T & a, const T & b) { in min() function
82 inline const T & bound(const T & min, const T & x, const T & max) { in bound()
/hardware/qcom/audio/legacy/libalsa-intf/
Dalsa_mixer.c50 #define check_range(val, min, max) \ argument
56 #define percent_to_index(val, min, max) \ argument
313 long *min, long *max, unsigned int *tlv_type) in mixer_ctl_read_tlv()
401 long min, max; in mixer_ctl_get() local
526 long min, max; in mixer_ctl_set() local
697 long min, max; in mixer_ctl_set_value() local
/hardware/qcom/display/msm8960/libmemtrack/
Dkgsl.c28 #define min(x, y) ((x) < (y) ? (x) : (y)) macro
/hardware/qcom/display/msm8974/libmemtrack/
Dkgsl.c28 #define min(x, y) ((x) < (y) ? (x) : (y)) macro
/hardware/qcom/display/msm8994/libmemtrack/
Dkgsl.c28 #define min(x, y) ((x) < (y) ? (x) : (y)) macro
/hardware/qcom/display/msm8226/libmemtrack/
Dkgsl.c28 #define min(x, y) ((x) < (y) ? (x) : (y)) macro
/hardware/qcom/display/msm8084/libmemtrack/
Dkgsl.c28 #define min(x, y) ((x) < (y) ? (x) : (y)) macro
/hardware/intel/img/psb_headers/DRM/cc54/inc/
Ddrm_common_api.h51 uint8_t min; member
/hardware/libhardware/modules/input/evdev/
DInputHost.cpp30 int32_t min, int32_t max, float resolution) { in declareUsage()
/hardware/ti/omap4xxx/camera/OMXCameraAdapter/
DOMXExif.cpp802 int &min, in convertGPSCoord()
/hardware/akm/AK8975_FS/akmdfs/AKFS_APIs_8975/
DAKFS_AOC.c128 AKFVEC min; in MeanVar() local
/hardware/ti/omap4-aah/camera/OMXCameraAdapter/
DOMXExif.cpp800 int &min, in convertGPSCoord()
/hardware/qcom/display/msm8974/libgralloc/
Dframebuffer.cpp47 static inline int min(int a, int b) { in min() function
/hardware/intel/common/libmix/mix_video/src/
Dmixvideoformatenc_h264.h17 #define min(X,Y) (((X) < (Y)) ? (X) : (Y)) macro
Dmixvideoformatenc_preview.h17 #define min(X,Y) (((X) < (Y)) ? (X) : (Y)) macro
Dmixvideoformatenc_mpeg4.h17 #define min(X,Y) (((X) < (Y)) ? (X) : (Y)) macro
/hardware/qcom/display/msm8226/libgralloc/
Dframebuffer.cpp47 static inline int min(int a, int b) { in min() function
/hardware/qcom/display/msm8960/libgralloc/
Dframebuffer.cpp47 static inline int min(int a, int b) { in min() function
/hardware/qcom/display/msm8084/libgralloc/
Dframebuffer.cpp47 static inline int min(int a, int b) { in min() function
/hardware/intel/bootstub/
Dimr_toc.h18 #define MAKE_TOC_VERSION(maj, min) ((min) << 16 | (maj)) argument
/hardware/qcom/display/msm8994/libgralloc/
Dframebuffer.cpp47 static inline int min(int a, int b) { in min() function
/hardware/intel/img/hwcomposer/moorefield_hdmi/common/devices/
DPhysicalDevice.cpp177 static inline T min(T a, T b) { in min() function
/hardware/intel/img/hwcomposer/merrifield/common/devices/
DPhysicalDevice.cpp181 static inline T min(T a, T b) { in min() function

1234