Home
last modified time | relevance | path

Searched refs:hasPendingTransactions (Results 1 – 3 of 3) sorted by relevance

/frameworks/native/services/surfaceflinger/FrontEnd/
DTransactionHandler.h61 bool hasPendingTransactions();
DTransactionHandler.cpp187 bool TransactionHandler::hasPendingTransactions() { in hasPendingTransactions() function in android::surfaceflinger::frontend::TransactionHandler
/frameworks/native/services/surfaceflinger/
DSurfaceFlinger.cpp5124 return mTransactionHandler.hasPendingTransactions(); in transactionFlushNeeded()