Home
last modified time | relevance | path

Searched refs:playCoreCommands (Results 1 – 3 of 3) sorted by relevance

/frameworks/rs/
DrsThreadIO.h43 bool playCoreCommands(Context *con, int waitFd);
DrsThreadIO.cpp102 bool ThreadIO::playCoreCommands(Context *con, int waitFd) { in playCoreCommands() function in android::renderscript::ThreadIO
DrsContext.cpp307 rsc->mIO.playCoreCommands(rsc, -1); in threadProc()
328 rsc->mIO.playCoreCommands(rsc, -1); in threadProc()
330 rsc->mIO.playCoreCommands(rsc, rsc->mSyncFd); in threadProc()