/frameworks/native/services/surfaceflinger/tests/unittests/ |
D | TransactionApplicationTest.cpp | 117 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/ |
D | LayerState.cpp | 452 syncInputWindows |= other.syncInputWindows; in merge() 456 syncInputWindows = false; in clear() 460 output.writeBool(syncInputWindows); in write() 464 syncInputWindows = input.readBool(); in read()
|
D | SurfaceComposerClient.cpp | 1367 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/ |
D | TaskPositioningController.java | 77 mTransaction.syncInputWindows().apply(); in hideInputSurface() 111 mTransaction.syncInputWindows().apply(); in showInputSurface()
|
D | InputMonitor.java | 167 mService.mTransactionFactory.get().syncInputWindows().apply(); in onDisplayRemoved()
|
D | DragState.java | 175 mTransaction.syncInputWindows(); in showInputSurface()
|
D | WindowManagerService.java | 7962 t.syncInputWindows().apply(); in syncInputTransactions()
|
/frameworks/native/libs/gui/include/gui/ |
D | LayerState.h | 286 bool syncInputWindows{false};
|
D | SurfaceComposerClient.h | 510 Transaction& syncInputWindows();
|
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/ |
D | StubTransaction.java | 245 public SurfaceControl.Transaction syncInputWindows() { in syncInputWindows() method in StubTransaction
|
/frameworks/native/services/surfaceflinger/ |
D | SurfaceFlinger.cpp | 2904 } 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/ |
D | SurfaceControl.java | 2556 public Transaction syncInputWindows() { in syncInputWindows() method in SurfaceControl.Transaction
|
/frameworks/base/core/jni/ |
D | android_view_SurfaceControl.cpp | 524 transaction->syncInputWindows(); in nativeSyncInputWindows()
|