Home
last modified time | relevance | path

Searched refs:nativeService (Results 1 – 2 of 2) sorted by relevance

/frameworks/native/services/surfaceflinger/tests/
DIPC_test.cpp279 sp<IIPCTest> nativeService = new BnIPCTest; in initRemoteService() local
280 if (!nativeService) { in initRemoteService()
284 IInterface::asBinder(nativeService)); in initRemoteService()
/frameworks/native/libs/binder/tests/
DbinderSafeInterfaceTest.cpp621 sp<ISafeInterfaceTest> nativeService = new BnSafeInterfaceTest; in getRemoteService() local
623 IInterface::asBinder(nativeService)); in getRemoteService()