/frameworks/native/services/surfaceflinger/ |
D | TransactionState.h | 39 const client_cache_t& uncacheBuffer, int64_t postTime, uint32_t permissions, in TransactionState() 50 buffer(uncacheBuffer), in TransactionState()
|
D | SurfaceFlinger.h | 549 const client_cache_t& uncacheBuffer, bool hasListenerCallbacks, 769 const client_cache_t& uncacheBuffer, const int64_t postTime,
|
D | SurfaceFlinger.cpp | 4141 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/ |
D | TransactionApplicationTest.cpp | 95 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()
|
D | TestableSurfaceFlinger.h | 449 bool isAutoTimestamp, const client_cache_t& uncacheBuffer, bool hasListenerCallbacks, in setTransactionState() argument 453 isAutoTimestamp, uncacheBuffer, hasListenerCallbacks, in setTransactionState()
|
/frameworks/native/libs/gui/include/gui/ |
D | ISurfaceComposer.h | 146 bool isAutoTimestamp, const client_cache_t& uncacheBuffer, bool hasListenerCallbacks,
|
/frameworks/native/services/surfaceflinger/fuzzer/ |
D | surfaceflinger_fuzzers_utils.h | 768 bool isAutoTimestamp, const client_cache_t &uncacheBuffer, bool hasListenerCallbacks, in setTransactionState() argument 772 isAutoTimestamp, uncacheBuffer, hasListenerCallbacks, in setTransactionState()
|
/frameworks/native/libs/gui/ |
D | SurfaceComposerClient.cpp | 909 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()
|
D | ISurfaceComposer.cpp | 79 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()
|