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 AddIntsService(int cpu = unbound);
66 virtual ~AddIntsService() {} in ~AddIntsService()
95 new AddIntsService(options.serverCPU))) != 0) { in server()
146 if ((rv = binder->transact(AddIntsService::ADD_INTS, in BM_client()
168 AddIntsService::AddIntsService(int cpu): cpu_(cpu) { in AddIntsService() function in AddIntsService
173 status_t AddIntsService::onTransact(uint32_t code, const Parcel &data, in onTransact()