Searched defs:Init (Results 1 – 7 of 7) sorted by relevance
/bootable/recovery/minui/ | ||
D | graphics_fbdev.cpp | 58 GRSurface* MinuiBackendFbdev::Init() { in Init() function in MinuiBackendFbdev |
D | graphics_adf.cpp | 116 GRSurface* MinuiBackendAdf::Init() { in Init() function in MinuiBackendAdf |
D | graphics_drm.cpp | 285 GRSurface* MinuiBackendDrm::Init() { in Init() function in MinuiBackendDrm |
/bootable/recovery/updater/ | ||
D | updater.cpp | 35 bool Updater::Init(int fd, const std::string_view package_filename, bool is_retry) { in Init() function in Updater |
/bootable/recovery/recovery_ui/ | ||
D | ui.cpp | 142 bool RecoveryUI::Init(const std::string& /* locale */) { in Init() function in RecoveryUI |
D | screen_ui.cpp | 882 bool ScreenRecoveryUI::Init(const std::string& locale) { in Init() function in ScreenRecoveryUI |
/bootable/recovery/tests/unit/ | ||
D | screen_ui_test.cpp | 375 TEST_F(DISABLED_ScreenRecoveryUITest, Init) { in TEST_F() argument |