Searched defs:BootControl (Results 1 – 5 of 5) sorted by relevance
/hardware/google/pixel/bootctrl/ | ||
D | LegacyBootControl.h | 33 struct BootControl : public BootControlShared { struct |
D | LegacyBootControl.cpp | 36 BootControl::BootControl(boot_control_module_t *module) : mModule(module) {} in BootControl() function in android::hardware::boot::V1_2::implementation::BootControl |
/hardware/interfaces/boot/1.0/default/ | ||
D | BootControl.h | 38 struct BootControl : public IBootControl { struct |
D | BootControl.cpp | 34 BootControl::BootControl(boot_control_module_t *module) : mModule(module){ in BootControl() function in android::hardware::boot::V1_0::implementation::BootControl |
/hardware/interfaces/boot/aidl/default/ | ||
D | BootControl.cpp | 27 BootControl::BootControl() { in BootControl() function in aidl::android::hardware::boot::BootControl |