Home
last modified time | relevance | path

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

/external/openthread/include/openthread/
Derror.h56 typedef enum OT_MUST_USE_RESULT otError enum
248 } otError; typedef
/external/openthread/src/core/radio/
Dradio_platform.cpp165 extern "C" void otPlatRadioReceiveDone(otInstance *, otRadioFrame *, otError) {} in otPlatRadioReceiveDone() argument
169 extern "C" void otPlatRadioTxDone(otInstance *, otRadioFrame *, otRadioFrame *, otError) {} in otPlatRadioTxDone() argument
176 extern "C" void otPlatDiagRadioReceiveDone(otInstance *, otRadioFrame *, otError) {} in otPlatDiagRadioReceiveDone() argument
178 extern "C" void otPlatDiagRadioTransmitDone(otInstance *, otRadioFrame *, otError) {} in otPlatDiagRadioTransmitDone() argument
/external/openthread/tests/nexus/platform/
Dnexus_misc.cpp115 void otPlatDiagRadioReceived(otInstance *, otRadioFrame *, otError) {} in otPlatDiagRadioReceived() argument
/external/ot-br-posix/src/android/java/com/android/server/thread/openthread/testing/
DFakeOtDaemon.java492 public void setChannelMasksReceiverOtError(int otError) { in setChannelMasksReceiverOtError()
/external/openthread/tests/gtest/
Dfake_platform.cpp493 void otPlatDiagRadioReceived(otInstance *, otRadioFrame *, otError) {} in otPlatDiagRadioReceived() argument
/external/openthread/tests/unit/
Dtest_platform.cpp265 OT_TOOL_WEAK void otPlatDiagRadioReceived(otInstance *, otRadioFrame *, otError) {} in otPlatDiagRadioReceived() argument