Searched refs:kBurstCommand (Results 1 – 1 of 1) sorted by relevance
/hardware/interfaces/audio/aidl/vts/ |
D | VtsHalAudioCoreModuleTargetTest.cpp | 758 static const StreamDescriptor::Command kBurstCommand = variable 3410 std::vector{kStartCommand, kBurstCommand, kDrainOutAllCommand}); in SendInvalidCommandImpl() 3412 "DrainEarly", std::vector{kStartCommand, kBurstCommand, kDrainOutEarlyCommand}); in SendInvalidCommandImpl() 3415 std::vector{kStartCommand, kBurstCommand, kDrainInCommand}); in SendInvalidCommandImpl() 4411 State::IDLE, kBurstCommand, in makeBurstCommands() 4413 d->makeNodes(State::ACTIVE, kBurstCommand, 10, last)); in makeBurstCommands() 4416 StateDag::Node active2 = d->makeNode(State::ACTIVE, kBurstCommand, last); in makeBurstCommands() 4417 StateDag::Node active = d->makeNode(State::ACTIVE, kBurstCommand, active2); in makeBurstCommands() 4418 StateDag::Node idle = d->makeNode(State::IDLE, kBurstCommand, active); in makeBurstCommands() 4442 std::make_pair(State::IDLE, kBurstCommand), in makeAsyncDrainCommands() [all …]
|