Home
last modified time | relevance | path

Searched defs:uncacheBuffers (Results 1 – 7 of 7) sorted by relevance

/frameworks/native/libs/gui/
DISurfaceComposer.cpp67 const std::vector<client_cache_t>& uncacheBuffers, bool hasListenerCallbacks, in setTransactionState()
170 std::vector<client_cache_t> uncacheBuffers(count); in onTransact() local
DSurfaceComposerClient.cpp834 std::vector<client_cache_t> uncacheBuffers(count); in readFromParcel() local
/frameworks/native/services/surfaceflinger/CompositionEngine/src/
DOutputLayer.cpp630 void OutputLayer::uncacheBuffers(const std::vector<uint64_t>& bufferIdsToUncache) { in uncacheBuffers() function in android::compositionengine::impl::OutputLayer
DOutput.cpp504 void Output::uncacheBuffers(std::vector<uint64_t> const& bufferIdsToUncache) { in uncacheBuffers() function in android::compositionengine::impl::Output
/frameworks/native/services/surfaceflinger/tests/unittests/
DTransactionApplicationTest.cpp78 std::vector<client_cache_t> uncacheBuffers; member
DTestableSurfaceFlinger.h533 bool isAutoTimestamp, const std::vector<client_cache_t>& uncacheBuffers, in setTransactionState()
/frameworks/native/services/surfaceflinger/
DSurfaceFlinger.cpp5187 const std::vector<client_cache_t>& uncacheBuffers, bool hasListenerCallbacks, in setTransactionState()