HomeSort by relevance Sort by last modified time
    Searched refs:android_gps_cs (Results 1 - 5 of 5) sorted by null

  /external/qemu/android/
gps.c 16 CharDriverState* android_gps_cs; variable
28 if (android_gps_cs == NULL) {
33 qemu_chr_write( android_gps_cs, (const void*)sentence, strlen(sentence) );
34 qemu_chr_write( android_gps_cs, (const void*)"\n", 1 );
gps.h 19 extern CharDriverState* android_gps_cs;
console.c     [all...]
main.c     [all...]
  /external/qemu/
qemu-char-android.c     [all...]

Completed in 698 milliseconds