[...] sp sm = defaultServiceManager(); // Get Service sp binder = sm->getService(String16("helloWorld")); sp hw = interface_cast (binder); // Call remote method (initiate transaction) hw->helloWorld(); [...]