Searched refs:aconfig_find (Results 1 - 4 of 4) sorted by relevance

/external/qemu/android/
H A Dconfig.h44 extern AConfig* aconfig_find(AConfig *root, const char *name);
H A Dmain-common.c429 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");
H A Dconfig.c60 aconfig_find(AConfig *root, const char *name) function
/external/qemu/android/skin/
H A Dfile.c323 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(aconfi
[all...]

Completed in 64 milliseconds