Home
last modified time | relevance | path

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

/aosp_15_r20/frameworks/native/libs/gui/
H A DSurfaceComposerClient.cpp842 mInputWindowCommands = other.mInputWindowCommands; in Transaction()
852 if (!mInputWindowCommands.empty() && in sanitize()
855 mInputWindowCommands.clear(); in sanitize()
977 mInputWindowCommands = inputWindowCommands; in readFromParcel()
1031 mInputWindowCommands.write(*parcel); in writeToParcel()
1131 mInputWindowCommands.merge(other.mInputWindowCommands); in merge()
1154 mInputWindowCommands.clear(); in clear()
1362 applyToken, mInputWindowCommands, mDesiredPresentTime, in apply()
2148 mInputWindowCommands.focusRequests.push_back(request); in setFocusedWindow()
2155 mInputWindowCommands.windowInfosReportedListeners.insert(windowInfosReportedListener); in addWindowInfosReportedListener()
/aosp_15_r20/prebuilts/vndk/v30/arm/include/frameworks/native/libs/gui/include/gui/
DSurfaceComposerClient.h370 InputWindowCommands mInputWindowCommands; variable
/aosp_15_r20/prebuilts/vndk/v30/x86/include/frameworks/native/libs/gui/include/gui/
DSurfaceComposerClient.h370 InputWindowCommands mInputWindowCommands; variable
/aosp_15_r20/prebuilts/vndk/v30/arm64/include/frameworks/native/libs/gui/include/gui/
DSurfaceComposerClient.h370 InputWindowCommands mInputWindowCommands; variable
/aosp_15_r20/prebuilts/vndk/v30/x86_64/include/frameworks/native/libs/gui/include/gui/
DSurfaceComposerClient.h370 InputWindowCommands mInputWindowCommands; variable
/aosp_15_r20/prebuilts/vndk/v32/x86_64/include/frameworks/native/libs/gui/include/gui/
DSurfaceComposerClient.h396 InputWindowCommands mInputWindowCommands; variable
/aosp_15_r20/prebuilts/vndk/v31/arm64/include/frameworks/native/libs/gui/include/gui/
DSurfaceComposerClient.h393 InputWindowCommands mInputWindowCommands; variable
/aosp_15_r20/prebuilts/vndk/v32/arm64/include/frameworks/native/libs/gui/include/gui/
DSurfaceComposerClient.h396 InputWindowCommands mInputWindowCommands; variable
/aosp_15_r20/prebuilts/vndk/v32/x86/include/frameworks/native/libs/gui/include/gui/
DSurfaceComposerClient.h396 InputWindowCommands mInputWindowCommands; variable
/aosp_15_r20/prebuilts/vndk/v31/x86/include/frameworks/native/libs/gui/include/gui/
DSurfaceComposerClient.h393 InputWindowCommands mInputWindowCommands; variable
/aosp_15_r20/prebuilts/vndk/v32/arm/include/frameworks/native/libs/gui/include/gui/
DSurfaceComposerClient.h396 InputWindowCommands mInputWindowCommands; variable
/aosp_15_r20/prebuilts/vndk/v31/arm/include/frameworks/native/libs/gui/include/gui/
DSurfaceComposerClient.h393 InputWindowCommands mInputWindowCommands; variable
/aosp_15_r20/prebuilts/vndk/v31/x86_64/include/frameworks/native/libs/gui/include/gui/
DSurfaceComposerClient.h393 InputWindowCommands mInputWindowCommands; variable
/aosp_15_r20/prebuilts/vndk/v33/arm/include/frameworks/native/libs/gui/include/gui/
DSurfaceComposerClient.h440 InputWindowCommands mInputWindowCommands; variable
/aosp_15_r20/prebuilts/vndk/v33/x86_64/include/frameworks/native/libs/gui/include/gui/
DSurfaceComposerClient.h440 InputWindowCommands mInputWindowCommands; variable
/aosp_15_r20/prebuilts/vndk/v33/arm64/include/frameworks/native/libs/gui/include/gui/
DSurfaceComposerClient.h440 InputWindowCommands mInputWindowCommands; variable
/aosp_15_r20/prebuilts/vndk/v33/x86/include/frameworks/native/libs/gui/include/gui/
DSurfaceComposerClient.h440 InputWindowCommands mInputWindowCommands; variable
/aosp_15_r20/prebuilts/vndk/v34/arm64/include/frameworks/native/libs/gui/include/gui/
DSurfaceComposerClient.h462 InputWindowCommands mInputWindowCommands; variable
/aosp_15_r20/prebuilts/vndk/v34/x86/include/frameworks/native/libs/gui/include/gui/
DSurfaceComposerClient.h462 InputWindowCommands mInputWindowCommands; variable
/aosp_15_r20/prebuilts/vndk/v34/arm/include/frameworks/native/libs/gui/include/gui/
DSurfaceComposerClient.h462 InputWindowCommands mInputWindowCommands; variable
/aosp_15_r20/prebuilts/vndk/v34/x86_64/include/frameworks/native/libs/gui/include/gui/
DSurfaceComposerClient.h462 InputWindowCommands mInputWindowCommands; variable
/aosp_15_r20/frameworks/native/libs/gui/include/gui/
H A DSurfaceComposerClient.h501 InputWindowCommands mInputWindowCommands; variable
/aosp_15_r20/frameworks/native/services/surfaceflinger/
H A DSurfaceFlinger.cpp4104 if (!mInputFlinger || (!mUpdateInputInfo && mInputWindowCommands.empty())) { in updateInputFlinger()
4134 std::move(mInputWindowCommands), in updateInputFlinger()
4163 mInputWindowCommands.clear(); in updateInputFlinger()
5243 bool hasChanges = mInputWindowCommands.merge(inputWindowCommands); in addInputWindowCommands()
5404 state.inputWindowCommands = mInputWindowCommands; in initializeDisplays()
H A DSurfaceFlinger.h1387 InputWindowCommands mInputWindowCommands; variable