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

/frameworks/base/cmds/statsd/src/logd/
H A DLogEvent.cpp18 #include "logd/LogEvent.h"
31 LogEvent::LogEvent(log_msg& msg) { function in class:android::os::statsd::LogEvent
43 LogEvent::LogEvent(int32_t tagId, int64_t wallClockTimestampNs, int64_t elapsedTimestampNs) { function in class:android::os::statsd::LogEvent
54 LogEvent::LogEvent(int32_t tagId, int64_t timestampNs) { function in class:android::os::statsd::LogEvent
65 void LogEvent::init() {
81 LogEvent::~LogEvent() {
[all...]
H A DLogEvent.h57 class LogEvent { class in namespace:android::os::statsd
60 * Read a LogEvent from a log_msg.
62 explicit LogEvent(log_msg& msg);
65 * Constructs a LogEvent with synthetic data for testing. Must call init() before reading.
67 explicit LogEvent(int32_t tagId, int64_t wallClockTimestampNs, int64_t elapsedTimestampNs);
70 explicit LogEvent(int32_t tagId, int64_t timestampNs);
72 ~LogEvent();
102 * Write test data to the LogEvent. This can only be used when the LogEvent is constructed
103 * using LogEvent(tagI
[all...]
/frameworks/base/services/core/java/com/android/server/utils/
H A DManagedApplicationService.java110 public static class LogEvent implements LogFormattable { class in class:ManagedApplicationService
123 public LogEvent(long timestamp, ComponentName component, int event) { method in class:ManagedApplicationService.LogEvent
190 void onServiceEvent(LogEvent event);
320 mEventCb.onServiceEvent(new LogEvent(timestamp, mComponent,
321 LogEvent.EVENT_BINDING_DIED));
341 mEventCb.onServiceEvent(new LogEvent(timestamp, mComponent,
342 LogEvent.EVENT_CONNECTED));
382 mEventCb.onServiceEvent(new LogEvent(timestamp, mComponent,
383 LogEvent.EVENT_DISCONNECTED));
455 mEventCb.onServiceEvent(new LogEvent(timestam
[all...]

Completed in 20 milliseconds