Searched defs:fuzz (Results 1 – 13 of 13) sorted by relevance
| /frameworks/native/libs/gralloc/types/fuzzer/ |
| D | main.cpp | 90 void fuzz(uint8_t options, uint8_t instruction, const std::vector<uint8_t>& input) { in fuzz() function
|
| /frameworks/native/services/inputflinger/reader/mapper/ |
| D | JoystickInputMapper.h | 72 float fuzz; // normalized error tolerance member
|
| D | SensorInputMapper.h | 69 float fuzz; // normalized error tolerance member
|
| D | JoystickInputMapper.cpp | 198 const float fuzz = rawAxisInfo.fuzz * scale; in createAxis() local
|
| D | SensorInputMapper.cpp | 178 const float fuzz = rawAxisInfo.fuzz * scale; in createAxis() local
|
| /frameworks/base/services/backup/java/com/android/server/backup/ |
| D | KeyValueBackupJob.java | 79 final long fuzz; in schedule() local
|
| /frameworks/native/libs/input/ |
| D | InputDevice.cpp | 219 float flat, float fuzz, float resolution) { in addMotionRange()
|
| /frameworks/base/core/java/android/view/ |
| D | InputDevice.java | 800 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/ |
| D | EvdevInjector.cpp | 132 int32_t fuzz, int32_t flat) { in ConfigureAbs()
|
| /frameworks/native/include/input/ |
| D | InputDevice.h | 203 float fuzz; member
|
| /frameworks/native/services/inputflinger/reader/include/ |
| D | EventHub.h | 74 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/ |
| D | AlarmManagerService.java | 2116 final long fuzz = random.nextLong(mConstants.MIN_DEVICE_IDLE_FUZZ, upperBoundExcl); in adjustIdleUntilTime() local
|
| /frameworks/native/services/inputflinger/tests/ |
| D | InputReader_test.cpp | 513 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()
|