Gnss Hal Minor Cleanup
Enum sizes and names cleaned up, fixed errors in comments,
cleaned up some variable names.
Also removed AGnssRefLocation since it appears to be unused.
Bug:31974439
Test: mm
Change-Id: I88f43caac5ce9c7137e28b29ba55ea330786745f
diff --git a/gnss/1.0/IAGnssRilCallback.hal b/gnss/1.0/IAGnssRilCallback.hal
index 6f29820..17122b2 100644
--- a/gnss/1.0/IAGnssRilCallback.hal
+++ b/gnss/1.0/IAGnssRilCallback.hal
@@ -27,12 +27,6 @@
MSISDN = 1 << 1L,
};
- /* Kinds of reference location that can be requested. */
- enum RefLoc : uint32_t {
- CELLID = 1 << 0L,
- MAC = 1 << 1L
- };
-
/*
* The Hal uses this API to request a SET ID.
*
@@ -43,9 +37,7 @@
/*
* The Hal uses this API to request a reference location.
*
- * @param refLocflag Specifies the kind of reference location that is required
- * by the HAL.
*/
- requestRefLocCb(RefLoc refLocflag);
+ requestRefLocCb();
};