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