Home | History | Annotate | Download | only in update_engine

Lines Matching refs:StartProcessing

1358   processor_->StartProcessing();
1367 Bind([this] { this->processor_->StartProcessing(); }));
1429 // Call StartProcessing() synchronously here to avoid any race conditions
1431 // StartProcessing() asynchronously, the device can be suspended before we
1432 // get a chance to callback to StartProcessing(). When the device resumes
1434 // StartProcessing() is called back and at the same time, the next update
1435 // check is fired which eventually invokes StartProcessing(). A crash
1436 // can occur because StartProcessing() checks to make sure that the
1439 processor_->StartProcessing();