Home
last modified time | relevance | path

Searched refs:syncInputWindows (Results 1 – 13 of 13) sorted by relevance

/frameworks/native/services/surfaceflinger/tests/unittests/
DTransactionApplicationTest.cpp117 void setupSingle(TransactionInfo& transaction, uint32_t flags, bool syncInputWindows, in setupSingle() argument
121 transaction.inputWindowCommands.syncInputWindows = syncInputWindows; in setupSingle()
125 void NotPlacedOnTransactionQueue(uint32_t flags, bool syncInputWindows) { in NotPlacedOnTransactionQueue() argument
131 setupSingle(transaction, flags, syncInputWindows, in NotPlacedOnTransactionQueue()
145 if (flags & ISurfaceComposer::eSynchronous || syncInputWindows) { in NotPlacedOnTransactionQueue()
154 void PlaceOnTransactionQueue(uint32_t flags, bool syncInputWindows) { in PlaceOnTransactionQueue() argument
165 setupSingle(transaction, flags, syncInputWindows, in PlaceOnTransactionQueue()
180 void BlockedByPriorTransaction(uint32_t flags, bool syncInputWindows) { in BlockedByPriorTransaction() argument
195 setupSingle(transactionB, flags, syncInputWindows, in BlockedByPriorTransaction()
/frameworks/native/libs/gui/
DLayerState.cpp452 syncInputWindows |= other.syncInputWindows; in merge()
456 syncInputWindows = false; in clear()
460 output.writeBool(syncInputWindows); in write()
464 syncInputWindows = input.readBool(); in read()
DSurfaceComposerClient.cpp1367 SurfaceComposerClient::Transaction& SurfaceComposerClient::Transaction::syncInputWindows() { in syncInputWindows() function in android::SurfaceComposerClient::Transaction
1368 mInputWindowCommands.syncInputWindows = true; in syncInputWindows()
/frameworks/base/services/core/java/com/android/server/wm/
DTaskPositioningController.java77 mTransaction.syncInputWindows().apply(); in hideInputSurface()
111 mTransaction.syncInputWindows().apply(); in showInputSurface()
DInputMonitor.java167 mService.mTransactionFactory.get().syncInputWindows().apply(); in onDisplayRemoved()
DDragState.java175 mTransaction.syncInputWindows(); in showInputSurface()
DWindowManagerService.java7962 t.syncInputWindows().apply(); in syncInputTransactions()
/frameworks/native/libs/gui/include/gui/
DLayerState.h286 bool syncInputWindows{false};
DSurfaceComposerClient.h510 Transaction& syncInputWindows();
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DStubTransaction.java245 public SurfaceControl.Transaction syncInputWindows() { in syncInputWindows() method in StubTransaction
/frameworks/native/services/surfaceflinger/
DSurfaceFlinger.cpp2904 } else if (mInputWindowCommands.syncInputWindows) { in updateInputFlinger()
2925 mInputWindowCommands.syncInputWindows ? mSetInputWindowsListener in updateInputWindowInfo()
3499 const bool syncInput = inputWindowCommands.syncInputWindows; in applyTransactionState()
3913 if (inputWindowCommands.syncInputWindows) { in addInputWindowCommands()
/frameworks/base/core/java/android/view/
DSurfaceControl.java2556 public Transaction syncInputWindows() { in syncInputWindows() method in SurfaceControl.Transaction
/frameworks/base/core/jni/
Dandroid_view_SurfaceControl.cpp524 transaction->syncInputWindows(); in nativeSyncInputWindows()