Searched refs:AddIntsService (Results 1 – 1 of 1) sorted by relevance
62 class AddIntsService : public BBinder class65 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 AddIntsService171 status_t AddIntsService::onTransact(uint32_t code, const Parcel &data, in onTransact()