Home
last modified time | relevance | path

Searched refs:min (Results 1 – 25 of 249) sorted by relevance

12345678910

/hardware/libhardware/include/hardware/
Dhardware.h37 #define HARDWARE_MAKE_API_VERSION(maj,min) \ argument
38 ((((maj) & 0xff) << 8) | ((min) & 0xff))
40 #define HARDWARE_MAKE_API_VERSION_2(maj,min,hdr) \ argument
41 ((((maj) & 0xff) << 24) | (((min) & 0xff) << 16) | ((hdr) & 0xffff))
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
/hardware/libhardware/modules/consumerir/
Dconsumerir.c32 {.min = 30000, .max = 30000},
33 {.min = 33000, .max = 33000},
34 {.min = 36000, .max = 36000},
35 {.min = 38000, .max = 38000},
36 {.min = 40000, .max = 40000},
37 {.min = 56000, .max = 56000},
/hardware/qcom/audio/legacy/libalsa-intf/
Dalsa_mixer.c50 #define check_range(val, min, max) \ argument
51 (((val < min) ? (min) : (val > max) ? (max) : (val)))
56 #define percent_to_index(val, min, max) \ argument
57 ((val) * ((max) - (min)) * 0.01 + (min) + .5)
260 ei->value.integer.min, in mixer_dump()
267 ei->value.integer64.min, in mixer_dump()
313 long *min, long *max, unsigned int *tlv_type) in mixer_ctl_read_tlv() argument
357 *min = (long)tlv[2]; in mixer_ctl_read_tlv()
378 *min = tlv[2]; in mixer_ctl_read_tlv()
401 long min, max; in mixer_ctl_get() local
[all …]
/hardware/libhardware/modules/camera/3_4/metadata/
Dslider_control_options.h34 SliderControlOptions(const T& min, in SliderControlOptions() argument
37 : min_(min), max_(max), defaults_(defaults){}; in SliderControlOptions()
38 SliderControlOptions(const T& min, const T& max, std::map<int, T> defaults) in SliderControlOptions() argument
39 : min_(min), in SliderControlOptions()
Dranged_converter.h36 TV4L2 min,
57 TV4L2 min, in RangedConverter() argument
61 min_(min), in RangedConverter()
/hardware/qcom/audio/legacy/alsa_sound/
DALSAMixer.cpp84 min(SND_MIXER_VOL_RANGE_MIN), in mixer_info_t()
91 long min; member
197 getVolumeRange[i] (elem, &info->min, &info->max); in ALSAMixer()
234 getVolumeRange[i] (elem, &info->min, &info->max); in ALSAMixer()
272 long minVol = info->min; in setMasterVolume()
291 long minVol = info->min; in setMasterGain()
313 long minVol = info->min; in setVolume()
336 long minVol = info->min; in setGain()
/hardware/interfaces/automotive/can/1.0/default/libc++fs/src/filesystem/
Dfilesystem_common.h133 return file_time_type::min();
226 duration_cast<fs_seconds>(FileTimeT::duration::min()).count();
230 (FileTimeT::duration::min() - fs_seconds(min_seconds)) +
243 FileTimeT::duration::min(),
254 min_seconds <= numeric_limits<TimeT>::min(); in check_range()
288 duration_cast<fs_seconds>(FileTimeT::duration::min()).count();
293 duration_cast<fs_nanoseconds>((FileTimeT::duration::min() -
316 if (time > Lim::max() || time < Lim::min())
343 return secs.count() >= TLim::min();
/hardware/qcom/display/msm8996/sdm/libs/utils/
Drect.cpp71 res.right = std::min(rect1.right, rect2.right); in Intersection()
72 res.bottom = std::min(rect1.bottom, rect2.bottom); in Intersection()
134 res.left = std::min(rect1.left, rect2.left); in Union()
135 res.top = std::min(rect1.top, rect2.top); in Union()
152 out_rects[count].right = std::min(rect_temp.right, aligned_right); in SplitLeftRight()
182 out_rects[count].bottom = std::min(rect_temp.bottom, aligned_bottom); in SplitTopBottom()
/hardware/interfaces/ir/1.0/default/
DConsumerIr.cpp58 rangeVec[i].min = static_cast<uint32_t>(rangeAr[i].min); in getCarrierFreqs()
/hardware/qcom/display/msm8909/sdm/libs/utils/
Drect.cpp76 res.right = std::min(rect1.right, rect2.right); in Intersection()
77 res.bottom = std::min(rect1.bottom, rect2.bottom); in Intersection()
139 res.left = std::min(rect1.left, rect2.left); in Union()
140 res.top = std::min(rect1.top, rect2.top); in Union()
157 out_rects[count].right = std::min(rect_temp.right, aligned_right); in SplitLeftRight()
187 out_rects[count].bottom = std::min(rect_temp.bottom, aligned_bottom); in SplitTopBottom()
/hardware/qcom/display/msm8998/sdm/libs/utils/
Drect.cpp71 res.right = std::min(rect1.right, rect2.right); in Intersection()
72 res.bottom = std::min(rect1.bottom, rect2.bottom); in Intersection()
134 res.left = std::min(rect1.left, rect2.left); in Union()
135 res.top = std::min(rect1.top, rect2.top); in Union()
152 out_rects[count].right = std::min(rect_temp.right, aligned_right); in SplitLeftRight()
182 out_rects[count].bottom = std::min(rect_temp.bottom, aligned_bottom); in SplitTopBottom()
/hardware/qcom/display/msm8909w_3100/sdm/libs/utils/
Drect.cpp71 res.right = std::min(rect1.right, rect2.right); in Intersection()
72 res.bottom = std::min(rect1.bottom, rect2.bottom); in Intersection()
134 res.left = std::min(rect1.left, rect2.left); in Union()
135 res.top = std::min(rect1.top, rect2.top); in Union()
152 out_rects[count].right = std::min(rect_temp.right, aligned_right); in SplitLeftRight()
182 out_rects[count].bottom = std::min(rect_temp.bottom, aligned_bottom); in SplitTopBottom()
/hardware/qcom/display/msm8960/libmemtrack/
Dkgsl.c28 #define min(x, y) ((x) < (y) ? (x) : (y)) macro
47 size_t allocated_records = min(*num_records, ARRAY_SIZE(record_templates)); in kgsl_memtrack_get_memory()
/hardware/qcom/sm8150/display/libmemtrack/
Dkgsl.c28 #define min(x, y) ((x) < (y) ? (x) : (y)) macro
47 size_t allocated_records = min(*num_records, ARRAY_SIZE(record_templates)); in kgsl_memtrack_get_memory()
/hardware/qcom/audio/hal/msm8916/
Dplatform.h177 #define percent_to_index(val, min, max) \ argument
178 ((val) * ((max) - (min)) * 0.01 + (min) + .5)
/hardware/qcom/display/msm8994/libmemtrack/
Dkgsl.c28 #define min(x, y) ((x) < (y) ? (x) : (y)) macro
47 size_t allocated_records = min(*num_records, ARRAY_SIZE(record_templates)); in kgsl_memtrack_get_memory()
/hardware/qcom/display/msm8996/libmemtrack/
Dkgsl.c28 #define min(x, y) ((x) < (y) ? (x) : (y)) macro
47 size_t allocated_records = min(*num_records, ARRAY_SIZE(record_templates)); in kgsl_memtrack_get_memory()
/hardware/qcom/display/msm8084/libmemtrack/
Dkgsl.c28 #define min(x, y) ((x) < (y) ? (x) : (y)) macro
47 size_t allocated_records = min(*num_records, ARRAY_SIZE(record_templates)); in kgsl_memtrack_get_memory()
/hardware/knowles/athletico/sound_trigger_hal/
Dsound_trigger_intf.h30 #define MAKE_HAL_VERSION(maj, min) ((((maj) & 0xff) << 8) | ((min) & 0xff)) argument
/hardware/qcom/display/msm8226/libmemtrack/
Dkgsl.c28 #define min(x, y) ((x) < (y) ? (x) : (y)) macro
47 size_t allocated_records = min(*num_records, ARRAY_SIZE(record_templates)); in kgsl_memtrack_get_memory()
/hardware/qcom/sdm845/display/libmemtrack/
Dkgsl.c28 #define min(x, y) ((x) < (y) ? (x) : (y)) macro
47 size_t allocated_records = min(*num_records, ARRAY_SIZE(record_templates)); in kgsl_memtrack_get_memory()
/hardware/qcom/display/msm8998/libmemtrack/
Dkgsl.c28 #define min(x, y) ((x) < (y) ? (x) : (y)) macro
47 size_t allocated_records = min(*num_records, ARRAY_SIZE(record_templates)); in kgsl_memtrack_get_memory()
/hardware/qcom/display/msm8909/libmemtrack/
Dkgsl.c28 #define min(x, y) ((x) < (y) ? (x) : (y)) macro
47 size_t allocated_records = min(*num_records, ARRAY_SIZE(record_templates)); in kgsl_memtrack_get_memory()
/hardware/qcom/display/msm8909w_3100/libmemtrack/
Dkgsl.c28 #define min(x, y) ((x) < (y) ? (x) : (y)) macro
47 size_t allocated_records = min(*num_records, ARRAY_SIZE(record_templates)); in kgsl_memtrack_get_memory()
/hardware/google/pixel/thermal/utils/
Dconfig_parser.cpp126 float min = std::numeric_limits<float>::min(); in ParseSensorInfo() local
130 if (hot_thresholds[j] < min) { in ParseSensorInfo()
133 << "]: " << hot_thresholds[j] << " < " << min; in ParseSensorInfo()
137 min = hot_thresholds[j]; in ParseSensorInfo()

12345678910