Home
last modified time | relevance | path

Searched refs:gnssInfo (Results 1 – 4 of 4) sorted by relevance

/hardware/qcom/gps/msm8909w_3100/android/location_api/
DGnssAPIClient.cpp310 IGnssCallback::GnssSystemInfo gnssInfo; in onCapabilitiesCb() local
312 gnssInfo.yearOfHw = 2017; in onCapabilitiesCb()
314 gnssInfo.yearOfHw = 2016; in onCapabilitiesCb()
316 gnssInfo.yearOfHw = 2015; in onCapabilitiesCb()
318 LOC_LOGV("%s:%d] set_system_info_cb (%d)", __FUNCTION__, __LINE__, gnssInfo.yearOfHw); in onCapabilitiesCb()
319 auto r = gnssCbIface->gnssSetSystemInfoCb(gnssInfo); in onCapabilitiesCb()
/hardware/qcom/gps/msm8998/android/location_api/
DGnssAPIClient.cpp261 IGnssCallback::GnssSystemInfo gnssInfo; in onCapabilitiesCb() local
262 gnssInfo.yearOfHw = 2015; in onCapabilitiesCb()
264 gnssInfo.yearOfHw = 2017; in onCapabilitiesCb()
266 LOC_LOGV("%s:%d] set_system_info_cb (%d)", __FUNCTION__, __LINE__, gnssInfo.yearOfHw); in onCapabilitiesCb()
267 auto r = gnssCbIface->gnssSetSystemInfoCb(gnssInfo); in onCapabilitiesCb()
/hardware/interfaces/gnss/1.1/default/
DGnss.cpp157 IGnssCallback::GnssSystemInfo gnssInfo = {.yearOfHw = 2018}; in setCallback_1_1() local
159 ret = sGnssCallback->gnssSetSystemInfoCb(gnssInfo); in setCallback_1_1()
/hardware/interfaces/gnss/1.0/default/
DGnss.cpp378 IGnssCallback::GnssSystemInfo gnssInfo = { in setSystemInfoCb() local
382 auto ret = sGnssCbIface->gnssSetSystemInfoCb(gnssInfo); in setSystemInfoCb()