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

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

Completed in 146 milliseconds