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

/system/extras/tests/binder/benchmarks/
H A DbinderAddInts.cpp73 class AddIntsService : public BBinder class in inherits:BBinder
76 AddIntsService(int cpu = unbound);
77 virtual ~AddIntsService() {};
230 new AddIntsService(options.serverCPU))) != 0) {
275 if ((rv = binder->transact(AddIntsService::ADD_INTS,
307 AddIntsService::AddIntsService(int cpu): cpu_(cpu) { function in class:AddIntsService
312 status_t AddIntsService::onTransact(uint32_t code, const Parcel &data,

Completed in 446 milliseconds