Searched refs:nativeService (Results 1 – 2 of 2) sorted by relevance
278 sp<IIPCTest> nativeService = new BnIPCTest; in initRemoteService() local279 if (!nativeService) { in initRemoteService()283 IInterface::asBinder(nativeService)); in initRemoteService()
824 sp<BnSafeInterfaceTest> nativeService = new BnSafeInterfaceTest; in main() local825 status_t status = defaultServiceManager()->addService(kServiceName, nativeService); in main()