Home
last modified time | relevance | path

Searched refs:getDisplayIdLocked (Results 1 – 15 of 15) sorted by relevance

/frameworks/base/services/core/java/com/android/server/display/
DExternalDisplayPolicy.java214 mDisplayIdsWaitingForBootCompletion.add(logicalDisplay.getDisplayIdLocked()); in handleExternalDisplayConnectedLocked()
242 + " displayId=" + logicalDisplay.getDisplayIdLocked()); in handleExternalDisplayConnectedLocked()
256 var displayId = logicalDisplay.getDisplayIdLocked(); in handleLogicalDisplayDisconnectedLocked()
276 mExternalDisplayStatsService.onDisplayAdded(logicalDisplay.getDisplayIdLocked()); in handleLogicalDisplayAddedLocked()
324 + " displayId=" + logicalDisplay.getDisplayIdLocked() in disableExternalDisplayLocked()
337 mExternalDisplayStatsService.onDisplayDisabled(logicalDisplay.getDisplayIdLocked()); in disableExternalDisplayLocked()
341 + " displayId=" + logicalDisplay.getDisplayIdLocked()); in disableExternalDisplayLocked()
DDisplayGroup.java88 return mDisplays.get(index).getDisplayIdLocked(); in getIdLocked()
DHighBrightnessModeMetadataMapper.java41 + display.getDisplayIdLocked()); in getHighBrightnessModeMetadataLocked()
DDisplayManagerService.java729 logicalDisplay.getDisplayIdLocked()); in onUserSwitching()
1874 return display.getDisplayIdLocked(); in createVirtualDisplayLocked()
2009 final int displayId = display.getDisplayIdLocked(); in setupLogicalDisplay()
2036 mDisplayPowerControllers.get(d.getDisplayIdLocked()); in setupLogicalDisplay()
2081 final int displayId = display.getDisplayIdLocked(); in handleLogicalDisplayAddedLocked()
2102 final int displayId = display.getDisplayIdLocked(); in handleLogicalDisplayChangedLocked()
2115 final int displayId = display.getDisplayIdLocked(); in applyDisplayChangedLocked()
2161 final int displayId = display.getDisplayIdLocked(); in handleLogicalDisplayFrameRateOverridesChangedLocked()
2190 final int displayId = display.getDisplayIdLocked(); in releaseDisplayAndEmitEvent()
2220 final int displayId = display.getDisplayIdLocked(); in handleLogicalDisplaySwappedLocked()
[all …]
DLogicalDisplayMapper.java970 final int displayId = display.getDisplayIdLocked(); in assignDisplayGroupLocked()
1046 final int displayId = logicalDisplay.getDisplayIdLocked(); in resetLayoutLocked()
1145 mWindowManagerPolicy.onDisplaySwitchStart(newDisplay.getDisplayIdLocked()); in applyLayoutLocked()
1203 final int displayId = display.getDisplayIdLocked(); in setEnabledLocked()
1306 + display.getDisplayIdLocked()); in setDisplayEnabledLocked()
DExternalDisplayStatsService.java241 logStateConnected(display.getDisplayIdLocked()); in onDisplayConnected()
DLogicalDisplay.java265 public int getDisplayIdLocked() { in getDisplayIdLocked() method in LogicalDisplay
DDisplayPowerController.java509 mDisplayId = mLogicalDisplay.getDisplayIdLocked(); in DisplayPowerController()
836 + mLogicalDisplay.getDisplayIdLocked()); in onDisplayChanged()
/frameworks/base/services/tests/displayservicetests/src/com/android/server/display/
DExternalDisplayStatsServiceTest.java93 when(mMockedLogicalDisplay.getDisplayIdLocked()).thenReturn(EXTERNAL_DISPLAY_ID); in setup()
DDisplayManagerServiceTest.java2591 assertThat(displayManager.requestDisplayPower(display.getDisplayIdLocked(), false))
2597 assertThat(displayManager.requestDisplayPower(display.getDisplayIdLocked(), true))
2619 var displayId = display.getDisplayIdLocked();
2651 displayManager.enableConnectedDisplay(display.getDisplayIdLocked(), /* enabled= */ true);
2678 int displayId = display.getDisplayIdLocked();
2794 int displayId = display.getDisplayIdLocked();
2867 int displayId = display.getDisplayIdLocked();
2925 int displayId = display.getDisplayIdLocked();
2947 int displayId = display.getDisplayIdLocked();
DExternalDisplayPolicyTest.java137 when(mMockedLogicalDisplay.getDisplayIdLocked()).thenReturn(EXTERNAL_DISPLAY_ID); in setup()
DLogicalDisplayMapperTest.java1291 return display.getDisplayIdLocked(); in id()
DDisplayPowerControllerTest.java2017 when(logicalDisplayMock.getDisplayIdLocked()).thenReturn(displayId); in setUpDisplay()
/frameworks/base/services/
Dart-profile1520 HSPLcom/android/server/display/LogicalDisplay;->getDisplayIdLocked()I
Dart-wear-profile10728 HSPLcom/android/server/display/LogicalDisplay;->getDisplayIdLocked()I