Home
last modified time | relevance | path

Searched refs:mPhysicalDisplayId (Results 1 – 5 of 5) sorted by relevance

/frameworks/native/services/surfaceflinger/tests/unittests/
DSurfaceFlinger_NotifyExpectedPresentTest.cpp32 mPhysicalDisplayId = display->getPhysicalId(); in SetUp()
33 FakeHwcDisplayInjector(mPhysicalDisplayId, hal::DisplayType::PHYSICAL, /*isPrimary=*/true) in SetUp()
37 ASSERT_NO_FATAL_FAILURE(mFlinger.setNotifyExpectedPresentData(mPhysicalDisplayId, in SetUp()
40 mCompositor = std::make_unique<Compositor>(mPhysicalDisplayId, mFlinger); in SetUp()
118 PhysicalDisplayId mPhysicalDisplayId; member in android::NotifyExpectedPresentTest
134 mFlinger.setNotifyExpectedPresentData(mPhysicalDisplayId, in TEST_F()
140 mFlinger.notifyExpectedPresentIfRequired(mPhysicalDisplayId, kVsyncPeriod, in TEST_F()
144 mFlinger.verifyLastExpectedPresentTime(mPhysicalDisplayId, expectedPresentTime)); in TEST_F()
145 ASSERT_TRUE(mFlinger.verifyHintStatusIsStart(mPhysicalDisplayId)); in TEST_F()
156 mFlinger.notifyExpectedPresentIfRequired(mPhysicalDisplayId, kVsyncPeriod, in TEST_F()
[all …]
/frameworks/base/core/java/android/view/
DDisplayAddress.java80 private final long mPhysicalDisplayId; field in DisplayAddress.Physical
89 return mPhysicalDisplayId; in getPhysicalDisplayId()
98 return (int) (mPhysicalDisplayId & 0xFF); in getPort()
108 final long model = mPhysicalDisplayId >>> MODEL_SHIFT; in getModel()
115 && mPhysicalDisplayId == ((Physical) other).mPhysicalDisplayId; in equals()
133 return Long.hashCode(mPhysicalDisplayId); in hashCode()
138 out.writeLong(mPhysicalDisplayId); in writeToParcel()
166 mPhysicalDisplayId = physicalDisplayId; in Physical()
173 mPhysicalDisplayId = Integer.toUnsignedLong(port) in Physical()
/frameworks/base/services/core/java/com/android/server/display/brightness/
DBrightnessEvent.java50 private String mPhysicalDisplayId; field in BrightnessEvent
90 mPhysicalDisplayId = that.getPhysicalDisplayId(); in copyFrom()
123 mPhysicalDisplayId = ""; in reset()
162 && mPhysicalDisplayId.equals(that.mPhysicalDisplayId) in equalsMainData()
199 + ", physDisp=" + mPhysicalDisplayId in toString()
251 return mPhysicalDisplayId; in getPhysicalDisplayId()
254 public void setPhysicalDisplayId(String mPhysicalDisplayId) { in setPhysicalDisplayId() argument
255 this.mPhysicalDisplayId = mPhysicalDisplayId; in setPhysicalDisplayId()
/frameworks/native/services/surfaceflinger/DisplayHardware/
DDisplayMode.h75 mDisplayMode->mPhysicalDisplayId = id; in setPhysicalDisplayId()
138 PhysicalDisplayId getPhysicalDisplayId() const { return mPhysicalDisplayId; } in getPhysicalDisplayId()
175 PhysicalDisplayId mPhysicalDisplayId; variable
/frameworks/base/services/core/java/com/android/server/display/
DLocalDisplayAdapter.java221 private final long mPhysicalDisplayId; field in LocalDisplayAdapter.LocalDisplayDevice
277 mPhysicalDisplayId = physicalDisplayId; in LocalDisplayDevice()
532 mDisplayDeviceConfig = mInjector.createDisplayDeviceConfig(context, mPhysicalDisplayId, in loadDisplayDeviceConfig()
694 DisplayAddress.fromPhysicalDisplayId(mPhysicalDisplayId); in getDisplayDeviceInfoLocked()
797 final long physicalDisplayId = mPhysicalDisplayId; in requestDisplayStateLocked()
1261 pw.println("mPhysicalDisplayId=" + mPhysicalDisplayId); in dumpLocked()