Lines Matching refs:DisplayDevice
461 using ActiveModeInfo = DisplayDevice::ActiveModeInfo;
786 void clearDesiredActiveModeState(const sp<DisplayDevice>&) REQUIRES(mStateLock);
788 void desiredActiveModeChangeDone(const sp<DisplayDevice>&) REQUIRES(mStateLock);
790 void setPowerModeInternal(const sp<DisplayDevice>& display, hal::PowerMode mode)
795 const sp<DisplayDevice>& display,
821 void initScheduler(const sp<DisplayDevice>& display) REQUIRES(mStateLock);
949 sp<const DisplayDevice> getDisplayDeviceLocked(const wp<IBinder>& displayToken) const in getDisplayDeviceLocked()
954 sp<DisplayDevice> getDisplayDeviceLocked(const wp<IBinder>& displayToken) REQUIRES(mStateLock) { in getDisplayDeviceLocked()
959 sp<const DisplayDevice> getDisplayDeviceLocked(PhysicalDisplayId id) const in getDisplayDeviceLocked()
964 sp<DisplayDevice> getDisplayDeviceLocked(PhysicalDisplayId id) REQUIRES(mStateLock) { in getDisplayDeviceLocked()
971 sp<const DisplayDevice> getDefaultDisplayDeviceLocked() const REQUIRES(mStateLock) { in getDefaultDisplayDeviceLocked()
975 sp<DisplayDevice> getDefaultDisplayDeviceLocked() REQUIRES(mStateLock) { in getDefaultDisplayDeviceLocked()
987 sp<const DisplayDevice> getDefaultDisplayDevice() const EXCLUDES(mStateLock) { in getDefaultDisplayDevice()
994 sp<DisplayDevice> findDisplay(Predicate p) const REQUIRES(mStateLock) { in findDisplay()
1001 sp<const DisplayDevice> getDisplayDeviceLocked(DisplayId id) const REQUIRES(mStateLock) { in getDisplayDeviceLocked()
1012 sp<DisplayDevice> getDisplayWithInputByLayer(Layer* layer) const REQUIRES(mStateLock);
1014 bool isDisplayActiveLocked(const sp<const DisplayDevice>& display) const REQUIRES(mStateLock) { in isDisplayActiveLocked()
1048 sp<DisplayDevice> setupNewDisplayDeviceInternal(
1140 void onActiveDisplayChangedLocked(const sp<DisplayDevice>& activeDisplay) REQUIRES(mStateLock);
1142 void onActiveDisplaySizeChanged(const sp<DisplayDevice>& activeDisplay);
1218 void updateInternalDisplayVsyncLocked(const sp<DisplayDevice>& activeDisplay)
1307 std::map<wp<IBinder>, sp<DisplayDevice>> mDisplays GUARDED_BY(mStateLock);
1512 [](std::pair<wp<IBinder>, sp<DisplayDevice>> display) { in isRefreshRateOverlayEnabled()