Home
last modified time | relevance | path

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

/frameworks/native/libs/gui/include/gui/
DLayerState.h56 struct client_cache_t { struct
60 bool operator==(const client_cache_t& other) const { return id == other.id; } argument
62 bool isValid() const { return token != nullptr; } in isValid()
/frameworks/native/services/surfaceflinger/Tracing/
DTransactionProtoParser.h92 virtual void getGraphicBufferPropertiesFromCache(client_cache_t /* cachedBuffer */, in getGraphicBufferPropertiesFromCache() argument
/frameworks/native/libs/gui/tests/
DSurface_test.cpp704 const client_cache_t& /*cachedBuffer*/, in setTransactionState()