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
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 @@
     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,