OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetUI
(Results
1 - 10
of
10
) sorted by null
/bootable/recovery/
device.h
30
virtual RecoveryUI*
GetUI
() = 0;
55
// IsKeyPressed() on the RecoveryUI object you returned from
GetUI
default_device.cpp
50
RecoveryUI*
GetUI
() { return ui; }
recovery.cpp
[
all
...]
/device/asus/deb/recovery/
recovery_ui.cpp
70
RecoveryUI*
GetUI
() { return ui; }
/device/asus/flo/recovery/
recovery_ui.cpp
70
RecoveryUI*
GetUI
() { return ui; }
/device/asus/grouper/recovery/
recovery_ui.cpp
69
RecoveryUI*
GetUI
() { return ui; }
/device/asus/tilapia/recovery/
recovery_ui.cpp
69
RecoveryUI*
GetUI
() { return ui; }
/device/lge/hammerhead/recovery/
recovery_ui.cpp
76
RecoveryUI*
GetUI
() { return ui; }
/device/lge/mako/recovery/
recovery_ui.cpp
70
RecoveryUI*
GetUI
() { return ui; }
/device/samsung/manta/recovery/
recovery_ui.cpp
69
RecoveryUI*
GetUI
() { return ui; }
Completed in 401 milliseconds