OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AuthorDriver
(Results
1 - 2
of
2
) sorted by null
/external/opencore/android/author/
authordriver.cpp
19
#define LOG_TAG "
AuthorDriver
"
26
#include "
authordriver
.h"
37
mAuthorDriver = new
AuthorDriver
();
100
AuthorDriver
::
AuthorDriver
()
101
: OsclActiveObject(OsclActiveObject::EPriorityNominal, "
AuthorDriver
"),
126
createThread(
AuthorDriver
::startAuthorThread, this);
131
AuthorDriver
::~
AuthorDriver
()
135
author_command *
AuthorDriver
::dequeueCommand(
[
all
...]
authordriver.h
18
/*
authordriver
.h
122
// Commands that MediaAuthor sends to the
AuthorDriver
.
241
class
AuthorDriver
:
248
AuthorDriver
();
249
~
AuthorDriver
();
401
AuthorDriver
*mAuthorDriver;
Completed in 138 milliseconds