Home
last modified time | relevance | path

Searched defs:fuzz (Results 1 – 13 of 13) sorted by relevance

/frameworks/native/libs/gralloc/types/fuzzer/
Dmain.cpp90 void fuzz(uint8_t options, uint8_t instruction, const std::vector<uint8_t>& input) { in fuzz() function
/frameworks/native/services/inputflinger/reader/mapper/
DJoystickInputMapper.h72 float fuzz; // normalized error tolerance member
DSensorInputMapper.h69 float fuzz; // normalized error tolerance member
DJoystickInputMapper.cpp198 const float fuzz = rawAxisInfo.fuzz * scale; in createAxis() local
DSensorInputMapper.cpp178 const float fuzz = rawAxisInfo.fuzz * scale; in createAxis() local
/frameworks/base/services/backup/java/com/android/server/backup/
DKeyValueBackupJob.java79 final long fuzz; in schedule() local
/frameworks/native/libs/input/
DInputDevice.cpp219 float flat, float fuzz, float resolution) { in addMotionRange()
/frameworks/base/core/java/android/view/
DInputDevice.java800 float min, float max, float flat, float fuzz, float resolution) { in addMotionRange()
989 private MotionRange(int axis, int source, float min, float max, float flat, float fuzz, in MotionRange()
/frameworks/native/services/vr/virtual_touchpad/
DEvdevInjector.cpp132 int32_t fuzz, int32_t flat) { in ConfigureAbs()
/frameworks/native/include/input/
DInputDevice.h203 float fuzz; member
/frameworks/native/services/inputflinger/reader/include/
DEventHub.h74 int32_t fuzz; // error tolerance, eg. fuzz == 4 means value is +/- 4 due to noise member
/frameworks/base/apex/jobscheduler/service/java/com/android/server/alarm/
DAlarmManagerService.java2116 final long fuzz = random.nextLong(mConstants.MIN_DEVICE_IDLE_FUZZ, upperBoundExcl); in adjustIdleUntilTime() local
/frameworks/native/services/inputflinger/tests/
DInputReader_test.cpp513 int32_t minValue, int32_t maxValue, int flat, int fuzz, int resolution = 0) { in addAbsoluteAxis()
2747 int32_t axis, uint32_t source, float min, float max, float flat, float fuzz) { in assertMotionRange()