Searched defs:int (Results 1 – 9 of 9) sorted by relevance
/bootable/recovery/tests/unit/ |
D | screen_ui_test.cpp | 45 void DrawHighlightBar(int /* x */, int /* y */, int /* width */, in DrawHighlightBar() argument 50 int DrawTextLine(int /* x */, int /* y */, const std::string& /* line */, in DrawTextLine() argument 54 void DrawSurface(const GRSurface* /* surface */, int /* sx */, int /* sy */, int /* w */, in DrawSurface() argument 56 void DrawFill(int /* x */, int /* y */, int /* w */, int /* h */) const override {} in DrawFill() argument 57 void DrawTextIcon(int /* x */, int /* y */, const GRSurface* /* surface */) const override {} in DrawTextIcon() argument 58 int DrawTextLines(int /* x */, int /* y */, in DrawTextLines() argument 62 int DrawWrappedTextLines(int /* x */, int /* y */, in DrawWrappedTextLines() argument
|
/bootable/recovery/recovery_ui/include/recovery_ui/ |
D | stub_ui.h | 42 void SetStage(int /* current */, int /* max */) override {} in SetStage() argument 71 const std::function<int(int, bool)>& /* key_handle */) override { in ShowPromptWipeDataMenu() 78 const std::function<int(int, bool)>& /* key_handle */) override { in ShowPromptWipeDataConfirmationMenu()
|
/bootable/recovery/recovery_ui/ |
D | wear_ui.cpp | 96 void WearRecoveryUI::SetStage(int /* current */, int /* max */) {} in SetStage() argument
|
D | stub_ui.cpp | 26 const std::function<int(int, bool)>& /*key_handler*/) { in ShowMenu()
|
D | vr_ui.cpp | 62 void VrRecoveryUI::DrawHighlightBar(int /* x */, int y, int /* width */, int height) const { in DrawHighlightBar() argument
|
D | screen_ui.cpp | 1202 const std::function<int(int, bool)>& key_handler) { in ShowMenu() 1264 const std::function<int(int, bool)>& key_handler) { in ShowMenu() 1275 const std::function<int(int, bool)>& key_handler) { in ShowPromptWipeDataMenu() 1288 const std::function<int(int, bool)>& key_handler) { in ShowPromptWipeDataConfirmationMenu() 1324 void ScreenRecoveryUI::KeyLongPress(int) { in KeyLongPress() argument
|
D | ui.cpp | 587 void RecoveryUI::KeyLongPress(int) {} in KeyLongPress() argument
|
/bootable/recovery/updater/ |
D | updater_main.cpp | 43 const char* /* tag */, const char* /* file */, unsigned int /* line */, in UpdaterLogger()
|
/bootable/recovery/ |
D | recovery_main.cpp | 77 const char* /* tag */, const char* /* file */, unsigned int /* line */, in UiLogger()
|