Home
last modified time | relevance | path

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

/aosp12/frameworks/rs/
H A DrsThreadIO.h43 bool playCoreCommands(Context *con, int waitFd);
H A DrsThreadIO.cpp102 bool ThreadIO::playCoreCommands(Context *con, int waitFd) { in playCoreCommands() function in android::renderscript::ThreadIO
H A 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()