Home
last modified time | relevance | path

Searched refs:dpy (Results 1 – 3 of 3) 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/hidl/
DConfigManager.cpp404 std::unique_ptr<DisplayInfo> dpy(new DisplayInfo()); in readDisplayInfo() local
405 if (dpy == nullptr) { in readDisplayInfo()
431 dpy->streamConfigurations.insert_or_assign(id, cfg); in readDisplayInfo()
438 mDisplayInfo.insert_or_assign(id, std::move(dpy)); in readDisplayInfo()
/packages/services/Car/cpp/evs/sampleDriver/aidl/src/
DConfigManager.cpp404 std::unique_ptr<DisplayInfo> dpy(new DisplayInfo()); in readDisplayInfo() local
405 if (dpy == nullptr) { in readDisplayInfo()
430 dpy->streamConfigurations.insert_or_assign(id, cfg); in readDisplayInfo()
437 mDisplayInfo.insert_or_assign(id, std::move(dpy)); in readDisplayInfo()