Home
last modified time | relevance | path

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

/external/fastrpc/inc/
DAEEStdErr.h102 #define AEE_EINTERRUPTED (AEE_EOFFSET + 0x02E) ///< Waitable call is interrupted macro
/external/fastrpc/src/
Dlistener_android.c294 if (nErr == AEE_EINTERRUPTED) { in listener2()