Home
last modified time | relevance | path

Searched refs:responseDispatchFunctionPtr (Results 1 – 5 of 5) sorted by relevance

/system/chre/chpp/include/chpp/
Dapp.h305 ChppDispatchFunction *responseDispatchFunctionPtr; member
/system/chre/chpp/clients/
Dwwan.c98 .responseDispatchFunctionPtr = &chppDispatchWwanResponse,
Dgnss.c99 .responseDispatchFunctionPtr = &chppDispatchGnssResponse,
Dwifi.c108 .responseDispatchFunctionPtr = &chppDispatchWifiResponse,
/system/chre/chpp/
Dapp.c344 return chppClientOfHandle(context, handle)->responseDispatchFunctionPtr; in chppGetDispatchFunction()