Home
last modified time | relevance | path

Searched refs:skin_file_create_from_aconfig (Results 1 – 3 of 3) sorted by relevance

/external/qemu/android/skin/
Dfile.h133 extern SkinFile* skin_file_create_from_aconfig( AConfig* aconfig, const char* basepath );
Dfile.c686 skin_file_create_from_aconfig( AConfig* aconfig, const char* basepath ) in skin_file_create_from_aconfig() function
/external/qemu/android/
Dqemulator.c138 emulator->layout_file = skin_file_create_from_aconfig(aconfig, basepath); in qemulator_init()