Searched defs:EventLog (Results 1 - 3 of 3) sorted by relevance

/frameworks/native/services/surfaceflinger/EventLog/
H A DEventLog.h30 class EventLog : public Singleton<EventLog> { class in namespace:android
37 EventLog();
72 friend class Singleton<EventLog>;
73 EventLog(const EventLog&);
74 EventLog& operator =(const EventLog&);
H A DEventLog.cpp22 #include "EventLog.h"
28 ANDROID_SINGLETON_STATIC_INSTANCE(EventLog)
31 EventLog::EventLog() { function in class:android::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
[all...]
/frameworks/base/core/java/android/util/
H A DEventLog.java47 public class EventLog { class
48 /** @hide */ public EventLog() {} method in class:EventLog
50 private static final String TAG = "EventLog";

Completed in 419 milliseconds