HomeSort by relevance Sort by last modified time
    Searched refs:EventLog (Results 1 - 25 of 100) sorted by null

1 2 3 4

  /external/chromium_org/base/android/java/src/org/chromium/base/
EventLog.java 8 * A simple interface to Android's EventLog to be used by native code.
11 public class EventLog {
15 android.util.EventLog.writeEvent(tag, value);
  /frameworks/native/services/surfaceflinger/EventLog/
EventLog.h 30 class EventLog : public Singleton<EventLog> {
37 EventLog();
72 friend class Singleton<EventLog>;
73 EventLog(const EventLog&);
74 EventLog& operator =(const EventLog&);
EventLog.cpp 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()
    [all...]
  /packages/apps/Browser/src/com/android/browser/
LogTag.java 19 import android.util.EventLog;
30 EventLog.writeEvent(EventLogTags.BROWSER_BOOKMARK_ADDED, url + "|"
45 EventLog.writeEvent(EventLogTags.BROWSER_PAGE_LOADED, url + "|"
56 EventLog.writeEvent(EventLogTags.BROWSER_TIMEONPAGE, url + "|"
  /cts/tests/tests/util/src/android/util/cts/
EventLogTest.java 20 import android.util.EventLog;
21 import android.util.EventLog.Event;
37 EventLog.writeEvent(ANSWER_TAG, markerData);
38 EventLog.writeEvent(ANSWER_TAG, 12345);
39 EventLog.writeEvent(ANSWER_TAG, 23456L);
40 EventLog.writeEvent(ANSWER_TAG, "Test");
41 EventLog.writeEvent(ANSWER_TAG, 12345, 23456L, "Test");
43 List<EventLog.Event> events = getEventsAfterMarker(markerData, ANSWER_TAG);
65 EventLog.writeEvent(ANSWER_TAG, markerData);
66 EventLog.writeEvent(ANSWER_TAG, longString.toString())
    [all...]
  /libcore/luni/src/test/java/libcore/java/util/beans/
PropertyChangeSupportTest.java 37 EventLog listener = new EventLog();
48 EventLog listener = new EventLog();
64 EventLog all = new EventLog();
67 EventLog proxiedA = new EventLog();
70 EventLog addA = new EventLog();
    [all...]
  /packages/experimental/NotificationLog/src/com/android/notificationlog/
NotificationLogActivity.java 13 import android.util.EventLog;
38 private ArrayList<EventLog.Event> mNotificationEvents;
45 mNotificationEvents = new ArrayList<EventLog.Event>();
47 int[] tags = new int[] { EventLog.getTagCode("notification_enqueue") };
49 EventLog.readEvents(tags, mNotificationEvents);
83 private final void bindView(View view, EventLog.Event evt) {
90 // EventLog.writeEvent(EventLogTags.NOTIFICATION_ENQUEUE, pkg, id, tag,
  /external/srec/srec/EventLog/
Android.mk 10 src/EventLog.c \
17 $(ASR_ROOT_DIR)/srec/EventLog/include \
  /frameworks/base/core/java/com/android/internal/os/
BinderInternal.java 21 import android.util.EventLog;
98 EventLog.writeEvent(2741, reason);
  /frameworks/base/core/java/com/android/internal/view/menu/
ContextMenuBuilder.java 22 import android.util.EventLog;
85 EventLog.writeEvent(50001, 1);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
PanelHolder.java 21 import android.util.EventLog;
76 EventLog.writeEvent(EventLogTags.SYSUI_PANELHOLDER_TOUCH,
  /frameworks/base/services/core/java/com/android/server/wm/
Task.java 21 import android.util.EventLog;
57 EventLog.writeEvent(com.android.server.EventLogTags.WM_TASK_REMOVED, taskId,
  /external/srec/tools/dictTest/
Android.mk 16 $(ASR_ROOT_DIR)/srec/EventLog/include \
  /frameworks/native/services/surfaceflinger/
Android.mk 26 EventLog/EventLogTags.logtags \
27 EventLog/EventLog.cpp \
  /external/srec/srec/test/SRecTest/
Android.mk 21 $(ASR_ROOT_DIR)/srec/EventLog/include \
  /external/srec/srec/test/SRecTestAudio/
Android.mk 21 $(ASR_ROOT_DIR)/srec/EventLog/include \
  /external/srec/tools/make_cfst/
Android.mk 17 $(ASR_ROOT_DIR)/srec/EventLog/include \
  /external/srec/tools/parseStringTest/
Android.mk 17 $(ASR_ROOT_DIR)/srec/EventLog/include \
  /external/srec/tools/test_g2g/
Android.mk 18 $(ASR_ROOT_DIR)/srec/EventLog/include \
  /frameworks/base/services/core/java/com/android/server/power/
Notifier.java 48 import android.util.EventLog;
302 EventLog.writeEvent(EventLogTags.POWER_SCREEN_STATE, 1, 0, 0, 0);
334 EventLog.writeEvent(EventLogTags.POWER_SCREEN_STATE, 0, why, 0, 0);
451 EventLog.writeEvent(EventLogTags.POWER_SCREEN_BROADCAST_SEND, 1);
469 EventLog.writeEvent(EventLogTags.POWER_SCREEN_BROADCAST_STOP, 2, 1);
477 EventLog.writeEvent(EventLogTags.POWER_SCREEN_BROADCAST_DONE, 1,
492 EventLog.writeEvent(EventLogTags.POWER_SCREEN_BROADCAST_STOP, 3, 1);
500 EventLog.writeEvent(EventLogTags.POWER_SCREEN_BROADCAST_DONE, 0,
  /frameworks/base/services/core/java/com/android/server/updates/
ConfigUpdateInstallReceiver.java 26 import android.util.EventLog;
92 EventLog.writeEvent(EventLogTags.CONFIG_INSTALL_FAILED,
96 EventLog.writeEvent(EventLogTags.CONFIG_INSTALL_FAILED,
112 EventLog.writeEvent(EventLogTags.CONFIG_INSTALL_FAILED, errMsg);
  /packages/providers/CalendarProvider/src/com/android/providers/calendar/
CalendarUpgradeReceiver.java 27 import android.util.EventLog;
  /external/srec/srec/AcousticModels/
Android.mk 19 $(ASR_ROOT_DIR)/srec/EventLog/include \
  /external/srec/srec/AcousticState/
Android.mk 19 $(ASR_ROOT_DIR)/srec/EventLog/include \
  /external/srec/srec/Grammar/
Android.mk 19 $(ASR_ROOT_DIR)/srec/EventLog/include \

Completed in 580 milliseconds

1 2 3 4