summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKevin Tang <zhikait@codeaurora.org>2017-08-15 16:33:45 -0700
committerSiddharth Ray <siddharthr@google.com>2017-08-15 17:13:47 -0700
commit9fa6ec6d9a9362f54b85cae279db8291c06e0449 (patch)
tree72198497ce8460426f90e2012feb45976a16e64a
parentde513b8d9c10fa7e1c8ca9100163cd4f96a36a89 (diff)
downloadgps-9fa6ec6d9a9362f54b85cae279db8291c06e0449.tar.gz
add two more LOC_API_ADAPTER_ERR_* ids
They are handle the two new cases we handle in the loc api layer. Bug: 64647625 CRs-Fixed: 2093374 Change-Id: Ifc1a02b0c6ef14e6c76e0397a58ff0828f30044c
-rw-r--r--msm8998/utils/gps_extended_c.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/msm8998/utils/gps_extended_c.h b/msm8998/utils/gps_extended_c.h
index 48cbee4..26b1866 100644
--- a/msm8998/utils/gps_extended_c.h
+++ b/msm8998/utils/gps_extended_c.h
@@ -446,6 +446,8 @@ enum loc_api_adapter_err {
LOC_API_ADAPTER_ERR_TIMEOUT = 8,
LOC_API_ADAPTER_ERR_SERVICE_NOT_PRESENT = 9,
LOC_API_ADAPTER_ERR_INTERNAL = 10,
+ LOC_API_ADAPTER_ERR_ALREADY_INITIALIZED = 11,
+ LOC_API_ADAPTER_ERR_OCCUPIED = 12,
/* equating engine down to phone offline, as they are the same errror */
LOC_API_ADAPTER_ERR_ENGINE_DOWN = LOC_API_ADAPTER_ERR_PHONE_OFFLINE,