Home
last modified time | relevance | path

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

/frameworks/av/drm/drmserver/fuzzer/
DDrmFuzzer.cpp27 void fuzz(const uint8_t* data, size_t size) { in fuzz() function in android::DrmManagerServiceFuzzer
/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.h75 float fuzz; // normalized error tolerance member
DSensorInputMapper.h76 float fuzz; // normalized error tolerance member
DJoystickInputMapper.cpp200 const float fuzz = rawAxisInfo.fuzz * scale; in createAxis() local
DSensorInputMapper.cpp176 const float fuzz = rawAxisInfo.fuzz * scale; in createAxis() local
/frameworks/base/services/backup/java/com/android/server/backup/
DKeyValueBackupJob.java81 final long fuzz; in schedule() local
/frameworks/native/libs/input/
DInputDevice.cpp244 float flat, float fuzz, float resolution) { in addMotionRange()
/frameworks/base/core/java/android/view/
DInputDevice.java747 float min, float max, float flat, float fuzz, float resolution) { in addMotionRange()
1201 float min, float max, float flat, float fuzz, float resolution) { in addMotionRange()
1430 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/base/cmds/uinput/tests/src/com/android/commands/uinput/tests/
DEvemuParserTest.java123 private void assertAbsInfo(InputAbsInfo info, int minimum, int maximum, int fuzz, int flat, in assertAbsInfo()
/frameworks/native/services/inputflinger/tests/
DInputMapperTest.cpp227 float max, float flat, float fuzz) { in assertMotionRange()
DFakeEventHub.cpp102 int flat, int fuzz, int resolution) { in addAbsoluteAxis()
/frameworks/native/cmds/evemu-record/
Devdev.rs114 pub fuzz: i32, field
/frameworks/native/include/input/
DInputDevice.h277 float fuzz; member
/frameworks/base/apex/jobscheduler/service/java/com/android/server/alarm/
DAlarmManagerService.java2357 final long fuzz = random.nextLong(mConstants.MIN_DEVICE_IDLE_FUZZ, upperBoundExcl); in adjustIdleUntilTime() local