Searched defs:otError (Results  1 – 3 of 3) sorted by relevance
| /external/openthread/src/core/radio/ | 
| D | radio_platform.cpp | 148 extern "C" void otPlatRadioReceiveDone(otInstance *, otRadioFrame *, otError)  in otPlatRadioReceiveDone()  argument156 extern "C" void otPlatRadioTxDone(otInstance *, otRadioFrame *, otRadioFrame *, otError)  in otPlatRadioTxDone()  argument
 165 extern "C" void otPlatDiagRadioReceiveDone(otInstance *, otRadioFrame *, otError)  in otPlatDiagRadioReceiveDone()  argument
 169 extern "C" void otPlatDiagRadioTransmitDone(otInstance *, otRadioFrame *, otError)  in otPlatDiagRadioTransmitDone()  argument
 
 | 
| /external/openthread/include/openthread/ | 
| D | error.h | 58 typedef enum OT_MUST_USE_RESULT otError  enum251 } otError;  typedef
 
 | 
| /external/openthread/tests/unit/ | 
| D | test_platform.cpp | 304 OT_TOOL_WEAK void otPlatDiagRadioReceived(otInstance *, otRadioFrame *, otError)  in otPlatDiagRadioReceived()  argument
 |