Home
last modified time | relevance | path

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

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