Home
last modified time | relevance | path

Searched defs:next_operation (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/system/update_engine/payload_consumer/
H A Ddelta_performer.cc1386 int64_t next_operation = kUpdateStateOperationInvalid; in CanResumeUpdate() local
1558 int64_t next_operation = kUpdateStateOperationInvalid; in PrimeUpdateState() local
/aosp_15_r20/external/webrtc/modules/audio_coding/neteq/tools/
H A Dneteq_test.cc290 void NetEqTest::SetNextAction(NetEqTest::Action next_operation) { in SetNextAction()