Searched refs:BinderUpdateEngineBrilloService (Results 1 – 4 of 4) sorted by relevance
51 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 …]
36 class BinderUpdateEngineBrilloService : public android::brillo::BnUpdateEngine,39 explicit BinderUpdateEngineBrilloService(SystemState* system_state) in BinderUpdateEngineBrilloService() function41 virtual ~BinderUpdateEngineBrilloService() = default;
76 android::sp<BinderUpdateEngineBrilloService> binder_service_;
91 binder_service_ = new BinderUpdateEngineBrilloService{real_system_state}; in OnInit()