Lines Matching refs:StartProcessing
1293 processor_->StartProcessing();
1302 Bind([](ActionProcessor* processor) { processor->StartProcessing(); },
1339 // Call StartProcessing() synchronously here to avoid any race conditions
1341 // StartProcessing() asynchronously, the device can be suspended before we
1342 // get a chance to callback to StartProcessing(). When the device resumes
1344 // StartProcessing() is called back and at the same time, the next update
1345 // check is fired which eventually invokes StartProcessing(). A crash
1346 // can occur because StartProcessing() checks to make sure that the
1349 processor_->StartProcessing();