Michael Bestas
b124fc1fd7
sm7325-common: gps: Resolve unused parameter warnings
...
Change-Id: I0acef3da2c3567a28edd0a71dac89a5828f7725d
2025-01-19 20:34:07 +02:00
Michael Bestas
167ee81c54
sm7325-common: gps/location: Convert remaining Android.mk to bp
...
Change-Id: I75e6af92795fe755a48557aa06106406b14c6750
2025-01-19 20:34:06 +02:00
Michael Bestas
ea82725be3
sm7325-common: gps: Remove unused implementations
...
Change-Id: I079edea073f3ae43eaebbf04712e99ec1a931b10
2025-01-14 14:35:05 -05:00
Michael Bestas
ae03a427fd
sm7325-common: gps: data-items: Fix snprintf usage
...
Fixes:
gps/core/data-items/DataItemConcreteTypes.cpp:465:9: error: 'snprintf'
will always be truncated; specified size is 10, but format string
expands to at least 20 [-Werror,-Wfortify-source]
465 | snprintf(t, sizeof(t),
"[%02x:%02x:%02x:%02x:%02x:%02x]", d->mApSrnMacAddress[0],
| ^
gps/core/data-items/DataItemConcreteTypes.cpp:514:9: error: 'snprintf'
will always be truncated; specified size is 10, but format string
expands to at least 20 [-Werror,-Wfortify-source]
514 | snprintf(t, sizeof(t),
"[%02x:%02x:%02x:%02x:%02x:%02x]", d->mApSrnMacAddress[0],
| ^
2 errors generated.
Change-Id: I37188e7497f7ade97648fb41e2becd73f6b559a9
2024-09-25 20:42:36 -06:00
Michael Bestas
e5deb4a931
sm7325-common: gps: Resolve unused parameter warnings
...
Change-Id: I3f92e977a847583f35a5a597487c52b5e0e09dde
2024-09-25 20:42:36 -06:00
Marc Bourgoin
c7eb5ab0ba
sm7325-common: Update GPS from LA.UM.9.14.r1-24900-LAHAINA.QSSI14.0
...
Change-Id: If51ee4e4952e4d80fee116e7f7e07ab22a17522a
2024-09-25 20:42:36 -06:00
Marc Bourgoin
2143846123
sm7325-common: Update blobs from dubai-user-14-U1RD34.80-40-f0ea3-release-keys
...
Change-Id: I203f9a1ab4ce61f97d98a8936141167651f5c1e4
2024-09-25 07:36:47 -06:00
Tomasz Wasilczyk
a4905bd936
sm7325-common: gps: Don't include cutils/threads.h
...
Bug: 289414897
Test: buildserver
Change-Id: I14b99f42feaae7af00cbd17cfe482eb2e5da71e8
2024-03-10 19:24:42 -04:00
Madhanraj Chelladurai
863b7b2a0d
sm7325-common: gps: Add NULL check before object access
...
Correct the NULL check code block and add NULL check before
object access.
Change-Id: Ic41b781b41fb4e21bbff8801d500a41a6d7219d0
CRs-fixed: 3084543
2023-11-03 19:47:53 +00:00
me-cafebabe
15733abf50
sm7325-common: gps: Fix compilation on U
...
Change-Id: I7ca7e78addd6385289b8449edae8b682839ecc91
2023-11-03 17:31:59 +00:00
Michael Bestas
8cbf817fce
sm7325-common: Implement xtra-daemon control via property
...
Default to false if the property is not set.
Device init scripts will need to be adapted to restart
loc_launcher service when property change is detected.
Change-Id: Icbda789cd2a9a3391f437af2c07fc5127f2f09ab
2023-06-09 13:59:05 -04:00
Michael Bestas
89c6af24a0
sm7325-common: Lower gps debug level
...
* Kill logcat spam
Change-Id: I20d1f698d3c2d1b56e79f6eb6c5c17069e43c60f
2023-05-15 12:43:57 -04:00
dianlujitao
34c7a88992
sm7325-common: Fix non-ASCII character in gps.conf
...
:caf:
Change-Id: Iea9c44c0fbad574cbc077feea3d9f1de83d7d99a
2023-02-14 10:56:32 -05:00
SGCMarkus
ca570d271c
sm7325-common: gps: fix logical or in GnssAPIClient
...
Change-Id: I24b76c34e72ffde298c3117361e4aff7d715deb2
2022-09-29 22:21:30 -04:00
SGCMarkus
a0fc1b687c
sm7325-common: update gps to LA.UM.9.14.r1-20000-LAHAINA.QSSI13.0
...
Change-Id: I100b0807cce37b9f3724c74d2f0979a955d1ddd2
2022-09-29 22:21:29 -04:00
SGCMarkus
81c175bd93
sm7325-common: gps: update to LA.UM.9.12.r1-13500.01-SMxx50.QSSI12.0
2022-03-26 23:27:49 +01:00
SGCMarkus
616168edec
sm7325-common: gps: update configs from RRG31.Q3-23-85
2022-03-26 23:27:17 +01:00
SGCMarkus
95b667c5b9
sm8250-common -> sm7325-common
2022-03-26 23:16:05 +01:00
SGCMarkus
df30faed72
sm8250-common: update gps configs from RRA31.Q3-18-86
...
Change-Id: I3c7197a9c872469b01866dff1984f09293d24694
2022-03-23 22:24:08 +01:00
SGCMarkus
72410cf795
sm8250-common: import gps from LA.UM.9.12.r1-13500.01-SMxx50.QSSI12.0
...
Change-Id: Ib5a80c095e5e203f90cc0d685758553fd18a7f0c
2022-03-23 22:23:56 +01:00
SGCMarkus
b40c6cb4fb
sm8250-common: add gps configs from RRA31.Q3-19-19
2022-02-16 21:39:30 +01:00