Home
last modified time | relevance | path

Searched refs:ChppDispatchFunction (Results 1 – 2 of 2) sorted by relevance

/system/chre/chpp/include/chpp/
Dapp.h197 typedef enum ChppAppErrorCode(ChppDispatchFunction)(void *context, uint8_t *buf, typedef
264 ChppDispatchFunction *requestDispatchFunctionPtr;
268 ChppDispatchFunction *notificationDispatchFunctionPtr;
305 ChppDispatchFunction *responseDispatchFunctionPtr;
311 ChppDispatchFunction *notificationDispatchFunctionPtr;
/system/chre/chpp/
Dapp.c60 ChppDispatchFunction *chppGetDispatchFunction(struct ChppAppState *context,
325 ChppDispatchFunction *chppGetDispatchFunction(struct ChppAppState *context, in chppGetDispatchFunction()
578 ChppDispatchFunction *dispatchFunc = in chppProcessNegotiatedHandleDatagram()