Home
last modified time | relevance | path

Searched refs:indexListSize (Results 1 – 1 of 1) sorted by relevance

/frameworks/av/camera/tests/fuzzer/
Dcamera_c2CaptureRequest_fuzzer.cpp105 size_t indexListSize = fdp.ConsumeIntegralInRange<size_t>(kSizeMin, kSizeMax); in LLVMFuzzerTestOneInput() local
107 parcelCamCaptureReq.writeInt32(indexListSize); in LLVMFuzzerTestOneInput()
110 for (size_t idx = 0; idx < indexListSize; ++idx) { in LLVMFuzzerTestOneInput()