Home
last modified time | relevance | path

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

/aosp12/frameworks/native/libs/binder/tests/parcel_fuzzer/include_random_parcel/fuzzbinder/
H A Drandom_parcel.h30 void fillRandomParcelData(Parcel* p, FuzzedDataProvider&& provider);
/aosp12/frameworks/native/libs/binder/tests/parcel_fuzzer/
H A Drandom_parcel.cpp78 void fillRandomParcelData(Parcel* p, FuzzedDataProvider&& provider) { in fillRandomParcelData() function
H A Dmain.cpp67 fillRandomParcelData(&p, std::move(provider)); in doFuzz()