Searched refs:fdp (Results 1 – 8 of 8) sorted by relevance
/packages/services/Car/cpp/evs/manager/1.1/test/fuzzer/ |
D | HalCameraFuzzer.cpp | 61 FuzzedDataProvider fdp(data, size); in LLVMFuzzerTestOneInput() local 68 while (fdp.remaining_bytes() > kMaxFuzzerConsumedBytes) { in LLVMFuzzerTestOneInput() 69 switch (fdp.ConsumeIntegralInRange<uint32_t>(0, EVS_FUZZ_API_SUM)) { in LLVMFuzzerTestOneInput() 80 fdp.ConsumeIntegralInRange<uint32_t>(0, virtualCameras.size() - 1); in LLVMFuzzerTestOneInput() 89 fdp.ConsumeIntegralInRange<uint32_t>(0, virtualCameras.size() - 1); in LLVMFuzzerTestOneInput() 116 uint32_t delta = fdp.ConsumeIntegral<int32_t>(); in LLVMFuzzerTestOneInput() 131 fdp.ConsumeIntegralInRange<uint32_t>(0, virtualCameras.size() - 1); in LLVMFuzzerTestOneInput() 145 fdp.ConsumeIntegralInRange<uint32_t>(0, virtualCameras.size() - 1); in LLVMFuzzerTestOneInput() 154 fdp.ConsumeIntegralInRange<uint32_t>(0, vBufferDesc_1_0.size() - 1); in LLVMFuzzerTestOneInput() 163 fdp.ConsumeIntegralInRange<uint32_t>(0, vBufferDesc_1_1.size() - 1); in LLVMFuzzerTestOneInput() [all …]
|
D | VirtualCameraFuzzer.cpp | 60 FuzzedDataProvider fdp(data, size); in LLVMFuzzerTestOneInput() local 70 while (fdp.remaining_bytes() > kMaxFuzzerConsumedBytes) { in LLVMFuzzerTestOneInput() 71 switch (fdp.ConsumeIntegralInRange<uint32_t>(0, EVS_FUZZ_API_SUM)) { in LLVMFuzzerTestOneInput() 102 uint32_t type = fdp.ConsumeIntegralInRange< in LLVMFuzzerTestOneInput() 112 buffer.bufferId = fdp.ConsumeIntegral<int32_t>(); in LLVMFuzzerTestOneInput() 124 uint32_t delta = fdp.ConsumeIntegral<uint32_t>(); in LLVMFuzzerTestOneInput() 142 fdp.ConsumeIntegralInRange<uint32_t>(0, vBufferDesc_1_0.size() - 1); in LLVMFuzzerTestOneInput() 155 uint32_t opaqueIdentifier = fdp.ConsumeIntegral<uint32_t>(); in LLVMFuzzerTestOneInput() 161 uint32_t opaqueIdentifier = fdp.ConsumeIntegral<uint32_t>(); in LLVMFuzzerTestOneInput() 162 int32_t opaqueValue = fdp.ConsumeIntegral<int32_t>(); in LLVMFuzzerTestOneInput() [all …]
|
D | HalDisplayFuzzer.cpp | 50 FuzzedDataProvider fdp(data, size); in LLVMFuzzerTestOneInput() local 54 while (fdp.remaining_bytes() > kMaxFuzzerConsumedBytes) { in LLVMFuzzerTestOneInput() 55 switch (fdp.ConsumeIntegralInRange<uint32_t>(0, EVS_FUZZ_API_SUM)) { in LLVMFuzzerTestOneInput() 69 fdp.ConsumeIntegralInRange<uint32_t>(0, in LLVMFuzzerTestOneInput() 89 buffer.bufferId = fdp.ConsumeIntegral<int32_t>(); in LLVMFuzzerTestOneInput() 100 std::string indent = fdp.ConsumeRandomLengthString(kMaxFuzzerConsumedBytes); in LLVMFuzzerTestOneInput()
|
D | EnumeratorFuzzer.cpp | 80 FuzzedDataProvider fdp(data, size); in LLVMFuzzerTestOneInput() local 94 while (fdp.remaining_bytes() > kMaxFuzzerConsumedBytes) { in LLVMFuzzerTestOneInput() 95 switch (fdp.ConsumeIntegralInRange<uint32_t>(0, EVS_FUZZ_API_SUM)) { in LLVMFuzzerTestOneInput() 104 fdp.ConsumeIntegralInRange<uint64_t>(startMockHWCameraId, in LLVMFuzzerTestOneInput() 152 fdp.ConsumeIntegralInRange<uint64_t>(startMockHWCameraId, in LLVMFuzzerTestOneInput() 175 fdp.ConsumeIntegralInRange<uint64_t>(startMockHWDisplayId, in LLVMFuzzerTestOneInput()
|
/packages/services/Car/cpp/computepipe/tests/fuzz/ |
D | VideoInputManagerFuzzer.cpp | 77 FuzzedDataProvider fdp(data, size); in LLVMFuzzerTestOneInput() local 78 while (fdp.remaining_bytes() > test::kMaxFuzzerConsumedBytes) { in LLVMFuzzerTestOneInput() 79 switch (fdp.ConsumeIntegralInRange<uint32_t>(0, API_SUM - 1)) { in LLVMFuzzerTestOneInput() 85 bool isTransitionComplete = fdp.ConsumeBool(); in LLVMFuzzerTestOneInput() 86 bool isPhaseEntry = fdp.ConsumeBool(); in LLVMFuzzerTestOneInput()
|
D | PixelStreamManagerFuzzer.cpp | 72 FuzzedDataProvider fdp(data, size); in LLVMFuzzerTestOneInput() local 73 int maxInFlightPackets = fdp.ConsumeIntegral<uint32_t>(); in LLVMFuzzerTestOneInput() 83 while (fdp.remaining_bytes() > 0) { in LLVMFuzzerTestOneInput() 84 uint8_t state = fdp.ConsumeIntegralInRange<uint8_t>(RESET, CLONE_PACKET); in LLVMFuzzerTestOneInput()
|
D | GrpcGraphFuzzer.cpp | 64 FuzzedDataProvider fdp(data, size); in LLVMFuzzerTestOneInput() local 65 while (fdp.remaining_bytes() > runner::test::kMaxFuzzerConsumedBytes) { in LLVMFuzzerTestOneInput() 66 switch (fdp.ConsumeIntegralInRange<uint32_t>(0, API_SUM - 1)) { in LLVMFuzzerTestOneInput() 151 uint8_t status = fdp.ConsumeIntegralInRange<uint8_t>(0, Status::STATUS_MAX - 1); in LLVMFuzzerTestOneInput()
|
D | LocalPrebuildGraphFuzzer.cpp | 65 FuzzedDataProvider fdp(data, size); in LLVMFuzzerTestOneInput() local 66 while (fdp.remaining_bytes() > runner::test::kMaxFuzzerConsumedBytes) { in LLVMFuzzerTestOneInput() 67 switch (fdp.ConsumeIntegralInRange<uint32_t>(0, API_SUM - 1)) { in LLVMFuzzerTestOneInput()
|