Home
last modified time | relevance | path

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

/aosp12/frameworks/native/libs/binder/tests/
H A DbinderRpcBenchmark.cpp49 static sp<RpcSession> gSession = RpcSession::make(); variable
53 CHECK(gSession->getRootObject() != nullptr); in BM_getRootObject()
59 sp<IBinder> binder = gSession->getRootObject(); in BM_pingTransaction()
69 sp<IBinder> binder = gSession->getRootObject(); in BM_repeatString()
98 sp<IBinder> binder = gSession->getRootObject(); in BM_repeatBinder()
131 if (gSession->setupUnixDomainClient(addr.c_str())) goto success; in main()