OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:make_device
(Results
1 - 13
of
13
) sorted by null
/bootable/recovery/recovery_ui/
default_device.cpp
20
Device*
make_device
() {
function
vr_device.cpp
20
Device*
make_device
() {
function
wear_device.cpp
20
Device*
make_device
() {
function
/device/linaro/hikey/recovery/
recovery_ui.cpp
46
Device *
make_device
()
function
/bootable/recovery/recovery_ui/include/recovery_ui/
device.h
137
Device*
make_device
();
/device/google/marlin/recovery/nanohub/
nanohub_recovery_ui.cpp
71
Device*
make_device
() {
function
/device/google/muskie/recovery/
recovery_ui.cpp
56
Device*
make_device
() {
function
/device/google/taimen/recovery/
recovery_ui.cpp
55
Device*
make_device
() {
function
/device/google/bonito/recovery/
recovery_ui.cpp
113
Device *
make_device
()
function
/device/google/crosshatch/recovery/
recovery_ui.cpp
114
Device *
make_device
()
function
/external/toybox/toys/pending/
mdev.c
39
static void
make_device
(char *path)
function
276
if (!access(dev, R_OK))
make_device
(dev);
295
make_device
(NULL);
/bootable/recovery/
Android.mk
22
# module that defines
make_device
() and the exact RecoveryUI class for the target. It defaults to
recovery_main.cpp
384
// Intentionally not calling dlclose(3) to avoid potential gotchas (e.g. `
make_device
` may have
389
using MakeDeviceType = decltype(&
make_device
);
394
reinterpret_cast<void*&>(make_device_func) = dlsym(librecovery_ui_ext, "
make_device
");
396
printf("Failed to dlsym
make_device
: %s\n", dlerror());
402
printf("Falling back to the default
make_device
() instead\n");
403
device =
make_device
();
405
printf("Loading
make_device
from %s\n", kDefaultLibRecoveryUIExt);
Completed in 325 milliseconds