Searched defs:OnInit (Results 1 - 5 of 5) sorted by relevance

/system/update_engine/
H A Ddaemon.cc35 int UpdateEngineDaemon::OnInit() { function in class:chromeos_update_engine::UpdateEngineDaemon
40 int exit_code = Daemon::OnInit();
H A Dupdate_engine_client_android.cc71 int OnInit() override;
104 int UpdateEngineClientAndroid::OnInit() { function in class:chromeos_update_engine::internal::UpdateEngineClientAndroid
105 int ret = Daemon::OnInit();
/system/tpm/trunks/
H A Dtrunks_binder_service.cc57 int TrunksBinderService::OnInit() { function in class:trunks::TrunksBinderService
70 return brillo::Daemon::OnInit();
/system/media/brillo/audio/audioservice/
H A Daudio_daemon.cpp133 // OnInit, we want to do the following:
137 int AudioDaemon::OnInit() { function in class:brillo::AudioDaemon
138 int exit_code = Daemon::OnInit();
/system/tpm/tpm_manager/server/
H A Dbinder_service.cc98 int BinderService::OnInit() { function in class:tpm_manager::BinderService
117 return brillo::Daemon::OnInit();

Completed in 1319 milliseconds