Home
last modified time | relevance | path

Searched refs:mInputWindowCommands (Results 1 – 4 of 4) sorted by relevance

/aosp12/frameworks/native/libs/gui/
H A DSurfaceComposerClient.cpp550 mInputWindowCommands = other.mInputWindowCommands; in Transaction()
658 mInputWindowCommands = inputWindowCommands; in readFromParcel()
711 mInputWindowCommands.write(*parcel); in writeToParcel()
756 mInputWindowCommands.merge(other.mInputWindowCommands); in merge()
773 mInputWindowCommands.clear(); in clear()
913 mInputWindowCommands, mDesiredPresentTime, mIsAutoTimestamp, in apply()
1537 mInputWindowCommands.focusRequests.push_back(request); in setFocusedWindow()
1542 mInputWindowCommands.syncInputWindows = true; in syncInputWindows()
/aosp12/frameworks/native/libs/gui/include/gui/
H A DSurfaceComposerClient.h396 InputWindowCommands mInputWindowCommands; variable
/aosp12/frameworks/native/services/surfaceflinger/
H A DSurfaceFlinger.cpp3101 } else if (mInputWindowCommands.syncInputWindows) { in updateInputFlinger()
3107 for (const auto& focusRequest : mInputWindowCommands.focusRequests) { in updateInputFlinger()
3110 mInputWindowCommands.clear(); in updateInputFlinger()
3132 mInputWindowCommands.syncInputWindows); in notifyWindowInfos()
4284 bool hasChanges = mInputWindowCommands.merge(inputWindowCommands); in addInputWindowCommands()
4539 applyTransactionState(FrameTimelineInfo{}, state, displays, 0, mInputWindowCommands, in onInitializeDisplays()
H A DSurfaceFlinger.h1447 InputWindowCommands mInputWindowCommands; variable