Home
last modified time | relevance | path

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

/system/chre/chpp/platform/linux/
Dlink.c91 chppLinkSendDoneCb(context->transportContext, error); in linkSendThread()
/system/chre/chpp/include/chpp/
Dtransport.h642 void chppLinkSendDoneCb(struct ChppTransportState *context,
/system/chre/chpp/
Dtransport.c481 chppLinkSendDoneCb(context, error); in chppProcessTransportLoopbackRequest()
1066 chppLinkSendDoneCb(context, error); in chppTransportDoWork()
1727 void chppLinkSendDoneCb(struct ChppTransportState *context, in chppLinkSendDoneCb() function
1810 chppLinkSendDoneCb(context, error); in chppRunTransportLoopback()
DREADME.md148 …me). In this case, it is up to the platform implementation to call chppLinkSendDoneCb() after proc…
151 ## void chppLinkSendDoneCb(\*transportContext)
DRELEASE_NOTES.md243 - When calling the `chppLinkSendDoneCb` and `chppWorkThreadSignalFromLink` from the link layer the …