OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:aconfig_find
(Results
1 - 4
of
4
) sorted by null
/external/qemu/android/
config.h
44
extern AConfig*
aconfig_find
(AConfig *root, const char *name);
main-common.c
429
n =
aconfig_find
(root, "network");
442
n =
aconfig_find
(root, "display");
444
n =
aconfig_find
(root, "parts");
446
n =
aconfig_find
(n, "device");
448
n =
aconfig_find
(n, "display");
[
all
...]
config.c
60
aconfig_find
(AConfig *root, const char *name)
function
/external/qemu/android/skin/
file.c
323
node =
aconfig_find
(root, "background");
327
node =
aconfig_find
(root, "display");
331
node =
aconfig_find
(root, "button");
374
node =
aconfig_find
(root, "background");
378
node =
aconfig_find
(root, "display");
382
node =
aconfig_find
(root, "buttons");
512
node =
aconfig_find
( root, "event" );
528
node =
aconfig_find
( root, "dpad-rotation" );
637
node =
aconfig_find
(aconfig, "parts");
660
node =
aconfig_find
(aconfig, "layouts")
[
all
...]
Completed in 313 milliseconds