Home
last modified time | relevance | path

Searched refs:ChppLinkErrorCode (Results 1 – 6 of 6) sorted by relevance

/system/chre/chpp/include/chpp/
Dlink.h39 enum ChppLinkErrorCode { enum
96 enum ChppLinkErrorCode chppPlatformLinkSend(
Dtransport.h672 enum ChppLinkErrorCode error);
/system/chre/chpp/platform/linux/
Dlink.c47 enum ChppLinkErrorCode error; in linkSendThread()
97 enum ChppLinkErrorCode chppPlatformLinkSend( in chppPlatformLinkSend()
/system/chre/chpp/
Dtransport.c84 enum ChppLinkErrorCode chppSendPendingPacket(
459 enum ChppLinkErrorCode error = chppSendPendingPacket(context); in chppProcessTransportLoopbackRequest()
1034 enum ChppLinkErrorCode error = chppSendPendingPacket(context); in chppTransportDoWork()
1164 enum ChppLinkErrorCode chppSendPendingPacket( in chppSendPendingPacket()
1166 enum ChppLinkErrorCode error = chppPlatformLinkSend( in chppSendPendingPacket()
1616 enum ChppLinkErrorCode error) { in chppLinkSendDoneCb()
1696 enum ChppLinkErrorCode error = chppSendPendingPacket(context); in chppRunTransportLoopback()
DQUICKSTART.md27 1. enum ChppLinkErrorCode chppPlatformLinkSend(\*params, \*buf, len)
DREADME.md146 ## enum ChppLinkErrorCode chppPlatformLinkSend(\*params, \*buf, len)
150 … if it is implemented asynchronously. It can also return an error code from enum ChppLinkErrorCode.