Home
last modified time | relevance | path

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

/hardware/interfaces/audio/aidl/vts/
DVtsHalAudioCoreModuleTargetTest.cpp882 std::optional<StreamDescriptor::Command> maybeGetNextCommand(int* actualSize = nullptr) { in maybeGetNextCommand() function in StreamCommonLogic
941 if (auto maybeCommand = maybeGetNextCommand(); maybeCommand.has_value()) { in cycle()
1025 if (auto maybeCommand = maybeGetNextCommand(&actualSize); maybeCommand.has_value()) { in cycle()