Home
last modified time | relevance | path

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

/frameworks/native/libs/binder/tests/parcel_fuzzer/
Dmain.cpp38 using android::fillRandomParcel;
43 void fillRandomParcel(::android::hardware::Parcel* p, FuzzedDataProvider&& provider, in fillRandomParcel() function
62 static void fillRandomParcel(NdkParcelAdapter* p, FuzzedDataProvider&& provider, in fillRandomParcel() function
65 fillRandomParcel(p->parcel(), std::move(provider), options); in fillRandomParcel()
79 fillRandomParcel(&data, std::move(provider), &options); in doTransactFuzz()
98 fillRandomParcel(&p, std::move(provider), &options); in doReadFuzz()
131 fillRandomParcel(&p0, FuzzedDataProvider(bytes.data(), bytes.size()), &options); in doAppendFuzz()
132 fillRandomParcel(&p1, std::move(provider), &options); in doAppendFuzz()
Drandom_binder.cpp58 fillRandomParcel(reply, FuzzedDataProvider(subData.data(), subData.size()), &options); in onTransact()
Drandom_parcel.cpp35 void fillRandomParcel(Parcel* p, FuzzedDataProvider&& provider, RandomParcelOptions* options) { in fillRandomParcel() function
Dlibbinder_driver.cpp92 fillRandomParcel(&data, FuzzedDataProvider(subData.data(), subData.size()), &options); in fuzzService()
/frameworks/base/core/tests/fuzzers/ParcelFuzzer/
DFuzzUtils.java43 FuzzBinder.fillRandomParcel(p1, data);
44 FuzzBinder.fillRandomParcel(p2, provider.consumeRemainingAsBytes());
70 FuzzBinder.fillRandomParcel(randomParcel, data);
/frameworks/native/libs/binder/tests/unit_fuzzers/
DRecordedTransactionFuzz.cpp24 using android::fillRandomParcel;
47 fillRandomParcel(&p0, FuzzedDataProvider(bytes.data(), bytes.size()), &options); in LLVMFuzzerTestOneInput()
48 fillRandomParcel(&p1, std::move(provider), &options); in LLVMFuzzerTestOneInput()
/frameworks/native/libs/binder/tests/parcel_fuzzer/include_random_parcel/fuzzbinder/
Drandom_parcel.h44 void fillRandomParcel(Parcel* p, FuzzedDataProvider&& provider, RandomParcelOptions* options);
/frameworks/native/libs/binder/tests/parcel_fuzzer/rust_interface/
DRandomParcelWrapper.cpp31 fillRandomParcel(platformParcel, std::move(provider), &options); in createRandomParcel()
/frameworks/base/core/tests/fuzzers/FuzzService/
DFuzzBinder.java38 public static void fillRandomParcel(Parcel parcel, byte[] data) { in fillRandomParcel() method in FuzzBinder
Drandom_parcel_jni.cpp50 fillRandomParcel(parcel, std::move(provider), &options); in Java_randomparcel_FuzzBinder_fillParcelInternal()