Home
last modified time | relevance | path

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

/frameworks/native/libs/gui/include/gui/
DSurfaceComposerClient.h267 struct SCHash { struct
285 std::unordered_set<sp<SurfaceControl>, SCHash> surfaceControls; argument
/frameworks/native/services/surfaceflinger/tests/
DTransaction_test.cpp3318 struct SCHash { struct in android::ExpectedResult
3319 std::size_t operator()(const sp<SurfaceControl>& sc) const { in operator ()()