Home
last modified time | relevance | path

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

/aosp12/frameworks/native/services/surfaceflinger/tests/
H A DIPC_test.cpp278 sp<IIPCTest> nativeService = new BnIPCTest; in initRemoteService() local
279 if (!nativeService) { in initRemoteService()
283 IInterface::asBinder(nativeService)); in initRemoteService()
/aosp12/frameworks/native/libs/binder/tests/
H A DbinderSafeInterfaceTest.cpp824 sp<BnSafeInterfaceTest> nativeService = new BnSafeInterfaceTest; in main() local
825 status_t status = defaultServiceManager()->addService(kServiceName, nativeService); in main()