Home
last modified time | relevance | path

Searched refs:uncacheBuffer (Results 1 – 9 of 9) sorted by relevance

/frameworks/native/services/surfaceflinger/
DTransactionState.h39 const client_cache_t& uncacheBuffer, int64_t postTime, uint32_t permissions, in TransactionState()
50 buffer(uncacheBuffer), in TransactionState()
DSurfaceFlinger.h549 const client_cache_t& uncacheBuffer, bool hasListenerCallbacks,
769 const client_cache_t& uncacheBuffer, const int64_t postTime,
DSurfaceFlinger.cpp4141 bool isAutoTimestamp, const client_cache_t& uncacheBuffer, bool hasListenerCallbacks, in setTransactionState() argument
4174 uncacheBuffer, postTime, in setTransactionState()
4202 const client_cache_t& uncacheBuffer, in applyTransactionState() argument
4243 if (uncacheBuffer.isValid()) { in applyTransactionState()
4244 ClientCache::getInstance().erase(uncacheBuffer); in applyTransactionState()
/frameworks/native/services/surfaceflinger/tests/unittests/
DTransactionApplicationTest.cpp95 client_cache_t uncacheBuffer; member
133 transaction.uncacheBuffer, mHasListenerCallbacks, mCallbacks, in NotPlacedOnTransactionQueue()
166 transaction.uncacheBuffer, mHasListenerCallbacks, mCallbacks, in PlaceOnTransactionQueue()
207 transactionA.uncacheBuffer, mHasListenerCallbacks, mCallbacks, in BlockedByPriorTransaction()
222 transactionB.uncacheBuffer, mHasListenerCallbacks, mCallbacks, in BlockedByPriorTransaction()
261 transactionA.isAutoTimestamp, transactionA.uncacheBuffer, in TEST_F()
278 empty.uncacheBuffer, mHasListenerCallbacks, mCallbacks, empty.id); in TEST_F()
388 transaction.isAutoTimestamp, transaction.uncacheBuffer, in setTransactionStates()
DTestableSurfaceFlinger.h449 bool isAutoTimestamp, const client_cache_t& uncacheBuffer, bool hasListenerCallbacks, in setTransactionState() argument
453 isAutoTimestamp, uncacheBuffer, hasListenerCallbacks, in setTransactionState()
/frameworks/native/libs/gui/include/gui/
DISurfaceComposer.h146 bool isAutoTimestamp, const client_cache_t& uncacheBuffer, bool hasListenerCallbacks,
/frameworks/native/services/surfaceflinger/fuzzer/
Dsurfaceflinger_fuzzers_utils.h768 bool isAutoTimestamp, const client_cache_t &uncacheBuffer, bool hasListenerCallbacks, in setTransactionState() argument
772 isAutoTimestamp, uncacheBuffer, hasListenerCallbacks, in setTransactionState()
/frameworks/native/libs/gui/
DSurfaceComposerClient.cpp909 client_cache_t uncacheBuffer; in doUncacheBufferTransaction() local
910 uncacheBuffer.token = BufferCache::getInstance().getToken(); in doUncacheBufferTransaction()
911 uncacheBuffer.id = cacheId; in doUncacheBufferTransaction()
915 uncacheBuffer, false, {}, generateId()); in doUncacheBufferTransaction()
DISurfaceComposer.cpp79 const client_cache_t& uncacheBuffer, bool hasListenerCallbacks, in setTransactionState() argument
102 SAFE_PARCEL(data.writeStrongBinder, uncacheBuffer.token.promote()); in setTransactionState()
103 SAFE_PARCEL(data.writeUint64, uncacheBuffer.id); in setTransactionState()