Searched refs:statusV4Cb (Results 1 – 7 of 7) 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);
2286 void GnssAdapter::initAgpsCommand(void* statusV4Cb){ in initAgpsCommand() argument2404 (AgpsFrameworkInterface::AgnssStatusIpV4Cb)statusV4Cb, in initAgpsCommand()
55 cbInfo.statusV4Cb = (void*)agnssStatusIpV4Cb; in setCallback()
52 void (*agpsInit)(void* statusV4Cb);
171 void* statusV4Cb; member
2510 mAgpsCbInfo.statusV4Cb, mAgpsCbInfo.cbPriority); in initAgpsCommand()2516 (AgpsFrameworkInterface::AgnssStatusIpV4Cb)cbInfo.statusV4Cb, in initAgpsCommand()