Home
last modified time | relevance | path

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

/system/update_engine/
Dbinder_service_brillo.cc51 Status BinderUpdateEngineBrilloService::CallCommonHandler( in CallCommonHandler()
60 Status BinderUpdateEngineBrilloService::AttemptUpdate( in AttemptUpdate()
68 Status BinderUpdateEngineBrilloService::AttemptRollback(bool powerwash) { in AttemptRollback()
72 Status BinderUpdateEngineBrilloService::CanRollback(bool* out_can_rollback) { in CanRollback()
76 Status BinderUpdateEngineBrilloService::ResetStatus() { in ResetStatus()
80 Status BinderUpdateEngineBrilloService::GetStatus( in GetStatus()
100 Status BinderUpdateEngineBrilloService::RebootIfNeeded() { in RebootIfNeeded()
104 Status BinderUpdateEngineBrilloService::SetChannel( in SetChannel()
111 Status BinderUpdateEngineBrilloService::GetChannel(bool get_current_channel, in GetChannel()
121 Status BinderUpdateEngineBrilloService::SetP2PUpdatePermission(bool enabled) { in SetP2PUpdatePermission()
[all …]
Dbinder_service_brillo.h36 class BinderUpdateEngineBrilloService : public android::brillo::BnUpdateEngine,
39 explicit BinderUpdateEngineBrilloService(SystemState* system_state) in BinderUpdateEngineBrilloService() function
41 virtual ~BinderUpdateEngineBrilloService() = default;
Ddaemon.h76 android::sp<BinderUpdateEngineBrilloService> binder_service_;
Ddaemon.cc91 binder_service_ = new BinderUpdateEngineBrilloService{real_system_state}; in OnInit()