Home
last modified time | relevance | path

Searched refs:TagBuffer (Results 1 – 2 of 2) sorted by relevance

/frameworks/native/services/surfaceflinger/EventLog/
DEventLog.cpp36 EventLog::TagBuffer buffer(LOGTAG_SF_FRAME_DUR); in doLogFrameDurations()
54 EventLog::TagBuffer::TagBuffer(int32_t tag) in TagBuffer() function in android::EventLog::TagBuffer
58 void EventLog::TagBuffer::log() { in log()
69 void EventLog::TagBuffer::startList(int8_t count) { in startList()
81 void EventLog::TagBuffer::endList() { in endList()
92 void EventLog::TagBuffer::writeInt32(int32_t value) { in writeInt32()
104 void EventLog::TagBuffer::writeInt64(int64_t value) { in writeInt64()
116 void EventLog::TagBuffer::writeString8(const String8& value) { in writeString8()
DEventLog.h48 class TagBuffer {
55 TagBuffer(int32_t tag);