Home
last modified time | relevance | path

Searched defs:client_cache_t (Results 1 – 3 of 3) sorted by relevance

/aosp12/frameworks/native/libs/gui/include/gui/
H A DLayerState.h51 struct client_cache_t { struct
55 bool operator==(const client_cache_t& other) const { return id == other.id; } argument
57 bool isValid() const { return token != nullptr; } in isValid()
/aosp12/frameworks/native/services/surfaceflinger/
H A DLayer.h427 const client_cache_t& /*clientCacheId*/, uint64_t /* frameNumber */, in setBuffer()
/aosp12/frameworks/native/libs/gui/tests/
H A DSurface_test.cpp705 const client_cache_t& /*cachedBuffer*/, in setTransactionState()