Searched refs:RandomBinder (Results 1 – 3 of 3) sorted by relevance
27 RandomBinder::RandomBinder(const String16& descriptor, std::vector<uint8_t>&& bytes) in RandomBinder() function in android::RandomBinder32 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()
25 class RandomBinder : public BBinder {27 RandomBinder(const String16& descriptor, std::vector<uint8_t>&& bytes);
43 using android::RandomBinder;370 sp<IBinder> saved = new RandomBinder(String16("random_interface"), std::move(data)); in TEST_F()