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

/external/qemu/android/
H A Duser-config.c154 auserConfig_getUUID( AUserConfig* uconfig )
156 return uconfig->uuid;
160 auserConfig_getWindowPos( AUserConfig* uconfig, int *pX, int *pY ) argument
162 *pX = uconfig->windowX;
163 *pY = uconfig->windowY;
168 auserConfig_setWindowPos( AUserConfig* uconfig, int x, int y ) argument
170 if (x != uconfig->windowX || y != uconfig->windowY) {
171 uconfig->windowX = x;
172 uconfig
[all...]

Completed in 72 milliseconds