Searched refs:statusV4Cb (Results 1 – 14 of 14) sorted by relevance
57 static void agpsInit(void* statusV4Cb);218 static void agpsInit(void* statusV4Cb) { in agpsInit() argument221 gGnssAdapter->initAgpsCommand(statusV4Cb); in agpsInit()
188 void initAgpsCommand(void* statusV4Cb);
2284 void GnssAdapter::initAgpsCommand(void* statusV4Cb){ in initAgpsCommand() argument2402 (AgpsFrameworkInterface::AgnssStatusIpV4Cb)statusV4Cb, in initAgpsCommand()
189 void initAgpsCommand(void* statusV4Cb);
2277 void GnssAdapter::initAgpsCommand(void* statusV4Cb){ in initAgpsCommand() argument2396 (AgpsFrameworkInterface::AgnssStatusIpV4Cb)statusV4Cb, in initAgpsCommand()
55 cbInfo.statusV4Cb = (void*)agnssStatusIpV4Cb; in setCallback()
52 void (*agpsInit)(void* statusV4Cb);
92 cbInfo.statusV4Cb = (void*)agnssStatusIpV4Cb; in setCallback()
171 void* statusV4Cb; member
184 void* statusV4Cb; member
1785 if (mAgpsCbInfo.statusV4Cb != NULL) { in updateClientsEventMask()3382 if (cbInfo.statusV4Cb == nullptr) { in initDefaultAgps()3423 mAgpsManager.registerFrameworkStatusCallback((AgnssStatusIpV4Cb)cbInfo.statusV4Cb); in initAgps()
2510 mAgpsCbInfo.statusV4Cb, mAgpsCbInfo.cbPriority); in initAgpsCommand()2516 (AgpsFrameworkInterface::AgnssStatusIpV4Cb)cbInfo.statusV4Cb, in initAgpsCommand()