Searched defs:AvdInfo (Results 1 - 2 of 2) sorted by relevance

/external/qemu/android/avd/
H A Dinfo.h79 /* AvdInfo is an opaque structure used to model the information
82 typedef struct AvdInfo AvdInfo; typedef in typeref:struct:AvdInfo
84 /* various flags used when creating an AvdInfo object */
107 /* Creates a new AvdInfo object from a name. Returns NULL if name is NULL
111 AvdInfo* avdInfo_new( const char* name, AvdInfoParams* params );
113 /* Update the AvdInfo hardware config from a given skin name and path */
114 int avdInfo_getSkinHardwareIni( AvdInfo* i, char* skinName, char* skinDirPath);
116 /* A special function used to setup an AvdInfo for use when starting
127 AvdInfo* avdInfo_newForAndroidBuil
[all...]
H A Dinfo.c33 AvdInfo* android_avdInfo;
102 struct AvdInfo { struct
137 avdInfo_free( AvdInfo* i )
206 ***** The following functions do not depend on the AvdInfo
418 _avdInfo_getSdkRoot( AvdInfo* i )
432 _avdInfo_getRootIni( AvdInfo* i )
460 _avdInfo_getContentPath( AvdInfo* i )
491 _avdInfo_getApiLevel( AvdInfo* i )
562 avdInfo_getApiLevel(AvdInfo* i) {
570 _avdInfo_getContentFilePath(AvdInfo*
[all...]

Completed in 1407 milliseconds