Home
last modified time | relevance | path

Searched refs:timeToWait (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
134 delay = timeToWait - (con->getTime() - startTime); in playCoreCommands()
135 if (delay > timeToWait) { in playCoreCommands()
DrsThreadIO.h40 bool playCoreCommands(Context *con, bool waitForCommand, uint64_t timeToWait);