Searched defs:MediaLog (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/media/base/
H A Dmedia_log.h39 class MEDIA_EXPORT MediaLog : public base::RefCountedThreadSafe<MediaLog> { class in namespace:media
45 MediaLog();
78 friend class base::RefCountedThreadSafe<MediaLog>;
79 virtual ~MediaLog();
82 // A unique (to this process) id for this MediaLog.
85 DISALLOW_COPY_AND_ASSIGN(MediaLog);
H A Dmedia_log.cc19 const char* MediaLog::EventTypeToString(MediaLogEvent::Type type) {
68 const char* MediaLog::PipelineStatusToString(PipelineStatus status) {
115 MediaLog::MediaLog() : id_(g_media_log_count.GetNext()) {} function in class:media::MediaLog
117 MediaLog::~MediaLog() {}
119 void MediaLog::AddEvent(scoped_ptr<MediaLogEvent> event) {}
121 scoped_ptr<MediaLogEvent> MediaLog::CreateEvent(MediaLogEvent::Type type) {
129 scoped_ptr<MediaLogEvent> MediaLog::CreateBooleanEvent(
136 scoped_ptr<MediaLogEvent> MediaLog
[all...]

Completed in 60 milliseconds