Home | History | Annotate | Download | only in EventLog

Lines Matching defs:EventLog

22 #include "EventLog.h"
28 ANDROID_SINGLETON_STATIC_INSTANCE(EventLog)
31 EventLog::EventLog() {
34 void EventLog::doLogFrameDurations(const String8& window,
36 EventLog::TagBuffer buffer(LOGTAG_SF_FRAME_DUR);
46 void EventLog::logFrameDurations(const String8& window,
48 EventLog::getInstance().doLogFrameDurations(window, durations,
54 EventLog::TagBuffer::TagBuffer(int32_t tag)
58 void EventLog::TagBuffer::log() {
62 ALOGE("couldn't log to EventLog: %s", strerror(errno));
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) {