Searched refs:maxValue (Results 1 – 9 of 9) sorted by relevance
/hardware/libhardware/modules/sensors/dynamic_sensor/ |
D | HidRawSensor.cpp | 122 .maxValue = 2, in HidRawSensor() 181 .maxValue = digest.maxRaw, in HidRawSensor() 254 .maxValue = quat.maxRaw, in processQuaternionUsage() 355 .maxValue = reportX.maxRaw, in processTriAxisUsage() 961 if (v > rec.maxValue || v < rec.minValue) { in handleInput() 967 if (v > rec.maxValue || v < rec.minValue) { in handleInput() 1013 << "; min,max: " << t.minValue << ", " << t.maxValue in dump()
|
D | HidRawSensor.h | 63 int64_t maxValue; member
|
/hardware/libhardware/modules/input/evdev/ |
D | InputHub.h | 44 int32_t maxValue = 0; // maximum value member
|
D | InputHub.cpp | 250 .maxValue = info.maximum, in queryAxisInfo()
|
/hardware/interfaces/audio/common/all-versions/default/ |
D | HidlUtils.cpp | 75 gain->maxValue = halGain.max_value; in audioGainFromHal() 86 halGain->max_value = gain.maxValue; in audioGainToHal()
|
/hardware/interfaces/automotive/vehicle/2.0/ |
D | types.hal | 1501 * position. The minValue is always 0, and the maxValue determines the 1504 * For instance, if the driver's seat has 3 memory presets, the maxValue 1521 * into the selected preset slot. The maxValue for each seat position 1522 * must match the maxValue for SEAT_MEMORY_SELECT.
|
/hardware/interfaces/audio/common/2.0/ |
D | types.hal | 773 int32_t maxValue; // maximum gain value in millibels
|
/hardware/interfaces/audio/common/4.0/ |
D | types.hal | 734 int32_t maxValue; // maximum gain value in millibels
|
/hardware/interfaces/audio/common/5.0/ |
D | types.hal | 863 int32_t maxValue; // maximum gain value in millibels
|