HomeSort by relevance Sort by last modified time
    Searched defs:enqueueCommand (Results 1 - 2 of 2) sorted by null

  /external/opencore/android/author/
authordriver.cpp 43 mAuthorDriver->enqueueCommand(new author_command(AUTHOR_RESET), NULL, NULL);
44 mAuthorDriver->enqueueCommand(new author_command(AUTHOR_REMOVE_VIDEO_SOURCE), NULL, NULL);
45 mAuthorDriver->enqueueCommand(new author_command(AUTHOR_REMOVE_AUDIO_SOURCE), NULL, NULL);
46 mAuthorDriver->enqueueCommand(new author_command(AUTHOR_CLOSE), NULL, NULL);
61 mAuthorDriver->enqueueCommand(new author_command(AUTHOR_STOP), NULL, NULL);
72 enqueueCommand(ac, NULL, NULL); // will wait on mSyncSem, signaled by author thread
85 status_t AuthorDriverWrapper::enqueueCommand(author_command *ac, media_completion_f comp, void *cookie)
88 return mAuthorDriver->enqueueCommand(ac, comp, cookie);
159 status_t AuthorDriver::enqueueCommand(author_command *ac, media_completion_f comp, void *cookie)
1101 // in enqueueCommand(). This is done because waiting for a
    [all...]
  /external/opencore/android/
playerdriver.cpp 213 status_t enqueueCommand(PlayerCommand* code);
411 status_t PlayerDriver::enqueueCommand(PlayerCommand* command)
    [all...]

Completed in 85 milliseconds