HomeSort by relevance Sort by last modified time
    Searched defs:mDpy (Results 1 - 2 of 2) sorted by null

  /frameworks/native/services/surfaceflinger/DisplayHardware/
HWComposer.h 140 hwc_display_t mDpy;
  /frameworks/native/opengl/libs/EGL/
egl_display.h 191 explicit egl_display_ptr(egl_display_t* dpy): mDpy(dpy) {
192 if (mDpy) {
193 if (CC_UNLIKELY(!mDpy->enter())) {
194 mDpy = NULL;
205 // mDpy = other.mDpy;
206 // other.mDpy = NULL;
209 egl_display_ptr(const egl_display_ptr& other): mDpy(other.mDpy) {
210 if (mDpy) {
    [all...]

Completed in 1049 milliseconds