Searched refs:max (Results 1 - 25 of 140) sorted by relevance

123456

/hardware/interfaces/ir/1.0/
H A Dtypes.hal22 uint32_t max;
/hardware/libhardware/modules/consumerir/
H A Dconsumerir.c28 {.min = 30000, .max = 30000},
29 {.min = 33000, .max = 33000},
30 {.min = 36000, .max = 36000},
31 {.min = 38000, .max = 38000},
32 {.min = 40000, .max = 40000},
33 {.min = 56000, .max = 56000},
/hardware/interfaces/gnss/1.0/default/
H A DGnssDebug.cpp48 length = std::max(length, kMaxDebugStrLen);
/hardware/libhardware/include/hardware/
H A Dconsumerir.h31 int max; member in struct:consumerir_freq_range
/hardware/qcom/audio/legacy/libalsa-intf/
H A Dalsa_mixer.c50 #define check_range(val, min, max) \
51 (((val < min) ? (min) : (val > max) ? (max) : (val)))
56 #define percent_to_index(val, min, max) \
57 ((val) * ((max) - (min)) * 0.01 + (min) + .5)
137 unsigned max = mixer->ctl[n].info->value.enumerated.items; local
138 for (m = 0; m < max; m++)
261 ei->value.integer.max,
268 ei->value.integer64.max,
313 long *min, long *max, unsigne
311 mixer_ctl_read_tlv(struct mixer_ctl *ctl, unsigned int *tlv, long *min, long *max, unsigned int *tlv_type) argument
401 long min, max; local
526 long min, max; local
697 long min, max; local
722 unsigned n, max; local
[all...]
/hardware/interfaces/ir/1.0/default/
H A DConsumerIr.cpp59 rangeVec[i].max = static_cast<uint32_t>(rangeAr[i].max);
/hardware/qcom/bt/msm8909/libbt-vendor/include/
H A Dhw_rome.h151 #define CALC_SEG_SIZE(len, max) ((plen) % (max))?((plen/max)+1) : ((plen) / (max))
/hardware/qcom/audio/legacy/alsa_sound/
H A DALSAMixer.cpp85 max(SND_MIXER_VOL_RANGE_MAX),
92 long max; member in struct:android::mixer_info_t
197 getVolumeRange[i] (elem, &info->min, &info->max);
198 info->volume = info->max;
234 getVolumeRange[i] (elem, &info->min, &info->max);
235 info->volume = info->max;
273 long maxVol = info->max;
292 long maxVol = info->max;
314 long maxVol = info->max;
337 long maxVol = info->max;
[all...]
/hardware/interfaces/automotive/evs/1.0/vts/functional/
H A DFormatConvert.cpp36 static inline float clamp(float v, float min, float max) { argument
38 if (v > max) return max;
/hardware/akm/AK8975_FS/akmdfs/AKFS_APIs_8975/
H A DAKFS_AOC.c122 AKFVEC* mean, /*!< (o) : (max+min)/2 */
127 AKFVEC max; local
132 max.v[j] = v[0].v[j];
137 if(v[i].v[j] > max.v[j]){
138 max.v[j] = v[i].v[j];
141 mean->v[j] = (max.v[j] + min.v[j]) / 2.0; /*mean */
142 var->v[j] = max.v[j] - min.v[j]; /*var */
/hardware/interfaces/bluetooth/1.0/default/
H A Dasync_fd_watcher.cc135 max_read_fd = std::max(max_read_fd, it.first);
147 int nfds = std::max(notification_listen_fd_, max_read_fd);
/hardware/qcom/display/msm8084/libqdutils/
H A Dcb_utils.cpp36 irect.right = max(rect1.right, rect2.right);
37 irect.bottom = max(rect1.bottom, rect2.bottom);
/hardware/qcom/display/msm8226/libqdutils/
H A Dcb_utils.cpp36 irect.right = max(rect1.right, rect2.right);
37 irect.bottom = max(rect1.bottom, rect2.bottom);
/hardware/qcom/display/msm8994/libqdutils/
H A Dcb_utils.cpp36 irect.right = max(rect1.right, rect2.right);
37 irect.bottom = max(rect1.bottom, rect2.bottom);
/hardware/qcom/wlan/qcwcn/wifi_hal/
H A Dgscancommand.h53 u32 max; /* max num of cached results specified by caller */ member in struct:__anon4205
133 virtual int allocCachedResultsTemp(int max,
/hardware/libhardware/tests/hwc/
H A Dutil.c115 EGLint i, n, max; local
131 if (eglGetConfigs(dpy, NULL, 0, &max) == EGL_FALSE) {
136 cfg = (EGLConfig*) malloc(sizeof(EGLConfig) * max);
140 if (eglChooseConfig(dpy, attr, cfg, max, &n) == EGL_FALSE) {
/hardware/qcom/bt/msm8992/libbt-vendor/include/
H A Dhw_rome.h152 #define CALC_SEG_SIZE(len, max) ((plen) % (max))?((plen/max)+1) : ((plen) / (max))
/hardware/qcom/bt/msm8996/libbt-vendor/include/
H A Dhw_rome.h153 #define CALC_SEG_SIZE(len, max) ((plen) % (max))?((plen/max)+1) : ((plen) / (max))
/hardware/qcom/bt/msm8998/libbt-vendor/include/
H A Dhw_rome.h152 #define CALC_SEG_SIZE(len, max) ((plen) % (max))?((plen/max)+1) : ((plen) / (max))
/hardware/qcom/display/msm8909/libhwcomposer/
H A Dhwc_qdcm.cpp236 out->writeInt32(value.max.hue);
237 out->writeInt32(value.max.saturation);
238 out->writeInt32(value.max.value);
239 out->writeInt32(value.max.contrast);
240 out->writeInt32(value.max.sat_thresh);
/hardware/broadcom/wlan/bcmdhd/dhdutil/include/
H A Dbcmutils.h106 uint16 max; /* maximum number of queued packets */ member in struct:pktq_prec
146 uint16 max; /* total max packets */ \
287 #define pktq_psetmax(pq, prec, _max) ((pq)->q[prec].max = (_max))
288 #define pktq_pmax(pq, prec) ((pq)->q[prec].max)
290 #define pktq_pavail(pq, prec) ((pq)->q[prec].max - (pq)->q[prec].len)
291 #define pktq_pfull(pq, prec) ((pq)->q[prec].len >= (pq)->q[prec].max)
318 #define pktq_max(pq) ((int)(pq)->max)
319 #define pktq_avail(pq) ((int)((pq)->max - (pq)->len))
320 #define pktq_full(pq) ((pq)->len >= (pq)->max)
[all...]
/hardware/interfaces/memtrack/1.0/vts/functional/
H A DVtsHalMemtrackV1_0TargetTest.cpp53 /* Returns true if flags contains at least min, and no more than max,
57 uint32_t max) {
61 return (min <= count && count <= max);
56 rightFlagCount(uint32_t flags, vector<MemtrackFlag> flagSet, uint32_t min, uint32_t max) argument
/hardware/libhardware/modules/input/evdev/
H A DInputHost.cpp40 int32_t min, int32_t max, float resolution) {
42 id, usage, min, max, resolution);
39 declareUsage(InputCollectionId id, InputUsage usage, int32_t min, int32_t max, float resolution) argument
/hardware/qcom/audio/hal/msm8916/
H A Dplatform.h167 #define percent_to_index(val, min, max) \
168 ((val) * ((max) - (min)) * 0.01 + (min) + .5)
/hardware/qcom/display/msm8909/libqdutils/
H A Dcb_utils.cpp36 irect.right = max(rect1.right, rect2.right);
37 irect.bottom = max(rect1.bottom, rect2.bottom);

Completed in 970 milliseconds

123456