Home
last modified time | relevance | path

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

/system/chre/chpp/include/chpp/
Dapp.h194 typedef enum ChppAppErrorCode(ChppDispatchFunction)(void *context, uint8_t *buf, typedef
261 ChppDispatchFunction *requestDispatchFunctionPtr;
265 ChppDispatchFunction *notificationDispatchFunctionPtr;
302 ChppDispatchFunction *responseDispatchFunctionPtr;
308 ChppDispatchFunction *notificationDispatchFunctionPtr;
/system/chre/chpp/
Dapp.c60 ChppDispatchFunction *chppGetDispatchFunction(struct ChppAppState *context,
315 ChppDispatchFunction *chppGetDispatchFunction(struct ChppAppState *context, in chppGetDispatchFunction()
565 ChppDispatchFunction *dispatchFunc = in chppProcessNegotiatedHandleDatagram()