Searched refs:makeNode (Results 1 – 1 of 1) sorted by relevance
/hardware/interfaces/audio/aidl/vts/ |
D | VtsHalAudioCoreModuleTargetTest.cpp | 784 Node makeNode(StreamDescriptor::State s, TransitionTrigger t, Next&&... next) { in makeNode() function 790 return makeNode(i->first, i->second, h(++i, h)); in makeNodes() 797 return makeNode(s, t, h(--c, h)); in makeNodes() 4410 StateDag::Node idle = d->makeNode( in makeBurstCommands() 4414 d->makeNode(State::STANDBY, kStartCommand, idle); 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() 4420 active2.children().push_back(d->makeNode(State::TRANSFERRING, kTransferReadyEvent, last)); in makeBurstCommands() 4421 active.children().push_back(d->makeNode(State::TRANSFERRING, kTransferReadyEvent, active2)); in makeBurstCommands() [all …]
|