HomeSort by relevance Sort by last modified time
    Searched refs:gps (Results 26 - 29 of 29) sorted by null

12

  /build/core/
user_tags.mk 134 gps.mahimahi \
  /external/qemu/android/
main.c 948 if (opts->gps) {
949 args[n++] = "-gps";
950 args[n++] = opts->gps;
    [all...]
  /development/tools/emulator/system/gps/
gps_qemu.c 17 /* this implements a GPS hardware library for the Android emulator.
19 * placed into /system/lib/hw/gps.goldfish.so
36 #include <hardware/gps.h>
40 #define QEMU_CHANNEL_NAME "gps"
413 * a new GPS fix...
445 // GPS fix
561 /* commands sent to the gps thread */
594 // close connection to the QEMU GPS daemon
660 * when started, messages from the QEMU GPS daemon. these are simple NMEA sentences
661 * that must be parsed to be converted into GPS fixes sent to the framewor
    [all...]
  /sdk/emulator/gps/
gps_qemu.c 17 /* this implements a GPS hardware library for the Android emulator.
19 * placed into /system/lib/hw/gps.goldfish.so
36 #include <hardware/gps.h>
40 #define QEMU_CHANNEL_NAME "gps"
413 * a new GPS fix...
445 // GPS fix
561 /* commands sent to the gps thread */
594 // close connection to the QEMU GPS daemon
660 * when started, messages from the QEMU GPS daemon. these are simple NMEA sentences
661 * that must be parsed to be converted into GPS fixes sent to the framewor
    [all...]

Completed in 277 milliseconds

12