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.h32 CHPP_LINK_ERROR_NONE_QUEUED = 0, enumerator
/system/chre/chpp/platform/linux/
Dlink.c162 return success ? CHPP_LINK_ERROR_NONE_QUEUED : CHPP_LINK_ERROR_BUSY; in send()
/system/chre/chpp/
Dtransport.c480 if (error != CHPP_LINK_ERROR_NONE_QUEUED) { in chppProcessTransportLoopbackRequest()
1062 if (error != CHPP_LINK_ERROR_NONE_QUEUED) { in chppTransportDoWork()
1808 if (error != CHPP_LINK_ERROR_NONE_QUEUED) { in chppRunTransportLoopback()
DREADME.md149 …e platform implementation for this function is synchronous and CHPP_LINK_ERROR_NONE_QUEUED if it i…