Searched refs:statsEventWriteByteArray (Results 1 – 3 of 3) sorted by relevance
| /frameworks/native/services/surfaceflinger/tests/unittests/ |
| D | TimeStatsTest.cpp | 174 MOCK_METHOD3(statsEventWriteByteArray, void(AStatsEvent*, const uint8_t*, size_t)); 937 statsEventWriteByteArray(mDelegate->mEvent, in TEST_F() 942 statsEventWriteByteArray(mDelegate->mEvent, in TEST_F() 1001 statsEventWriteByteArray(mDelegate->mEvent, in TEST_F() 1007 statsEventWriteByteArray(mDelegate->mEvent, in TEST_F() 1012 statsEventWriteByteArray(mDelegate->mEvent, in TEST_F() 1018 statsEventWriteByteArray(mDelegate->mEvent, in TEST_F() 1023 statsEventWriteByteArray(mDelegate->mEvent, in TEST_F() 1029 statsEventWriteByteArray(mDelegate->mEvent, in TEST_F() 1104 statsEventWriteByteArray(mDelegate->mEvent, in TEST_F() [all …]
|
| /frameworks/native/services/surfaceflinger/TimeStats/ |
| D | TimeStats.cpp | 111 mStatsDelegate->statsEventWriteByteArray(event, (const uint8_t*)frameDurationBytes.c_str(), in populateGlobalAtom() 116 mStatsDelegate->statsEventWriteByteArray(event, (const uint8_t*)renderEngineTimingBytes.c_str(), in populateGlobalAtom() 152 mStatsDelegate->statsEventWriteByteArray(event, nullptr, 0); in populateLayerAtom() 156 mStatsDelegate->statsEventWriteByteArray(event, (const uint8_t*)bytes.c_str(), in populateLayerAtom()
|
| D | TimeStats.h | 212 virtual void statsEventWriteByteArray(AStatsEvent* event, const uint8_t* buf, in statsEventWriteByteArray() function
|