Home
last modified time | relevance | path

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

/frameworks/native/libs/binder/tests/parcel_fuzzer/
Dbinder.h23 extern std::vector<ParcelRead<::android::Parcel>> BINDER_PARCEL_READ_FUNCTIONS;
Dhwbinder.h23 extern std::vector<ParcelRead<::android::hardware::Parcel>> HWBINDER_PARCEL_READ_FUNCTIONS;
Dparcel_fuzzer.h23 using ParcelRead = std::function<void(const P& p, FuzzedDataProvider& provider)>; variable
Dbinder_ndk.h52 extern std::vector<ParcelRead<NdkParcelAdapter>> BINDER_NDK_PARCEL_READ_FUNCTIONS;
Dmain.cpp84 void doReadFuzz(const char* backend, const std::vector<ParcelRead<P>>& reads, in doReadFuzz()
Dhwbinder.cpp55 std::vector<ParcelRead<::android::hardware::Parcel>> HWBINDER_PARCEL_READ_FUNCTIONS {
Dbinder_ndk.cpp84 std::vector<ParcelRead<NdkParcelAdapter>> BINDER_NDK_PARCEL_READ_FUNCTIONS{
Dbinder.cpp105 std::vector<ParcelRead<::android::Parcel>> BINDER_PARCEL_READ_FUNCTIONS {