Home
last modified time | relevance | path

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

/frameworks/native/libs/gui/include/gui/test/
DCallbackUtils.h174 struct SCHash { struct
182 std::unordered_map<sp<SurfaceControl>, ExpectedSurfaceResult, SCHash> mExpectedSurfaceResults; argument
/frameworks/native/libs/gui/include/gui/
DSurfaceComposerClient.h393 struct SCHash { struct
417 std::unordered_set<sp<SurfaceControl>, SCHash> surfaceControls; argument
/frameworks/native/services/surfaceflinger/tests/
DLayerCallback_test.cpp29 using SCHash = SurfaceComposerClient::SCHash; typedef