Home
last modified time | relevance | path

Searched refs:BinderUpdateEngineAndroidStableService (Results 1 – 4 of 4) sorted by relevance

/aosp12/system/update_engine/aosp/
H A Dbinder_service_stable_android.cc38 BinderUpdateEngineAndroidStableService::BinderUpdateEngineAndroidStableService( in BinderUpdateEngineAndroidStableService() function in chromeos_update_engine::BinderUpdateEngineAndroidStableService
42 void BinderUpdateEngineAndroidStableService::SendStatusUpdate( in SendStatusUpdate()
51 void BinderUpdateEngineAndroidStableService::SendPayloadApplicationComplete( in SendPayloadApplicationComplete()
58 Status BinderUpdateEngineAndroidStableService::bind( in bind()
87 &BinderUpdateEngineAndroidStableService::UnbindCallback), in bind()
95 Status BinderUpdateEngineAndroidStableService::unbind( in unbind()
107 Status BinderUpdateEngineAndroidStableService::applyPayloadFd( in applyPayloadFd()
122 bool BinderUpdateEngineAndroidStableService::UnbindCallback( in UnbindCallback()
H A Dbinder_service_stable_android.h36 class BinderUpdateEngineAndroidStableService
40 explicit BinderUpdateEngineAndroidStableService(
42 ~BinderUpdateEngineAndroidStableService() override = default;
H A Ddaemon_android.h47 android::sp<BinderUpdateEngineAndroidStableService> stable_binder_service_;
H A Ddaemon_android.cc62 stable_binder_service_ = new BinderUpdateEngineAndroidStableService{ in OnInit()