Merge "Add comment to confusing commands." into graphics-dev

This commit is contained in:
Jason Sams
2012-01-27 13:30:20 -08:00
committed by Android (Google) Code Review

View File

@@ -37,6 +37,12 @@ public:
// Plays back commands from the client.
// Returns true if any commands were processed.
//
// waitForCommand: true, block until a command arrives or
// the specified time expires.
//
// timeToWait: Max time to block in microseconds. A value of zero indicates
// an indefinite wait.
bool playCoreCommands(Context *con, bool waitForCommand, uint64_t timeToWait);
void setTimoutCallback(void (*)(void *), void *, uint64_t timeout);