/frameworks/native/services/inputflinger/host/ |
D | InputDriver.cpp | 69 float resolution; member 167 float resolution) { in inputReportDefinitionDeclareUsageInt() argument 170 .usage = usage, .min = min, .max = max, .resolution = resolution}); in inputReportDefinitionDeclareUsageInt() 335 input_usage_t usage, int32_t min, int32_t max, float resolution) { in input_report_definition_declare_usage_int() argument 337 driver->inputReportDefinitionDeclareUsageInt(report, id, usage, min, max, resolution); in input_report_definition_declare_usage_int()
|
D | InputDriver.h | 57 float resolution) = 0; 104 float resolution) override; 157 input_usage_t usage, int32_t min, int32_t max, float resolution);
|
/frameworks/native/services/surfaceflinger/ |
D | LayerStats.cpp | 76 destinationLocation(layer->hwcFrame.left, layerGlobal.resolution[0], true)); in traverseLayerTreeStatsLocked() 78 destinationLocation(layer->hwcFrame.top, layerGlobal.resolution[1], false)); in traverseLayerTreeStatsLocked() 81 layerGlobal.resolution[0], true)); in traverseLayerTreeStatsLocked() 84 layerGlobal.resolution[1], false)); in traverseLayerTreeStatsLocked()
|
/frameworks/native/services/sensorservice/ |
D | RotationVectorSensor.cpp | 39 .resolution = 1.0f / (1<<24), in RotationVectorSensor() 125 .resolution = 1.0f / (1<<24), in GyroDriftSensor()
|
D | OrientationSensor.cpp | 40 .resolution = 1.0f/256.0f, // FIXME: real value here in OrientationSensor()
|
D | LinearAccelerationSensor.cpp | 42 .resolution = gsensor.getResolution(), in LinearAccelerationSensor()
|
D | GravitySensor.cpp | 47 .resolution = mAccelerometer.getResolution(), in GravitySensor()
|
D | CorrectedGyroSensor.cpp | 48 .resolution = mGyro.getResolution(), in CorrectedGyroSensor()
|
/frameworks/native/include/input/ |
D | InputDevice.h | 82 float resolution; member 105 float min, float max, float flat, float fuzz, float resolution);
|
/frameworks/base/core/java/android/view/ |
D | InputDevice.java | 746 float min, float max, float flat, float fuzz, float resolution) { in addMotionRange() argument 747 mMotionRanges.add(new MotionRange(axis, source, min, max, flat, fuzz, resolution)); in addMotionRange() 855 float resolution) { in MotionRange() argument 862 mResolution = resolution; in MotionRange()
|
/frameworks/native/libs/input/ |
D | InputDevice.cpp | 202 float flat, float fuzz, float resolution) { in addMotionRange() argument 203 MotionRange range = { axis, source, min, max, flat, fuzz, resolution }; in addMotionRange()
|
/frameworks/native/services/surfaceflinger/layerproto/ |
D | LayerProtoParser.cpp | 43 layerGlobal.resolution = {layersProto.resolution().w(), layersProto.resolution().h()}; in generateLayerGlobalInfo()
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/ |
D | duration.proto | 45 // resolution. It is independent of any calendar and concepts like "day" 91 // Signed fractions of a second at nanosecond resolution of the span
|
D | timestamp.proto | 46 // nanosecond resolution in UTC Epoch time. It is encoded using the 106 // Non-negative fractions of a second at nanosecond resolution. Negative
|
/frameworks/native/services/sensorservice/hidl/ |
D | utils.cpp | 44 dst.resolution = src.getResolution(); in convertSensor()
|
/frameworks/base/core/jni/ |
D | android_view_InputDevice.cpp | 74 range.source, range.min, range.max, range.flat, range.fuzz, range.resolution); in android_view_InputDevice_create()
|
D | android_hardware_SensorManager.cpp | 58 jfieldID resolution; member 101 sensorOffsets.resolution = GetFieldIDOrDie(_env, sensorClass, "mResolution","F"); in nativeClassInit() 173 env->SetFloatField(sensor, sensorOffsets.resolution, nativeSensor.getResolution()); in translateNativeSensorToJavaSensor()
|
/frameworks/native/libs/sensor/tests/ |
D | Sensor_test.cpp | 64 hwSensor.resolution = 1.f; in getTestSensorT()
|
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/model/ |
D | PrintSpoolerService.java | 1025 Resolution resolution = attributes.getResolution(); in doWriteStateLocked() local 1026 if (resolution != null) { in doWriteStateLocked() 1028 serializer.attribute(null, ATTR_ID, resolution.getId()); in doWriteStateLocked() 1030 resolution.getHorizontalDpi())); in doWriteStateLocked() 1032 resolution.getVerticalDpi())); in doWriteStateLocked() 1034 resolution.getLabel()); in doWriteStateLocked() 1293 Resolution resolution = new Resolution(id, label, horizontalDpi, verticalDpi); in parsePrintJobLocked() local 1294 builder.setResolution(resolution); in parsePrintJobLocked()
|
/frameworks/native/services/surfaceflinger/layerproto/include/layerproto/ |
D | LayerProtoParser.h | 124 int2 resolution;
|
/frameworks/base/core/java/android/print/ |
D | PrintAttributes.java | 146 public void setResolution(Resolution resolution) { in setResolution() argument 147 mResolution = resolution; in setResolution() 1412 public @NonNull Builder setResolution(@NonNull Resolution resolution) { in setResolution() argument 1413 mAttributes.setResolution(resolution); in setResolution()
|
D | PrinterCapabilitiesInfo.java | 504 public @NonNull Builder addResolution(@NonNull Resolution resolution, boolean isDefault) { in addResolution() argument 509 mPrototype.mResolutions.add(resolution); in addResolution()
|
/frameworks/native/services/inputflinger/ |
D | EventHub.h | 68 int32_t resolution; // resolution in units per mm or radians per mm member 76 resolution = 0; in clear()
|
D | InputReader.cpp | 1052 range.resolution); in dump() 2003 name, axis.minValue, axis.maxValue, axis.flat, axis.fuzz, axis.resolution); in dumpRawAbsoluteAxisInfo() 3119 x.fuzz, x.resolution); in populateDeviceInfo() 3121 y.fuzz, y.resolution); in populateDeviceInfo() 3123 x.fuzz, x.resolution); in populateDeviceInfo() 3125 y.fuzz, y.resolution); in populateDeviceInfo() 3710 mOrientedRanges.touchMajor.resolution = 0; in configureSurface() 3721 mOrientedRanges.toolMajor.resolution = 0; in configureSurface() 3732 mOrientedRanges.size.resolution = 0; in configureSurface() 3758 mOrientedRanges.pressure.resolution = 0; in configureSurface() [all …]
|
/frameworks/base/core/proto/android/service/ |
D | print.proto | 228 // Id of this resolution 267 optional ResolutionProto resolution = 3; field
|