Searched refs:fix (Results 1 - 2 of 2) sorted by relevance

/development/tools/emulator/system/gps/
H A Dgps_qemu.c188 GpsLocation fix; member in struct:__anon592
232 r->fix.size = sizeof(r->fix);
242 if (cb != NULL && r->fix.flags != 0) {
243 D("%s: sending latest fix to new callback", __FUNCTION__);
244 r->callback( &r->fix );
245 r->fix.flags = 0;
283 r->fix.timestamp = (long long)fix_time * 1000;
353 r->fix.flags |= GPS_LOCATION_HAS_LAT_LONG;
354 r->fix
[all...]
/development/tools/elftree/
H A DAndroid.mk42 # to fix compatibility issues in elf headers across different platforms

Completed in 53 milliseconds