Home
last modified time | relevance | path

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

/packages/apps/Gallery2/jni/
Djni_egl_fence.cpp26 typedef EGLSyncKHR EGLAPIENTRY (*TypeEglCreateSyncKHR)(EGLDisplay dpy,
28 typedef EGLBoolean EGLAPIENTRY (*TypeEglDestroySyncKHR)(EGLDisplay dpy,
30 typedef EGLint EGLAPIENTRY (*TypeEglClientWaitSyncKHR)(EGLDisplay dpy,
/packages/services/Car/cpp/evs/sampleDriver/
DConfigManager.cpp452 unique_ptr<DisplayInfo> dpy(new DisplayInfo()); in readDisplayInfo() local
453 if (dpy == nullptr) { in readDisplayInfo()
480 dpy->streamConfigurations.insert_or_assign(id, cfg); in readDisplayInfo()
487 mDisplayInfo.insert_or_assign(id, std::move(dpy)); in readDisplayInfo()