Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/tests/
DIPC_test.cpp222 IPCTest() : mDeathRecipient(new BBinder), mRemote(initRemoteService()) { in IPCTest()
241 sp<IIPCTest> initRemoteService();
268 sp<IIPCTest> IPCTest::initRemoteService() { in initRemoteService() function in android::test::IPCTest