HomeSort by relevance Sort by last modified time
    Searched refs:BinderUpdateEngineBrilloService (Results 1 - 4 of 4) sorted by null

  /system/update_engine/
binder_service_brillo.cc 51 Status BinderUpdateEngineBrilloService::CallCommonHandler(
60 Status BinderUpdateEngineBrilloService::AttemptUpdate(
68 Status BinderUpdateEngineBrilloService::AttemptRollback(bool powerwash) {
72 Status BinderUpdateEngineBrilloService::CanRollback(bool* out_can_rollback) {
76 Status BinderUpdateEngineBrilloService::ResetStatus() {
80 Status BinderUpdateEngineBrilloService::GetStatus(
100 Status BinderUpdateEngineBrilloService::RebootIfNeeded() {
104 Status BinderUpdateEngineBrilloService::SetChannel(
111 Status BinderUpdateEngineBrilloService::GetChannel(bool get_current_channel,
121 Status BinderUpdateEngineBrilloService::SetCohortHint
    [all...]
daemon.h 72 android::sp<BinderUpdateEngineBrilloService> binder_service_;
binder_service_brillo.h 37 class BinderUpdateEngineBrilloService : public android::brillo::BnUpdateEngine,
40 explicit BinderUpdateEngineBrilloService(SystemState* system_state)
42 virtual ~BinderUpdateEngineBrilloService() = default;
daemon.cc 68 binder_service_ = new BinderUpdateEngineBrilloService{real_system_state};

Completed in 69 milliseconds