Home
last modified time | relevance | path

Searched refs:resume (Results 1 – 13 of 13) sorted by relevance

/system/update_engine/binder_bindings/android/os/
DIUpdateEngine.aidl35 void resume(); in resume() method
/system/update_engine/
Dbinder_service_android.h63 android::binder::Status resume() override;
Dupdate_engine_client_android.cc137 DEFINE_bool(resume, false, "Resume a suspended update."); in OnInit()
183 return ExitWhenIdle(service_->resume()); in OnInit()
Dbinder_service_android.cc120 Status BinderUpdateEngineAndroidService::resume() { in resume() function in chromeos_update_engine::BinderUpdateEngineAndroidService
/system/iorap/docs/binder/
DIIorap_setTaskListener.plantuml38 autonumber resume
/system/core/logd/
DLogAudit.cpp255 static const char resume[] = " duplicate messages suppressed\n"; in logPrint() local
265 iov[3].iov_base = const_cast<char*>(resume); in logPrint()
266 iov[3].iov_len = strlen(resume); in logPrint()
/system/sepolicy/prebuilts/api/26.0/public/
Dupdate_engine_common.te32 # Allow update_engine_common to suspend, resume and kill the postinstall program.
/system/sepolicy/prebuilts/api/28.0/public/
Dupdate_engine_common.te38 # Allow update_engine_common to suspend, resume and kill the postinstall program.
/system/sepolicy/prebuilts/api/27.0/public/
Dupdate_engine_common.te38 # Allow update_engine_common to suspend, resume and kill the postinstall program.
/system/sepolicy/public/
Dupdate_engine_common.te50 # Allow update_engine_common to suspend, resume and kill the postinstall program.
/system/sepolicy/prebuilts/api/29.0/public/
Dupdate_engine_common.te50 # Allow update_engine_common to suspend, resume and kill the postinstall program.
/system/bt/audio_bluetooth_hw/
Dstream_apis.cc374 if (stream->resume(stream)) { in out_write()
628 out->stream_out_.resume = out_resume; in adev_open_output_stream()
/system/core/liblog/
Dlogprint.cpp1313 static const char resume[] = "PM: suspend exit "; in convertMonotonic() local
1343 } else if ((e = strstr(line, resume))) { in convertMonotonic()
1344 e += sizeof(resume) - 1; in convertMonotonic()