Searched refs:inputWindowCommands (Results 1 – 9 of 9) sorted by relevance
/frameworks/native/services/surfaceflinger/ |
D | TransactionState.h | 56 const sp<IBinder>& applyToken, const InputWindowCommands& inputWindowCommands, in TransactionState() 67 inputWindowCommands(inputWindowCommands), in TransactionState() 139 InputWindowCommands inputWindowCommands; member
|
D | SurfaceFlinger.h | 563 InputWindowCommands inputWindowCommands, int64_t desiredPresentTime, 808 const InputWindowCommands& inputWindowCommands, 860 uint32_t addInputWindowCommands(const InputWindowCommands& inputWindowCommands)
|
D | SurfaceFlinger.cpp | 4171 inputWindowCommands = in updateInputFlinger() 4183 inputWindowCommands.windowInfosReportedListeners), in updateInputFlinger() 4185 !inputWindowCommands.focusRequests.empty()); in updateInputFlinger() 4189 for (const auto& listener : inputWindowCommands.windowInfosReportedListeners) { in updateInputFlinger() 4195 for (const auto& focusRequest : inputWindowCommands.focusRequests) { in updateInputFlinger() 5113 transaction.inputWindowCommands, in applyTransactionsLocked() 5186 InputWindowCommands inputWindowCommands, int64_t desiredPresentTime, bool isAutoTimestamp, in setTransactionState() argument 5204 if (!inputWindowCommands.empty() && in setTransactionState() 5207 inputWindowCommands.clear(); in setTransactionState() 5272 std::move(inputWindowCommands), in setTransactionState() [all …]
|
/frameworks/native/libs/gui/ |
D | ISurfaceComposer.cpp | 161 InputWindowCommands inputWindowCommands; in onTransact() local 162 SAFE_PARCEL(inputWindowCommands.read, data); in onTransact() 201 std::move(inputWindowCommands), desiredPresentTime, in onTransact()
|
D | SurfaceComposerClient.cpp | 827 InputWindowCommands inputWindowCommands; in readFromParcel() local 828 inputWindowCommands.read(*parcel); in readFromParcel() 863 mInputWindowCommands = inputWindowCommands; in readFromParcel()
|
/frameworks/native/services/surfaceflinger/tests/unittests/ |
D | TransactionApplicationTest.cpp | 74 InputWindowCommands inputWindowCommands; member 113 transaction.applyToken, transaction.inputWindowCommands, in NotPlacedOnTransactionQueue() 140 transaction.applyToken, transaction.inputWindowCommands, in PlaceOnTransactionQueue() 171 transactionA.applyToken, transactionA.inputWindowCommands, in BlockedByPriorTransaction() 186 transactionB.applyToken, transactionB.inputWindowCommands, in BlockedByPriorTransaction() 224 transactionA.inputWindowCommands, transactionA.desiredPresentTime, in TEST_F() 245 transactionA.inputWindowCommands, transactionA.desiredPresentTime, in TEST_F() 259 empty.applyToken, empty.inputWindowCommands, in TEST_F() 436 transaction.inputWindowCommands, in setTransactionStates()
|
D | SurfaceFlinger_NotifyExpectedPresentTest.cpp | 49 transaction.inputWindowCommands, in setTransactionState() 61 InputWindowCommands inputWindowCommands; member
|
D | TestableSurfaceFlinger.h | 532 const InputWindowCommands& inputWindowCommands, int64_t desiredPresentTime, in setTransactionState() argument 537 inputWindowCommands, desiredPresentTime, in setTransactionState()
|
/frameworks/native/libs/gui/include/gui/ |
D | ISurfaceComposer.h | 116 InputWindowCommands inputWindowCommands, int64_t desiredPresentTime,
|