Searched refs:syncInputWindows (Results 1 – 10 of 10) 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()
1131 SurfaceComposerClient::Transaction& SurfaceComposerClient::Transaction::syncInputWindows() { in syncInputWindows() function in android::SurfaceComposerClient::Transaction1132 mInputWindowCommands.syncInputWindows = true; in syncInputWindows()
268 bool syncInputWindows{false};
441 Transaction& syncInputWindows();
312 new SurfaceControl.Transaction().syncInputWindows().apply(); in register()
178 mTransaction.syncInputWindows(); in showInputSurface()
7735 new SurfaceControl.Transaction().syncInputWindows().apply(true); in syncInputTransactions()
2963 } else if (mInputWindowCommands.syncInputWindows) { in updateInputFlinger()2984 mInputWindowCommands.syncInputWindows ? mSetInputWindowsListener in updateInputWindowInfo()3886 if (mPendingInputWindowCommands.syncInputWindows) { in applyTransactionState()4238 if (inputWindowCommands.syncInputWindows) { in addInputWindowCommands()
2256 public Transaction syncInputWindows() { in syncInputWindows() method in SurfaceControl.Transaction
468 transaction->syncInputWindows(); in nativeSyncInputWindows()