Home
last modified time | relevance | path

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

/hardware/interfaces/automotive/vehicle/aidl/impl/vhal/test/
DSubscriptionManagerTest.cpp109 SubscriptionManager* getManager() { return mManager.get(); } in getManager() function in android::hardware::automotive::vehicle::SubscriptionManagerTest
136 auto result = getManager()->subscribe(getCallbackClient(), options, true); in TEST_F()
162 auto result = getManager()->subscribe(getCallbackClient(), options, true); in TEST_F()
191 auto result = getManager()->subscribe(getCallbackClient(), options, true); in TEST_F()
196 result = getManager()->subscribe(getCallbackClient(), options, true); in TEST_F()
215 auto result = getManager()->subscribe(getCallbackClient(), options, true); in TEST_F()
244 auto result = getManager()->subscribe(getCallbackClient(), options, true); in TEST_F()
247 result = getManager()->unsubscribe(getCallbackClient()->asBinder().get()); in TEST_F()
276 auto result = getManager()->subscribe(getCallbackClient(), options, true); in TEST_F()
279 result = getManager()->unsubscribe(getCallbackClient()->asBinder().get(), in TEST_F()
[all …]
/hardware/google/gfxstream/host/gl/glestranslator/EGL/
DEglDisplay.h129 ObjectNameManager* getManager(GLESVersion ver) const { return m_manager[ver];} in getManager() function
DEglImp.cpp1025 dpy->getManager(glesVersion), in eglCreateOrLoadContext()
1121 … thread->updateInfo(ContextPtr(),dpy,NULL,ShareGroupPtr(),dpy->getManager(prevCtx->version())); in eglMakeCurrent()
1180 …eInfo(newCtx,dpy,newCtx->getGlesContext(),newCtx->getShareGroup(),dpy->getManager(newCtx->version(… in eglMakeCurrent()