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/evs/sampleDriver/
DConfigManager.cpp448 unique_ptr<DisplayInfo> dpy(new DisplayInfo()); in readDisplayInfo() local
449 if (dpy == nullptr) { in readDisplayInfo()
476 dpy->streamConfigurations.insert_or_assign(id, cfg); in readDisplayInfo()
483 mDisplayInfo.insert_or_assign(id, std::move(dpy)); in readDisplayInfo()