Home
last modified time | relevance | path

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

/hardware/google/gfxstream/host/
DVsyncThread.cpp44 VsyncThreadCommand currentCommand; in threadFunc() local
65 while (mChannel.tryReceive(&currentCommand)) { in threadFunc()
66 switch (currentCommand.type) { in threadFunc()
70 mPeriodNs = currentCommand.newPeriod; in threadFunc()
74 currentCommand.task(mCount); in threadFunc()
/hardware/interfaces/audio/aidl/vts/
DVtsHalAudioCoreModuleTargetTest.cpp2629 const size_t currentCommand = mNextCommand - 1; // increased by getNextTrigger in interceptRawReply() local
2630 const bool isLastCommand = currentCommand == mCommands.size() - 1; in interceptRawReply()
2635 std::string s = mCommands[currentCommand].toString(); in interceptRawReply()