Home
last modified time | relevance | path

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

/hardware/interfaces/audio/aidl/vts/
DVtsHalAudioCoreModuleTargetTest.cpp2630 const bool isLastCommand = currentCommand == mCommands.size() - 1; in interceptRawReply() local
2633 if ((!isLastCommand && reply.status != STATUS_OK) || in interceptRawReply()
2634 (isLastCommand && reply.status != STATUS_BAD_VALUE)) { in interceptRawReply()
2641 return isLastCommand; in interceptRawReply()