HomeSort by relevance Sort by last modified time
    Searched defs:LoggingImpl (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/media/cast/logging/
logging_impl.h 24 class LoggingImpl : public base::NonThreadSafe {
26 LoggingImpl(base::TickClock* clock,
30 ~LoggingImpl();
72 DISALLOW_COPY_AND_ASSIGN(LoggingImpl);
logging_impl.cc 13 LoggingImpl::LoggingImpl(base::TickClock* clock,
21 LoggingImpl::~LoggingImpl() {}
23 void LoggingImpl::InsertFrameEvent(CastLoggingEvent event,
39 void LoggingImpl::InsertFrameEventWithSize(CastLoggingEvent event,
59 void LoggingImpl::InsertFrameEventWithDelay(CastLoggingEvent event,
79 void LoggingImpl::InsertPacketListEvent(CastLoggingEvent event,
99 void LoggingImpl::InsertPacketEvent(CastLoggingEvent event,
120 void LoggingImpl::InsertGenericEvent(CastLoggingEvent event, int value)
    [all...]

Completed in 409 milliseconds