Home
last modified time | relevance | path

Searched defs:CreateMenu (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/bootable/recovery/recovery_ui/
H A Dwear_ui.cpp260 std::unique_ptr<Menu> WearRecoveryUI::CreateMenu(const std::vector<std::string>& text_headers, in CreateMenu() function in WearRecoveryUI
H A Dscreen_ui.cpp1188 std::unique_ptr<Menu> ScreenRecoveryUI::CreateMenu( in CreateMenu() function in ScreenRecoveryUI
1206 std::unique_ptr<Menu> ScreenRecoveryUI::CreateMenu(const std::vector<std::string>& text_headers, in CreateMenu() function in ScreenRecoveryUI
/aosp_15_r20/tools/netsim/rust/libslirp-rs/src/libslirp_sys/windows/
H A Dbindings.rs99432 pub fn CreateMenu() -> HMENU; in CreateMenu() function