Searched refs:responseDispatchFunctionPtr (Results 1 – 5 of 5) sorted by relevance
305 ChppDispatchFunction *responseDispatchFunctionPtr; member
98 .responseDispatchFunctionPtr = &chppDispatchWwanResponse,
99 .responseDispatchFunctionPtr = &chppDispatchGnssResponse,
108 .responseDispatchFunctionPtr = &chppDispatchWifiResponse,
344 return chppClientOfHandle(context, handle)->responseDispatchFunctionPtr; in chppGetDispatchFunction()