Home
last modified time | relevance | path

Searched defs:otError (Results 1 – 3 of 3) sorted by relevance

/external/openthread/src/core/radio/
Dradio_platform.cpp148 extern "C" void otPlatRadioReceiveDone(otInstance *, otRadioFrame *, otError) in otPlatRadioReceiveDone() argument
156 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/
Derror.h58 typedef enum OT_MUST_USE_RESULT otError enum
251 } otError; typedef
/external/openthread/tests/unit/
Dtest_platform.cpp304 OT_TOOL_WEAK void otPlatDiagRadioReceived(otInstance *, otRadioFrame *, otError) in otPlatDiagRadioReceived() argument