Home
last modified time | relevance | path

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

/system/chre/chpp/platform/linux/
Dlink.c69 chppLinkSendDoneCb(params, error); in linkSendThread()
/system/chre/chpp/include/chpp/
Dtransport.h666 void chppLinkSendDoneCb(struct ChppPlatformLinkParameters *params,
/system/chre/chpp/
DQUICKSTART.md28 1. Depending on implementation, void chppLinkSendDoneCb(\*params)
Dtransport.c462 chppLinkSendDoneCb(&context->linkParams, error); in chppProcessTransportLoopbackRequest()
1046 chppLinkSendDoneCb(&context->linkParams, error); in chppTransportDoWork()
1607 void chppLinkSendDoneCb(struct ChppPlatformLinkParameters *params, in chppLinkSendDoneCb() function
1692 chppLinkSendDoneCb(&context->linkParams, error); in chppRunTransportLoopback()
DREADME.md149 …me). In this case, it is up to the platform implementation to call chppLinkSendDoneCb() after proc…
152 ## void chppLinkSendDoneCb(\*params)