Home
last modified time | relevance | path

Searched refs:fuzz (Results 1 – 25 of 27) sorted by relevance

12

/frameworks/native/services/inputflinger/reader/mapper/
DJoystickInputMapper.h52 float fuzz; // normalized error tolerance member
63 float highOffset, float min, float max, float flat, float fuzz, in initialize()
75 this->fuzz = fuzz; in initialize()
DJoystickInputMapper.cpp46 info->addMotionRange(axisId, AINPUT_SOURCE_JOYSTICK, axis.min, axis.max, axis.flat, axis.fuzz, in addMotionRange()
54 axis.fuzz, axis.resolution); in addMotionRange()
97 axis.min, axis.max, axis.flat, axis.fuzz, axis.resolution); in dump()
104 axis.rawAxisInfo.flat, axis.rawAxisInfo.fuzz, in dump()
143 0.0f, 0.0f, 1.0f, rawFlat * scale, rawAxisInfo.fuzz * scale, in configure()
149 offset, -1.0f, 1.0f, rawFlat * scale, rawAxisInfo.fuzz * scale, in configure()
154 0.0f, 0.0f, 1.0f, rawFlat * scale, rawAxisInfo.fuzz * scale, in configure()
160 axis.filter = axis.fuzz ? axis.fuzz : axis.flat * 0.25f; in configure()
DInputMapper.cpp86 axis.minValue, axis.maxValue, axis.flat, axis.fuzz, axis.resolution); in dumpRawAbsoluteAxisInfo()
DTouchInputMapper.cpp225 x.fuzz, x.resolution); in populateDeviceInfo()
227 y.fuzz, y.resolution); in populateDeviceInfo()
229 x.fuzz, x.resolution); in populateDeviceInfo()
231 y.fuzz, y.resolution); in populateDeviceInfo()
819 mOrientedRanges.touchMajor.fuzz = 0; in configureSurface()
830 mOrientedRanges.toolMajor.fuzz = 0; in configureSurface()
841 mOrientedRanges.size.fuzz = 0; in configureSurface()
865 mOrientedRanges.pressure.fuzz = 0; in configureSurface()
887 mOrientedRanges.tilt.fuzz = 0; in configureSurface()
901 mOrientedRanges.orientation.fuzz = 0; in configureSurface()
[all …]
/frameworks/base/services/backup/java/com/android/server/backup/
DKeyValueBackupJob.java79 final long fuzz; in schedule() local
85 fuzz = constants.getKeyValueBackupFuzzMilliseconds(); in schedule()
90 delay = interval + new Random().nextInt((int) fuzz); in schedule()
/frameworks/av/media/libstagefright/codecs/amrnb/fuzzer/
DREADME.md53 $ adb shell /data/fuzz/arm64/amrnb_dec_fuzzer/amrnb_dec_fuzzer CORPUS_DIR
57 $ $ANDROID_HOST_OUT/fuzz/x86_64/amrnb_dec_fuzzer/amrnb_dec_fuzzer CORPUS_DIR
62 * https://github.com/google/oss-fuzz
/frameworks/av/media/libstagefright/codecs/amrwb/fuzzer/
DREADME.md52 $ adb shell /data/fuzz/arm64/amrwb_dec_fuzzer/amrwb_dec_fuzzer CORPUS_DIR
56 $ $ANDROID_HOST_OUT/fuzz/x86_64/amrwb_dec_fuzzer/amrwb_dec_fuzzer CORPUS_DIR
61 * https://github.com/google/oss-fuzz
/frameworks/native/libs/binder/fuzzer/
Dmain.cpp56 void fuzz(uint8_t options, const std::vector<uint8_t>& input, const std::vector<uint8_t>& instructi… in fuzz() function
108 fuzz(options, input, instructions); in LLVMFuzzerTestOneInput()
DAndroid.bp43 // This flag enables verbose output in the fuzz target, and is very useful
/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
120 fuzz(options, instruction, input); in LLVMFuzzerTestOneInput()
DAndroid.bp28 // This flag enables verbose output in the fuzz target, and is very useful
/frameworks/native/include/input/
DInputDevice.h81 float fuzz; member
105 float min, float max, float flat, float fuzz, float resolution);
/frameworks/ml/nn/runtime/test/android_fuzzing/
DConverter.h23 namespace android::nn::fuzz {
DGenerateCorpus.cpp30 namespace android::nn::fuzz { namespace
170 using ::android::nn::fuzz::createCorpusEntry;
DFuzzTest.cpp31 using ::android::nn::fuzz::convertToTestModel;
DConverter.cpp24 namespace android::nn::fuzz { namespace
DStaticAssert.cpp20 namespace android::nn::fuzz { namespace
/frameworks/base/core/java/android/view/
DInputDevice.java762 float min, float max, float flat, float fuzz, float resolution) { in addMotionRange() argument
763 mMotionRanges.add(new MotionRange(axis, source, min, max, flat, fuzz, resolution)); in addMotionRange()
870 private MotionRange(int axis, int source, float min, float max, float flat, float fuzz, in MotionRange() argument
877 mFuzz = fuzz; in MotionRange()
/frameworks/native/libs/input/
DInputDevice.cpp202 float flat, float fuzz, float resolution) { in addMotionRange() argument
203 MotionRange range = { axis, source, min, max, flat, fuzz, resolution }; in addMotionRange()
/frameworks/native/services/vr/virtual_touchpad/
DEvdevInjector.cpp132 int32_t fuzz, int32_t flat) { in ConfigureAbs() argument
135 abs_type, min, max, fuzz, flat); in ConfigureAbs()
152 uidev_.absfuzz[abs_type] = fuzz; in ConfigureAbs()
DEvdevInjector.h82 int ConfigureAbs(uint16_t abs_type, int32_t min, int32_t max, int32_t fuzz,
/frameworks/base/core/jni/
Dandroid_view_InputDevice.cpp74 range.source, range.min, range.max, range.flat, range.fuzz, range.resolution); in android_view_InputDevice_create()
/frameworks/native/services/inputflinger/reader/include/
DEventHub.h66 int32_t fuzz; // error tolerance, eg. fuzz == 4 means value is +/- 4 due to noise member
74 fuzz = 0; in clear()
/frameworks/native/services/inputflinger/reader/
DInputDevice.cpp121 name, range.source, range.min, range.max, range.flat, range.fuzz, in dump()
DEventHub.cpp407 outAxisInfo->fuzz = info.fuzz; in getAbsoluteAxisInfo()

12