History log of /device/generic/goldfish/gps/gps_qemu.c
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
7165d3b5faf3d7a18bcb48bcb6a1afb863474ad3 25-Feb-2017 bohu <bohu@google.com> Emulator: make qemu_pipe_open usage consistent with definition

The qemu_pipe_open(const char* purpose) inside the goldfish/include/qemu_pipe.h
adds 'pipe:' prefix to the purpose string, and the caller should not add that
'pipe:' prefix to avoid double prefixes of 'pipe:'

Note: This definition of qemu_pipe_open is the legacy definition; and it is different
from the new definition in system/core/include/qemu_pipe.h, where the caller should
add the 'pipe:' prefix. AFAIK, this new definition is used in adbd and rild.

goldfish project sticks with legacy definition for ease of cherry picking of fixes
accross different api levels.

Change-Id: I7b61bc1c58d64dcec5129582bd0981a4d534d084
/device/generic/goldfish/gps/gps_qemu.c
d0dc61679414c81f211da4ad1eb54c3ee7e95c0b 20-Jan-2017 Lingfeng Yang <lfy@google.com> [goldfish] update goldfish for O

1. use latest qemu_pipe / qemd header combos
2. self contain them in goldfish/ so we don't break
anything that doesn't use goldfish but uses qemu pipe
3. stahp building the "vibrator" device for now since it uses
a lotof legacy stuff that is delted in O
4. upgrade sensor HAL impl to version 1.3

bug: 34465648

after this, rotation and camera work at least

Change-Id: I6157ede893d720acf4f8fcbe42db68a911cad531
/device/generic/goldfish/gps/gps_qemu.c
0322c635fa05a3e7e3dfa960ab02e0911fd9bb09 28-Jun-2016 Tao Wu <lepton@google.com> Merge \"Fix qemu gps time stamp bug.\"
am: 36a3dee483

Change-Id: I4c6e3baa308e7d8b029e40c6a38bdec327fc4562
7f38563d5e7523589fcbdc80fa17d31dbe5b7041 28-Jun-2016 Tao Wu <lepton@google.com> Fix qemu gps time stamp bug.

We were sending out wrong time stamp in qemu GPS code.

Change-Id: Ie421d316d7b86b5a7b056870d3b296c4e6f4bdb1
Signed-off-by: Tao Wu <lepton@google.com>
/device/generic/goldfish/gps/gps_qemu.c
09c319886ea246a7e78ce2479db4de1d1a36865f 21-Jun-2016 David 'Digit' Turner <digit@google.com> resolve merge conflicts of d6b1ea8 to stage-aosp-master

Change-Id: Ib0b4f368dae0d8c76a1c031f24785318566216f0
51a0c12d0841d45824385a567ab0699d85d86122 16-Jun-2016 David 'Digit' Turner <digit@google.com> Use new <system/qemu_pipe.h> header.

Also also remove misc. compiler warnings about unused
parameters or mismatched function pointer types.

BUG=25875346

Change-Id: I763267e2b670730e194dc361ce356e10b6aa8180
/device/generic/goldfish/gps/gps_qemu.c
af4659f02d250020317a42056a73665745e5041f 17-Feb-2016 Jim Kaye <jameskaye@google.com> Don't mis-parse the Emulator's GPS altitude

When tokenizing an NMEA string, don't skip null input fields;
turn them into null tokens.

By skipping null fields, the subsequent values become mis-aligned.
This bug prevented the code from handling the altitude in the
NMEA 0183 GPGGA string.

b.android.com/200940

Change-Id: I774de342cd9ebfb85dcc6d72b4033e1c3e101434
(cherry picked from commit 40bbf5b37a20d5fdcc392ad30edb9a475fc6344e)
/device/generic/goldfish/gps/gps_qemu.c
8a94683196406b83b14218d1beef66067f126a16 08-Mar-2013 keunyoung <keunyoung@google.com> migrate opengl and system from development/tools

- components under system are moved one directory up like all other HALs

Change-Id: I03b870b870d83b247ac398cadfb155f03c9adfa0
/device/generic/goldfish/gps/gps_qemu.c