Home
last modified time | relevance | path

Searched refs:currentDisplayState (Results 1 – 2 of 2) sorted by relevance

/frameworks/av/cmds/screenrecord/
Dscreenrecord.cpp530 ui::DisplayState currentDisplayState; in updateDisplayProjection() local
531 if (SurfaceComposerClient::getDisplayState(displayToken, &currentDisplayState) != NO_ERROR) { in updateDisplayProjection()
536 if (currentDisplayState.orientation != displayState.orientation || in updateDisplayProjection()
537 currentDisplayState.layerStackSpaceRect != displayState.layerStackSpaceRect) { in updateDisplayProjection()
538 displayState = currentDisplayState; in updateDisplayProjection()
544 setDisplayProjection(t, virtualDpy, currentDisplayState); in updateDisplayProjection()
/frameworks/base/services/core/java/com/android/server/wm/
DContentRecorder.java405 int currentDisplayState = in startRecordingIfNeeded() local
408 currentDisplayState != DISPLAY_STATE_OFF); in startRecordingIfNeeded()