Home
last modified time | relevance | path

Searched refs:statsEventBuild (Results 1 – 3 of 3) sorted by relevance

/frameworks/native/services/surfaceflinger/TimeStats/
DTimeStats.h217 virtual void statsEventBuild(AStatsEvent* event) { return AStatsEvent_build(event); } in statsEventBuild() function
DTimeStats.cpp118 mStatsDelegate->statsEventBuild(event); in populateGlobalAtom()
164 mStatsDelegate->statsEventBuild(event); in populateLayerAtom()
/frameworks/native/services/surfaceflinger/tests/unittests/
DTimeStatsTest.cpp175 MOCK_METHOD1(statsEventBuild, void(AStatsEvent*));
947 EXPECT_CALL(*mDelegate, statsEventBuild(mDelegate->mEvent)); in TEST_F()
1036 EXPECT_CALL(*mDelegate, statsEventBuild(mDelegate->mEvent)); in TEST_F()