Home
last modified time | relevance | path

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

/system/extras/tests/binder/benchmarks/
DbinderAddInts.cpp62 class AddIntsService : public BBinder class
65 explicit AddIntsService(int cpu = unbound);
66 virtual ~AddIntsService() {} in ~AddIntsService()
94 new AddIntsService(options.serverCPU))) != 0) { in server()
144 if ((rv = binder->transact(AddIntsService::ADD_INTS, in BM_addInts()
166 AddIntsService::AddIntsService(int cpu): cpu_(cpu) { in AddIntsService() function in AddIntsService
171 status_t AddIntsService::onTransact(uint32_t code, const Parcel &data, in onTransact()