Home
last modified time | relevance | path

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

/system/chre/chpp/include/chpp/
Dlink.h96 enum ChppLinkErrorCode chppPlatformLinkSend(
/system/chre/chpp/platform/linux/
Dlink.c97 enum ChppLinkErrorCode chppPlatformLinkSend( in chppPlatformLinkSend() function
/system/chre/chpp/
DQUICKSTART.md27 1. enum ChppLinkErrorCode chppPlatformLinkSend(\*params, \*buf, len)
DREADME.md146 ## enum ChppLinkErrorCode chppPlatformLinkSend(\*params, \*buf, len)
149chppPlatformLinkSend() is done with buf and len when it returns (i.e. the caller can free or reuse…
DRELEASE_NOTES.md36 - chppPlatformLinkSend() now returns an error code instead of a boolean
Dtransport.c1173 enum ChppLinkErrorCode error = chppPlatformLinkSend( in chppSendPendingPacket()