Searched refs:resume (Results 1 – 13 of 13) sorted by relevance
35 void resume(); in resume() method
63 android::binder::Status resume() override;
137 DEFINE_bool(resume, false, "Resume a suspended update."); in OnInit()183 return ExitWhenIdle(service_->resume()); in OnInit()
120 Status BinderUpdateEngineAndroidService::resume() { in resume() function in chromeos_update_engine::BinderUpdateEngineAndroidService
38 autonumber resume
255 static const char resume[] = " duplicate messages suppressed\n"; in logPrint() local265 iov[3].iov_base = const_cast<char*>(resume); in logPrint()266 iov[3].iov_len = strlen(resume); in logPrint()
32 # Allow update_engine_common to suspend, resume and kill the postinstall program.
38 # Allow update_engine_common to suspend, resume and kill the postinstall program.
50 # Allow update_engine_common to suspend, resume and kill the postinstall program.
374 if (stream->resume(stream)) { in out_write()628 out->stream_out_.resume = out_resume; in adev_open_output_stream()
1313 static const char resume[] = "PM: suspend exit "; in convertMonotonic() local1343 } else if ((e = strstr(line, resume))) { in convertMonotonic()1344 e += sizeof(resume) - 1; in convertMonotonic()