/hardware/interfaces/automotive/can/1.0/tools/libprotocan/ |
D | Checksum.cpp | 25 mSignal.set(msg, mFormula(msg) % (mSignal.maxValue + 1)); in update()
|
D | MessageCounter.cpp | 26 MessageCounter::MessageCounter(Signal signal) : upperBound(signal.maxValue + 1), mSignal(signal) {} in MessageCounter()
|
D | Signal.cpp | 37 : maxValue((1u << length) - 1), in Signal()
|
/hardware/interfaces/automotive/can/1.0/tools/libprotocan/include/libprotocan/ |
D | Signal.h | 31 const value maxValue; variable
|
/hardware/libhardware/modules/sensors/dynamic_sensor/ |
D | HidRawSensor.h | 71 int64_t maxValue; member 169 if (v > rec->maxValue || v < rec->minValue) { in getReportFieldValue()
|
D | HidRawSensor.cpp | 131 .maxValue = 2, in HidRawSensor() 190 .maxValue = digest.maxRaw, in HidRawSensor() 263 .maxValue = quat.maxRaw, in processQuaternionUsage() 364 .maxValue = reportX.maxRaw, in processTriAxisUsage() 1213 if (v > rec.maxValue || v < rec.minValue) { in getSensorEventData() 1219 if (v > rec.maxValue || v < rec.minValue) { in getSensorEventData() 1267 << "; min,max: " << t.minValue << ", " << t.maxValue in dump()
|
/hardware/interfaces/automotive/audiocontrol/aidl/default/ |
D | AudioControl.cpp | 149 int32_t maxValue, int32_t defaultValue, int32_t stepValue, in createGain() argument 155 gain.maxValue = maxValue; in createGain() 699 int32_t maxValue; in parseAudioGains() local 700 if (!safelyParseInt(vecGain[index + 3], &maxValue)) { in parseAudioGains() 747 AudioGain gain = createGain(mode, channelMask, minValue, maxValue, defaultValue, stepValue, in parseAudioGains()
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/scripts/ |
D | generator.py | 748 maxValue = None 788 minValue = maxValue = numVal 792 elif maxValue is None or numVal > maxValue: 794 maxValue = numVal
|
/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/google/gfxstream/host/vulkan/emulated_textures/shaders/ |
D | AstcToBc3.comp | 196 uint maxValue = subgroupClusteredMax(value, 16); 199 uint index = (minValue != maxValue) ? getAlphaIndex(value, minValue, maxValue) : 0; 208 return uvec2((maxValue & 0xff) | ((minValue & 0xff) << 8) | packed[1], packed[0]);
|
/hardware/interfaces/audio/common/all-versions/default/ |
D | HidlUtils.cpp | 79 gain->maxValue = halGain.max_value; in audioGainFromHal() 91 halGain->max_value = gain.maxValue; in audioGainToHal()
|
/hardware/interfaces/audio/aidl/default/ |
D | XsdcConversion.cpp | 178 .maxValue = xGain.hasMaxValueMB() ? xGain.getMaxValueMB() : 0, in convertGainToAidl()
|
/hardware/interfaces/audio/common/all-versions/default/7.0/ |
D | HidlUtils.cpp | 464 gain->maxValue = halGain.max_value; in audioGainFromHal() 477 halGain->max_value = gain.maxValue; in audioGainToHal()
|
/hardware/interfaces/audio/common/7.0/ |
D | types.hal | 418 int32_t maxValue;
|
/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
|
/hardware/interfaces/automotive/vehicle/2.0/ |
D | types.hal | 1791 * position. The minValue is always 0, and the maxValue determines the 1794 * For instance, if the driver's seat has 3 memory presets, the maxValue 1811 * into the selected preset slot. The maxValue for each seat position 1812 * must match the maxValue for SEAT_MEMORY_SELECT.
|
/hardware/interfaces/audio/common/6.0/ |
D | types.hal | 1022 int32_t maxValue; // maximum gain value in millibels
|
/hardware/google/gfxstream/third-party/astc-encoder/Source/ |
D | tinyexr.h | 9309 unsigned short maxValue = forwardLutFromBitmap(bitmap.data(), lut.data()); in CompressPiz() local 9338 maxValue); in CompressPiz() 9411 unsigned short maxValue = reverseLutFromBitmap(bitmap.data(), lut.data()); in DecompressPiz() local 9461 maxValue); in DecompressPiz()
|