OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:MediaLog
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/media/base/
media_log.h
39
class MEDIA_EXPORT
MediaLog
: public base::RefCountedThreadSafe<
MediaLog
> {
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
);
media_log.cc
19
const char*
MediaLog
::EventTypeToString(MediaLogEvent::Type type) {
68
const char*
MediaLog
::PipelineStatusToString(PipelineStatus status) {
115
MediaLog
::
MediaLog
() : id_(g_media_log_count.GetNext()) {}
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
::CreateStringEvent
[
all
...]
Completed in 481 milliseconds