HomeSort by relevance Sort by last modified time
    Searched refs:mDisplayId (Results 1 - 9 of 9) sorted by null

  /frameworks/base/core/java/android/content/res/
ResourcesKey.java 28 public final int mDisplayId;
34 mDisplayId = displayId;
43 hash = 31 * hash + mDisplayId;
68 if (mDisplayId != peer.mDisplayId) {
  /frameworks/base/core/java/android/view/
Display.java 57 private final int mDisplayId;
218 mDisplayId = displayId;
240 return mDisplayId;
657 DisplayInfo newInfo = mGlobal.getDisplayInfo(mDisplayId);
663 Log.d(TAG, "Logical display " + mDisplayId + " was removed.");
672 Log.d(TAG, "Logical display " + mDisplayId + " was recreated.");
695 return "Display id " + mDisplayId + ": " + mDisplayInfo
  /frameworks/native/services/surfaceflinger/DisplayHardware/
VirtualDisplaySurface.cpp 54 mDisplayId(dispId),
96 if (mDisplayId < 0)
111 if (mDisplayId < 0)
163 if (mDisplayId < 0)
197 mHwc.setOutputBuffer(mDisplayId, mOutputFence, outBuffer);
201 result = mHwc.fbPost(mDisplayId, mFbFence, fbBuffer);
208 if (mDisplayId < 0)
215 sp<Fence> fbFence = mHwc.getAndResetReleaseFence(mDisplayId);
229 sp<Fence> outFence = mHwc.getLastRetireFence(mDisplayId);
483 result = mHwc.setOutputBuffer(mDisplayId, Fence::NO_FENCE
    [all...]
VirtualDisplaySurface.h 132 const int32_t mDisplayId;
  /external/chromium_org/third_party/angle_dx11/src/libEGL/
Display.h 72 EGLNativeDisplayType mDisplayId;
Display.cpp 51 mDisplayId = displayId;
59 DisplayMap::iterator thisDisplay = displays.find(mDisplayId);
74 mRenderer = glCreateRenderer(this, mDc, mDisplayId);
  /frameworks/base/services/java/com/android/server/display/
LogicalDisplay.java 62 private final int mDisplayId;
80 mDisplayId = displayId;
91 return mDisplayId;
329 pw.println("mDisplayId=" + mDisplayId);
  /frameworks/base/services/java/com/android/server/wm/
DisplayContent.java 50 private final int mDisplayId;
122 mDisplayId = display.getDisplayId();
124 isDefaultDisplay = mDisplayId == Display.DEFAULT_DISPLAY;
136 return mDisplayId;
457 pw.print(prefix); pw.print("Display: mDisplayId="); pw.println(mDisplayId);
  /frameworks/base/core/java/android/app/
ResourcesManager.java 262 int displayId = key.mDisplayId;

Completed in 447 milliseconds