Home
last modified time | relevance | path

Searched defs:serviceContext (Results 1 – 4 of 4) sorted by relevance

/system/chre/chpp/services/
Dwwan.c139 static enum ChppAppErrorCode chppDispatchWwanRequest(void *serviceContext, in chppDispatchWwanRequest()
283 static void chppWwanServiceNotifyReset(void *serviceContext) { in chppWwanServiceNotifyReset()
Dgnss.c151 static enum ChppAppErrorCode chppDispatchGnssRequest(void *serviceContext, in chppDispatchGnssRequest()
319 static void chppGnssServiceNotifyReset(void *serviceContext) { in chppGnssServiceNotifyReset()
Dwifi.c172 static enum ChppAppErrorCode chppDispatchWifiRequest(void *serviceContext, in chppDispatchWifiRequest()
367 static void chppWifiServiceNotifyReset(void *serviceContext) { in chppWifiServiceNotifyReset()
/system/chre/chpp/
Dservices.c90 void chppRegisterService(struct ChppAppState *appContext, void *serviceContext, in chppRegisterService()