Searched refs:currentCommand (Results 1 – 2 of 2) sorted by relevance
44 VsyncThreadCommand currentCommand; in threadFunc() local65 while (mChannel.tryReceive(¤tCommand)) { in threadFunc()66 switch (currentCommand.type) { in threadFunc()70 mPeriodNs = currentCommand.newPeriod; in threadFunc()74 currentCommand.task(mCount); in threadFunc()
2629 const size_t currentCommand = mNextCommand - 1; // increased by getNextTrigger in interceptRawReply() local2630 const bool isLastCommand = currentCommand == mCommands.size() - 1; in interceptRawReply()2635 std::string s = mCommands[currentCommand].toString(); in interceptRawReply()