Home
last modified time | relevance | path

Searched refs:CHPP_LINK_ERROR_BUSY (Results 1 – 2 of 2) sorted by relevance

/system/chre/chpp/include/chpp/
Dlink.h50 CHPP_LINK_ERROR_BUSY = 3, enumerator
/system/chre/chpp/platform/linux/
Dlink.c114 return success ? CHPP_LINK_ERROR_NONE_QUEUED : CHPP_LINK_ERROR_BUSY; in chppPlatformLinkSend()