Searched refs:cbInfo (Results 1 – 5 of 5) sorted by relevance
54 AgpsCbInfo cbInfo = {}; in setCallback() local55 cbInfo.statusV4Cb = (void*)agnssStatusIpV4Cb; in setCallback()56 cbInfo.cbPriority = AGPS_CB_PRIORITY_LOW; in setCallback()58 mGnss->getGnssInterface()->agpsInit(cbInfo); in setCallback()
57 static void agpsInit(const AgpsCbInfo& cbInfo);220 static void agpsInit(const AgpsCbInfo& cbInfo) { in agpsInit() argument223 gGnssAdapter->initAgpsCommand(cbInfo); in agpsInit()
201 void initAgpsCommand(const AgpsCbInfo& cbInfo);
2388 void GnssAdapter::initAgpsCommand(const AgpsCbInfo& cbInfo){ in initAgpsCommand() argument2503 if (mAgpsCbInfo.cbPriority > cbInfo.cbPriority) { in initAgpsCommand()2505 mAgpsCbInfo.cbPriority, cbInfo.cbPriority); in initAgpsCommand()2508 mAgpsCbInfo = cbInfo; in initAgpsCommand()2516 (AgpsFrameworkInterface::AgnssStatusIpV4Cb)cbInfo.statusV4Cb, in initAgpsCommand()
53 void (*agpsInit)(const AgpsCbInfo& cbInfo);