OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
::SetP2PUpdatePermission(bool enabled)
[
all
...]
binder_service_brillo.h
36
class
BinderUpdateEngineBrilloService
: public android::brillo::BnUpdateEngine,
39
explicit
BinderUpdateEngineBrilloService
(SystemState* system_state)
41
virtual ~
BinderUpdateEngineBrilloService
() = default;
daemon.h
76
android::sp<
BinderUpdateEngineBrilloService
> binder_service_;
daemon.cc
91
binder_service_ = new
BinderUpdateEngineBrilloService
{real_system_state};
Completed in 211 milliseconds