diff options
author | Wei (GPS SD) Chen <weic@codeaurora.org> | 2020-11-11 09:00:34 -0800 |
---|---|---|
committer | Wei (GPS SD) Chen <weic@codeaurora.org> | 2020-11-11 22:13:10 -0800 |
commit | 164123c78e5b3d1b65414e9f5e840725c5d2f693 (patch) | |
tree | dc021da0de213c8a41b1bf42c3136c129fdaddd4 | |
parent | 4be73bfe82f0ce2aa053d74ba1e6c2738f4376c2 (diff) |
Location control API: udpate comment in DRE suspend/resume API
Change-Id: I8033ccc522e506c25eb76033d5f9fa5017283b4c
CRs-fixed: 2817331
-rw-r--r-- | location/ILocationAPI.h | 6 | ||||
-rw-r--r-- | location/LocationAPI.h | 8 |
2 files changed, 7 insertions, 7 deletions
diff --git a/location/ILocationAPI.h b/location/ILocationAPI.h index 074ef5f..29846ac 100644 --- a/location/ILocationAPI.h +++ b/location/ILocationAPI.h @@ -380,9 +380,9 @@ public: is made to pause/resume none-DRE engine. <br/> Request to pause/resume DRE engine can be made with or - without an on-going session. With Qualcomm DR engine, on - resume, GNSS position & heading re-acquisition is needed for - DR to engage. If DRE engine is already in the requested + without an on-going session. With QDR engine, on resume, + GNSS position & heading re-acquisition is needed for DR + engine to engage. If DR engine is already in the requested state, the request will be no-op. <br/> @param diff --git a/location/LocationAPI.h b/location/LocationAPI.h index b21e02a..5ae5eda 100644 --- a/location/LocationAPI.h +++ b/location/LocationAPI.h @@ -459,10 +459,10 @@ public: is made to pause/resume none-DRE engine. <br/> Request to pause/resume DRE engine can be made with or - without an on-going session. With Qualcomm DR engine, on - resume, GNSS position & heading re-acquisition is needed for - DR to engage. If DRE engine is already in the requested - state, the request will be no-op. <br/> + without an on-going session. With QDR engine, on resume, GNSS + position & heading re-acquisition is needed for DR engine to + engage. If DR engine is already in the requested state, the + request will be no-op. <br/> @param engType: the engine that is instructed to change its run |