Searched refs:aError (Results 1 – 5 of 5) sorted by relevance
300 void HdlcInterface::HandleHdlcFrame(void *aContext, otError aError) in HandleHdlcFrame() argument302 static_cast<HdlcInterface *>(aContext)->HandleHdlcFrame(aError); in HandleHdlcFrame()305 void HdlcInterface::HandleHdlcFrame(otError aError) in HandleHdlcFrame() argument312 if (aError == OT_ERROR_NONE && bufLength > 0) { in HandleHdlcFrame()338 otLogCritPlat("Frame will be discarded error = 0x%x", aError); in HandleHdlcFrame()
187 void HandleHdlcFrame(otError aError);188 static void HandleHdlcFrame(void *aContext, otError aError);
118 otError aError) in otPlatDiagRadioReceived() argument122 ARG_UNUSED(aError); in otPlatDiagRadioReceived()
401 void otPlatDiagRadioReceived(otInstance *aInstance, otRadioFrame *aFrame, otError aError) in otPlatDiagRadioReceived() argument405 OT_UNUSED_VARIABLE(aError); in otPlatDiagRadioReceived()
108 void otPlatRadioReceiveDone(otInstance *aInstance, otRadioFrame *aFrame, otError aError) in otPlatRadioReceiveDone() argument115 zassert_equal(otPlatRadioReceiveDone_expected_error, aError); in otPlatRadioReceiveDone()