Home
last modified time | relevance | path

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

/frameworks/native/libs/binder/tests/parcel_fuzzer/
Drandom_binder.cpp27 RandomBinder::RandomBinder(const String16& descriptor, std::vector<uint8_t>&& bytes) in RandomBinder() function in android::RandomBinder
32 const String16& RandomBinder::getInterfaceDescriptor() const { in getInterfaceDescriptor()
36 status_t RandomBinder::onTransact(uint32_t code, const Parcel& data, Parcel* reply, in onTransact()
77 return new RandomBinder(String16(str.c_str()), std::move(bytes)); in getRandomBinder()
/frameworks/native/libs/binder/tests/parcel_fuzzer/include_random_parcel/fuzzbinder/
Drandom_binder.h25 class RandomBinder : public BBinder {
27 RandomBinder(const String16& descriptor, std::vector<uint8_t>&& bytes);
/frameworks/native/libs/binder/tests/
DbinderRecordReplayTest.cpp43 using android::RandomBinder;
370 sp<IBinder> saved = new RandomBinder(String16("random_interface"), std::move(data)); in TEST_F()