Home
last modified time | relevance | path

Searched refs:waitForCommand (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/libs/rs/
DrsThreadIO.cpp120 bool ThreadIO::playCoreCommands(Context *con, bool waitForCommand, uint64_t timeToWait) { in playCoreCommands() argument
124 while (!mToCore.isEmpty() || waitForCommand) { in playCoreCommands()
133 if (waitForCommand) { in playCoreCommands()
147 waitForCommand = false; in playCoreCommands()
DrsThreadIO.h40 bool playCoreCommands(Context *con, bool waitForCommand, uint64_t timeToWait);