Searched refs:syncInputWindows (Results 1 – 9 of 9) sorted by relevance
407 syncInputWindows |= other.syncInputWindows; in merge()412 syncInputWindows = false; in clear()422 output.writeBool(syncInputWindows); in write()435 syncInputWindows = input.readBool(); in read()
1130 SurfaceComposerClient::Transaction& SurfaceComposerClient::Transaction::syncInputWindows() { in syncInputWindows() function in android::SurfaceComposerClient::Transaction1131 mInputWindowCommands.syncInputWindows = true; in syncInputWindows()
268 bool syncInputWindows{false};
442 Transaction& syncInputWindows();
180 mTransaction.syncInputWindows(); in showInputSurface()
7698 new SurfaceControl.Transaction().syncInputWindows().apply(true); in syncInputTransactions()
2934 } else if (mInputWindowCommands.syncInputWindows) { in updateInputFlinger()2955 mInputWindowCommands.syncInputWindows ? mSetInputWindowsListener in updateInputWindowInfo()3811 if (mPendingInputWindowCommands.syncInputWindows) { in applyTransactionState()4154 if (inputWindowCommands.syncInputWindows) { in addInputWindowCommands()
2286 public Transaction syncInputWindows() { in syncInputWindows() method in SurfaceControl.Transaction
483 transaction->syncInputWindows(); in nativeSyncInputWindows()