/aosp_15_r20/frameworks/native/libs/gui/ |
H A D | SurfaceComposerClient.cpp | 842 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/ |
D | SurfaceComposerClient.h | 370 InputWindowCommands mInputWindowCommands; variable
|
/aosp_15_r20/prebuilts/vndk/v30/x86/include/frameworks/native/libs/gui/include/gui/ |
D | SurfaceComposerClient.h | 370 InputWindowCommands mInputWindowCommands; variable
|
/aosp_15_r20/prebuilts/vndk/v30/arm64/include/frameworks/native/libs/gui/include/gui/ |
D | SurfaceComposerClient.h | 370 InputWindowCommands mInputWindowCommands; variable
|
/aosp_15_r20/prebuilts/vndk/v30/x86_64/include/frameworks/native/libs/gui/include/gui/ |
D | SurfaceComposerClient.h | 370 InputWindowCommands mInputWindowCommands; variable
|
/aosp_15_r20/prebuilts/vndk/v32/x86_64/include/frameworks/native/libs/gui/include/gui/ |
D | SurfaceComposerClient.h | 396 InputWindowCommands mInputWindowCommands; variable
|
/aosp_15_r20/prebuilts/vndk/v31/arm64/include/frameworks/native/libs/gui/include/gui/ |
D | SurfaceComposerClient.h | 393 InputWindowCommands mInputWindowCommands; variable
|
/aosp_15_r20/prebuilts/vndk/v32/arm64/include/frameworks/native/libs/gui/include/gui/ |
D | SurfaceComposerClient.h | 396 InputWindowCommands mInputWindowCommands; variable
|
/aosp_15_r20/prebuilts/vndk/v32/x86/include/frameworks/native/libs/gui/include/gui/ |
D | SurfaceComposerClient.h | 396 InputWindowCommands mInputWindowCommands; variable
|
/aosp_15_r20/prebuilts/vndk/v31/x86/include/frameworks/native/libs/gui/include/gui/ |
D | SurfaceComposerClient.h | 393 InputWindowCommands mInputWindowCommands; variable
|
/aosp_15_r20/prebuilts/vndk/v32/arm/include/frameworks/native/libs/gui/include/gui/ |
D | SurfaceComposerClient.h | 396 InputWindowCommands mInputWindowCommands; variable
|
/aosp_15_r20/prebuilts/vndk/v31/arm/include/frameworks/native/libs/gui/include/gui/ |
D | SurfaceComposerClient.h | 393 InputWindowCommands mInputWindowCommands; variable
|
/aosp_15_r20/prebuilts/vndk/v31/x86_64/include/frameworks/native/libs/gui/include/gui/ |
D | SurfaceComposerClient.h | 393 InputWindowCommands mInputWindowCommands; variable
|
/aosp_15_r20/prebuilts/vndk/v33/arm/include/frameworks/native/libs/gui/include/gui/ |
D | SurfaceComposerClient.h | 440 InputWindowCommands mInputWindowCommands; variable
|
/aosp_15_r20/prebuilts/vndk/v33/x86_64/include/frameworks/native/libs/gui/include/gui/ |
D | SurfaceComposerClient.h | 440 InputWindowCommands mInputWindowCommands; variable
|
/aosp_15_r20/prebuilts/vndk/v33/arm64/include/frameworks/native/libs/gui/include/gui/ |
D | SurfaceComposerClient.h | 440 InputWindowCommands mInputWindowCommands; variable
|
/aosp_15_r20/prebuilts/vndk/v33/x86/include/frameworks/native/libs/gui/include/gui/ |
D | SurfaceComposerClient.h | 440 InputWindowCommands mInputWindowCommands; variable
|
/aosp_15_r20/prebuilts/vndk/v34/arm64/include/frameworks/native/libs/gui/include/gui/ |
D | SurfaceComposerClient.h | 462 InputWindowCommands mInputWindowCommands; variable
|
/aosp_15_r20/prebuilts/vndk/v34/x86/include/frameworks/native/libs/gui/include/gui/ |
D | SurfaceComposerClient.h | 462 InputWindowCommands mInputWindowCommands; variable
|
/aosp_15_r20/prebuilts/vndk/v34/arm/include/frameworks/native/libs/gui/include/gui/ |
D | SurfaceComposerClient.h | 462 InputWindowCommands mInputWindowCommands; variable
|
/aosp_15_r20/prebuilts/vndk/v34/x86_64/include/frameworks/native/libs/gui/include/gui/ |
D | SurfaceComposerClient.h | 462 InputWindowCommands mInputWindowCommands; variable
|
/aosp_15_r20/frameworks/native/libs/gui/include/gui/ |
H A D | SurfaceComposerClient.h | 501 InputWindowCommands mInputWindowCommands; variable
|
/aosp_15_r20/frameworks/native/services/surfaceflinger/ |
H A D | SurfaceFlinger.cpp | 4104 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 D | SurfaceFlinger.h | 1387 InputWindowCommands mInputWindowCommands; variable
|