Home
last modified time | relevance | path

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

/aosp_15_r20/frameworks/native/libs/gui/
H A DISurfaceComposer.cpp67 const std::vector<client_cache_t>& uncacheBuffers, bool hasListenerCallbacks, in setTransactionState()
170 std::vector<client_cache_t> uncacheBuffers(count); in onTransact() local
H A DSurfaceComposerClient.cpp949 std::vector<client_cache_t> uncacheBuffers(count); in readFromParcel() local
/aosp_15_r20/frameworks/native/services/surfaceflinger/CompositionEngine/src/
H A DOutputLayer.cpp758 void OutputLayer::uncacheBuffers(const std::vector<uint64_t>& bufferIdsToUncache) { in uncacheBuffers() function in android::compositionengine::impl::OutputLayer
H A DOutput.cpp795 void Output::uncacheBuffers(std::vector<uint64_t> const& bufferIdsToUncache) { in uncacheBuffers() function in android::compositionengine::impl::Output
/aosp_15_r20/frameworks/native/services/surfaceflinger/tests/unittests/
H A DTransactionApplicationTest.cpp81 std::vector<client_cache_t> uncacheBuffers; member
H A DTestableSurfaceFlinger.h507 bool isAutoTimestamp, const std::vector<client_cache_t>& uncacheBuffers, in setTransactionState()
/aosp_15_r20/frameworks/native/services/surfaceflinger/
H A DSurfaceFlinger.cpp4829 const std::vector<client_cache_t>& uncacheBuffers, bool hasListenerCallbacks, in setTransactionState()