OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:handleQuit
(Results
1 - 2
of
2
) sorted by null
/external/opencore/android/author/
authordriver.cpp
282
case AUTHOR_QUIT:
handleQuit
(ac); return;
1016
void AuthorDriver::
handleQuit
(author_command *ac)
1018
LOGV("
handleQuit
");
[
all
...]
/external/opencore/android/
playerdriver.cpp
233
void
handleQuit
(PlayerQuit* command);
584
handleQuit
(static_cast<PlayerQuit*>(command));
[
all
...]
Completed in 82 milliseconds