Home
last modified time | relevance | path

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

/frameworks/native/libs/gui/include/gui/
DLayerState.h62 struct client_cache_t { struct
66 bool operator==(const client_cache_t& other) const { return id == other.id; } argument
68 bool isValid() const { return token != nullptr; } in isValid()
/frameworks/native/libs/gui/tests/
DSurface_test.cpp707 const std::vector<client_cache_t>& /*cachedBuffer*/, bool /*hasListenerCallbacks*/, in setTransactionState()