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();
79 friend class base::RefCountedThreadSafe<MediaLog>;
80 virtual ~MediaLog();
83 // A unique (to this process) id for this MediaLog.
86 DISALLOW_COPY_AND_ASSIGN(MediaLog);
H A Dmedia_log.cc19 const char* MediaLog::EventTypeToString(MediaLogEvent::Type type) {
64 const char* MediaLog::PipelineStatusToString(PipelineStatus status) {
109 MediaLog::MediaLog() : id_(g_media_log_count.GetNext()) {} function in class:media::MediaLog
111 MediaLog::~MediaLog() {}
113 void MediaLog::AddEvent(scoped_ptr<MediaLogEvent> event) {}
115 scoped_ptr<MediaLogEvent> MediaLog::CreateEvent(MediaLogEvent::Type type) {
123 scoped_ptr<MediaLogEvent> MediaLog::CreateBooleanEvent(
130 scoped_ptr<MediaLogEvent> MediaLog
[all...]

Completed in 60 milliseconds