Home
last modified time | relevance | path

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

12

/frameworks/av/media/codecs/g711/fuzzer/
DREADME.md38 $ adb shell /data/fuzz/arm64/g711alaw_dec_fuzzer/g711alaw_dec_fuzzer CORPUS_DIR
39 $ adb shell /data/fuzz/arm64/g711mlaw_dec_fuzzer/g711mlaw_dec_fuzzer CORPUS_DIR
43 $ $ANDROID_HOST_OUT/fuzz/x86_64/g711alaw_dec_fuzzer/g711alaw_dec_fuzzer CORPUS_DIR
44 $ $ANDROID_HOST_OUT/fuzz/x86_64/g711mlaw_dec_fuzzer/g711mlaw_dec_fuzzer CORPUS_DIR
49 * https://github.com/google/oss-fuzz
/frameworks/native/services/inputflinger/reader/mapper/
DJoystickInputMapper.h51 float fuzz; // normalized error tolerance member
62 float highOffset, float min, float max, float flat, float fuzz, in initialize()
74 this->fuzz = fuzz; in initialize()
DJoystickInputMapper.cpp45 info->addMotionRange(axisId, AINPUT_SOURCE_JOYSTICK, axis.min, axis.max, axis.flat, axis.fuzz, in addMotionRange()
53 axis.fuzz, axis.resolution); in addMotionRange()
96 axis.min, axis.max, axis.flat, axis.fuzz, axis.resolution); in dump()
103 axis.rawAxisInfo.flat, axis.rawAxisInfo.fuzz, in dump()
141 0.0f, 0.0f, 1.0f, rawFlat * scale, rawAxisInfo.fuzz * scale, in configure()
147 offset, -1.0f, 1.0f, rawFlat * scale, rawAxisInfo.fuzz * scale, in configure()
152 0.0f, 0.0f, 1.0f, rawFlat * scale, rawAxisInfo.fuzz * scale, in configure()
158 axis.filter = axis.fuzz ? axis.fuzz : axis.flat * 0.25f; in configure()
DInputMapper.cpp88 axis.minValue, axis.maxValue, axis.flat, axis.fuzz, axis.resolution); in dumpRawAbsoluteAxisInfo()
DTouchInputMapper.cpp230 x.fuzz, x.resolution); in populateDeviceInfo()
232 y.fuzz, y.resolution); in populateDeviceInfo()
234 x.fuzz, x.resolution); in populateDeviceInfo()
236 y.fuzz, y.resolution); in populateDeviceInfo()
832 mOrientedRanges.touchMajor.fuzz = 0; in configureSurface()
843 mOrientedRanges.toolMajor.fuzz = 0; in configureSurface()
854 mOrientedRanges.size.fuzz = 0; in configureSurface()
878 mOrientedRanges.pressure.fuzz = 0; in configureSurface()
900 mOrientedRanges.tilt.fuzz = 0; in configureSurface()
914 mOrientedRanges.orientation.fuzz = 0; in configureSurface()
[all …]
/frameworks/av/media/libstagefright/codecs/m4v_h263/fuzzer/
DREADME.md46 $ adb shell /data/fuzz/arm64/mpeg4_dec_fuzzer/mpeg4_dec_fuzzer CORPUS_DIR
47 $ adb shell /data/fuzz/arm64/h263_dec_fuzzer/h263_dec_fuzzer CORPUS_DIR
51 $ $ANDROID_HOST_OUT/fuzz/x86_64/mpeg4_dec_fuzzer/mpeg4_dec_fuzzer CORPUS_DIR
52 $ $ANDROID_HOST_OUT/fuzz/x86_64/h263_dec_fuzzer/h263_dec_fuzzer CORPUS_DIR
57 * https://github.com/google/oss-fuzz
/frameworks/av/media/extractors/fuzzers/
DREADME.md57 $ adb shell /data/fuzz/arm64/mp4_extractor_fuzzer/mp4_extractor_fuzzer CORPUS_DIR
86 $ adb shell /data/fuzz/arm64/wav_extractor_fuzzer/wav_extractor_fuzzer CORPUS_DIR
120 $ adb shell /data/fuzz/arm64/amr_extractor_fuzzer/amr_extractor_fuzzer CORPUS_DIR
154 $ adb shell /data/fuzz/arm64/mkv_extractor_fuzzer/mkv_extractor_fuzzer CORPUS_DIR
188 $ adb shell /data/fuzz/arm64/ogg_extractor_fuzzer/ogg_extractor_fuzzer CORPUS_DIR
228 $ adb shell /data/fuzz/arm64/mpeg2ps_extractor_fuzzer/mpeg2ps_extractor_fuzzer CORPUS_DIR
229 $ adb shell /data/fuzz/arm64/mpeg2ts_extractor_fuzzer/mpeg2ts_extractor_fuzzer CORPUS_DIR
258 $ adb shell /data/fuzz/arm64/mp3_extractor_fuzzer/mp3_extractor_fuzzer CORPUS_DIR
287 $ adb shell /data/fuzz/arm64/aac_extractor_fuzzer/aac_extractor_fuzzer CORPUS_DIR
321 $ adb shell /data/fuzz/arm64/flac_extractor_fuzzer/flac_extractor_fuzzer CORPUS_DIR
[all …]
/frameworks/av/media/libstagefright/codecs/mp3dec/fuzzer/
DREADME.md47 $ adb shell /data/fuzz/arm64/mp3_dec_fuzzer/mp3_dec_fuzzer CORPUS_DIR
51 $ $ANDROID_HOST_OUT/fuzz/x86_64/mp3_dec_fuzzer/mp3_dec_fuzzer CORPUS_DIR
56 * https://github.com/google/oss-fuzz
/frameworks/base/services/backup/java/com/android/server/backup/
DKeyValueBackupJob.java78 final long fuzz; in schedule() local
84 fuzz = constants.getKeyValueBackupFuzzMilliseconds(); in schedule()
89 delay = interval + new Random().nextInt((int) fuzz); in schedule()
/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/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/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 {
DFuzzHarness.cpp33 using ::android::nn::fuzz::convertToTestModel;
DGenerateCorpus.cpp30 namespace android::nn::fuzz { namespace
170 using ::android::nn::fuzz::createCorpusEntry;
DConverter.cpp28 namespace android::nn::fuzz { namespace
DStaticAssert.cpp20 namespace android::nn::fuzz { namespace
/frameworks/base/core/java/android/view/
DInputDevice.java746 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()
854 private MotionRange(int axis, int source, float min, float max, float flat, float fuzz, in MotionRange() argument
861 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.cpp101 name, range.source, range.min, range.max, range.flat, range.fuzz, in dump()
DEventHub.cpp385 outAxisInfo->fuzz = info.fuzz; in getAbsoluteAxisInfo()

12