Home
last modified time | relevance | path

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

/system/update_engine/
Dbinder_service_brillo.cc52 Status BinderUpdateEngineBrilloService::CallCommonHandler( in CallCommonHandler()
61 Status BinderUpdateEngineBrilloService::SetUpdateAttemptFlags(int flags) { in SetUpdateAttemptFlags()
65 Status BinderUpdateEngineBrilloService::AttemptUpdate( in AttemptUpdate()
77 Status BinderUpdateEngineBrilloService::AttemptRollback(bool powerwash) { in AttemptRollback()
81 Status BinderUpdateEngineBrilloService::CanRollback(bool* out_can_rollback) { in CanRollback()
85 Status BinderUpdateEngineBrilloService::ResetStatus() { in ResetStatus()
89 Status BinderUpdateEngineBrilloService::GetStatus( in GetStatus()
102 Status BinderUpdateEngineBrilloService::RebootIfNeeded() { in RebootIfNeeded()
106 Status BinderUpdateEngineBrilloService::SetChannel( in SetChannel()
113 Status BinderUpdateEngineBrilloService::GetChannel(bool get_current_channel, in GetChannel()
[all …]
Dbinder_service_brillo.h37 class BinderUpdateEngineBrilloService : public android::brillo::BnUpdateEngine,
40 explicit BinderUpdateEngineBrilloService(SystemState* system_state) in BinderUpdateEngineBrilloService() function
42 virtual ~BinderUpdateEngineBrilloService() = default;
Ddaemon.h72 android::sp<BinderUpdateEngineBrilloService> binder_service_;
Ddaemon.cc68 binder_service_ = new BinderUpdateEngineBrilloService{real_system_state}; in OnInit()