Home
last modified time | relevance | path

Searched refs:CHPP_LINK_ERROR_NONE_QUEUED (Results 1 – 4 of 4) sorted by relevance

/system/chre/chpp/include/chpp/
Dlink.h41 CHPP_LINK_ERROR_NONE_QUEUED = 0, enumerator
/system/chre/chpp/platform/linux/
Dlink.c114 return success ? CHPP_LINK_ERROR_NONE_QUEUED : CHPP_LINK_ERROR_BUSY; in chppPlatformLinkSend()
/system/chre/chpp/
Dtransport.c461 if (error != CHPP_LINK_ERROR_NONE_QUEUED) { in chppProcessTransportLoopbackRequest()
1042 if (error != CHPP_LINK_ERROR_NONE_QUEUED) { in chppTransportDoWork()
1690 if (error != CHPP_LINK_ERROR_NONE_QUEUED) { in chppRunTransportLoopback()
DREADME.md150 …e platform implementation for this function is synchronous and CHPP_LINK_ERROR_NONE_QUEUED if it i…