OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:aconfig_unsigned
(Results
1 - 3
of
3
) sorted by null
/external/qemu/android/
config.h
53
extern unsigned
aconfig_unsigned
(AConfig *root, const char *name, unsigned _default);
config.c
84
aconfig_unsigned
(AConfig *root, const char *name, unsigned _default)
function
/external/qemu/android/skin/
file.c
93
display->rotation =
aconfig_unsigned
(node, "rotation", SKIN_ROTATION_0);
525
layout->color =
aconfig_unsigned
( root, "color", 0x808080 ) | 0xff000000;
Completed in 29 milliseconds