Searched refs:makeBurstCommands (Results 1 – 1 of 1) sorted by relevance
/hardware/interfaces/audio/aidl/vts/ |
D | VtsHalAudioCoreModuleTargetTest.cpp | 2985 std::shared_ptr<StateSequence> makeBurstCommands(bool isSync); 3032 mWorkerDriver = std::make_unique<StreamLogicDefaultDriver>(makeBurstCommands(mIsSync), in StartWorkerToSendBurstCommands() 4405 std::shared_ptr<StateSequence> makeBurstCommands(bool isSync) { in makeBurstCommands() function 4428 std::make_tuple(std::string("Read"), 0, StreamTypeFilter::ANY, makeBurstCommands(true), 4431 std::make_tuple(std::string("Write"), 0, StreamTypeFilter::SYNC, makeBurstCommands(true), 4434 std::make_tuple(std::string("Write"), 0, StreamTypeFilter::ASYNC, makeBurstCommands(false),
|