Home
last modified time | relevance | path

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

/system/chre/chpp/include/chpp/
Dlink.h35 CHPP_LINK_ERROR_NONE_SENT = 1, enumerator
/system/chre/chpp/platform/linux/
Dlink.c66 error = CHPP_LINK_ERROR_NONE_SENT; in linkSendThread()
87 error = CHPP_LINK_ERROR_NONE_SENT; in linkSendThread()
/system/chre/chpp/test/
Dfake_link_sync_test.cpp55 return CHPP_LINK_ERROR_NONE_SENT; in send()
/system/chre/chpp/
Dtransport.c1729 if (error != CHPP_LINK_ERROR_NONE_SENT) { in chppLinkSendDoneCb()
1812 if (error != CHPP_LINK_ERROR_NONE_SENT) { in chppRunTransportLoopback()
DREADME.md149 This function returns CHPP_LINK_ERROR_NONE_SENT if the platform implementation for this function is…