mirror of
https://github.com/Evolution-X-Devices/device_google_walleye
synced 2026-02-02 03:53:59 +00:00
Update to 07.00.00.253.039
location: from vendor/qcom/opensource/location 5e262f2 Promotion of location.lnx.2.0-00034. 4d554f6 fixed data type Change-Id: I38bee3c5666fb8293ad9a795abafa45d8d30a184 Signed-off-by: Thierry Strudel <tstrudel@google.com>
This commit is contained in:
@@ -1282,9 +1282,9 @@ enum loc_api_adapter_err LocApiV02 :: setXtraData(
|
||||
char* data, int length)
|
||||
{
|
||||
locClientStatusEnumType status = eLOC_CLIENT_SUCCESS;
|
||||
int total_parts;
|
||||
uint8_t part;
|
||||
uint16_t len_injected;
|
||||
uint16_t total_parts;
|
||||
uint16_t part;
|
||||
uint32_t len_injected;
|
||||
|
||||
locClientReqUnionType req_union;
|
||||
qmiLocInjectPredictedOrbitsDataReqMsgT_v02 inject_xtra;
|
||||
|
||||
Reference in New Issue
Block a user