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

  /external/chromium_org/media/cast/logging/
logging_raw.cc 108 void LoggingRaw::InsertGenericEvent(CastLoggingEvent event, int value) {
logging_stats.cc 100 void LoggingStats::InsertGenericEvent(CastLoggingEvent event, int value) {
logging_impl.cc 120 void LoggingImpl::InsertGenericEvent(CastLoggingEvent event, int value) {
123 raw_.InsertGenericEvent(event, value);
124 stats_.InsertGenericEvent(event, value);

Completed in 112 milliseconds