Home
last modified time | relevance | path

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

/system/chre/chpp/services/
Dwwan.c136 static enum ChppAppErrorCode chppDispatchWwanRequest(void *serviceContext, in chppDispatchWwanRequest()
282 static void chppWwanServiceNotifyReset(void *serviceContext) { in chppWwanServiceNotifyReset()
Dgnss.c148 static enum ChppAppErrorCode chppDispatchGnssRequest(void *serviceContext, in chppDispatchGnssRequest()
318 static void chppGnssServiceNotifyReset(void *serviceContext) { in chppGnssServiceNotifyReset()
Dwifi.c144 static enum ChppAppErrorCode chppDispatchWifiRequest(void *serviceContext, in chppDispatchWifiRequest()
311 static void chppWifiServiceNotifyReset(void *serviceContext) { in chppWifiServiceNotifyReset()
/system/chre/chpp/
Dservices.c88 void *serviceContext, in chppRegisterService()