sm8450-common: gps: Resolve unused parameter warnings
Change-Id: I0acef3da2c3567a28edd0a71dac89a5828f7725d
This commit is contained in:
@@ -905,33 +905,33 @@ void LocApiBase::
|
||||
DEFAULT_IMPL()
|
||||
|
||||
void LocApiBase::
|
||||
getRobustLocationConfig(uint32_t sessionId, LocApiResponse* /*adapterResponse*/)
|
||||
getRobustLocationConfig(uint32_t /*sessionId*/, LocApiResponse* /*adapterResponse*/)
|
||||
DEFAULT_IMPL()
|
||||
|
||||
void LocApiBase::
|
||||
configMinGpsWeek(uint16_t minGpsWeek,
|
||||
configMinGpsWeek(uint16_t /*minGpsWeek*/,
|
||||
LocApiResponse* /*adapterResponse*/)
|
||||
DEFAULT_IMPL()
|
||||
|
||||
void LocApiBase::
|
||||
getMinGpsWeek(uint32_t sessionId, LocApiResponse* /*adapterResponse*/)
|
||||
getMinGpsWeek(uint32_t /*sessionId*/, LocApiResponse* /*adapterResponse*/)
|
||||
DEFAULT_IMPL()
|
||||
|
||||
LocationError LocApiBase::
|
||||
setParameterSync(const GnssConfig& gnssConfig)
|
||||
setParameterSync(const GnssConfig& /*gnssConfig*/)
|
||||
DEFAULT_IMPL(LOCATION_ERROR_SUCCESS)
|
||||
|
||||
void LocApiBase::
|
||||
getParameter(uint32_t sessionId, GnssConfigFlagsMask flags, LocApiResponse* /*adapterResponse*/)
|
||||
getParameter(uint32_t /*sessionId*/, GnssConfigFlagsMask /*flags*/, LocApiResponse* /*adapterResponse*/)
|
||||
DEFAULT_IMPL()
|
||||
|
||||
void LocApiBase::
|
||||
configConstellationMultiBand(const GnssSvTypeConfig& secondaryBandConfig,
|
||||
configConstellationMultiBand(const GnssSvTypeConfig& /*secondaryBandConfig*/,
|
||||
LocApiResponse* /*adapterResponse*/)
|
||||
DEFAULT_IMPL()
|
||||
|
||||
void LocApiBase::
|
||||
getConstellationMultiBandConfig(uint32_t sessionId, LocApiResponse* /*adapterResponse*/)
|
||||
getConstellationMultiBandConfig(uint32_t /*sessionId*/, LocApiResponse* /*adapterResponse*/)
|
||||
DEFAULT_IMPL()
|
||||
|
||||
int64_t ElapsedRealtimeEstimator::getElapsedRealtimeEstimateNanos(int64_t curDataTimeNanos,
|
||||
|
Reference in New Issue
Block a user