Searched refs:aError (Results 1 – 4 of 4) sorted by relevance
299 void HdlcInterface::HandleHdlcFrame(void *aContext, otError aError) in HandleHdlcFrame() argument301 static_cast<HdlcInterface *>(aContext)->HandleHdlcFrame(aError); in HandleHdlcFrame()304 void HdlcInterface::HandleHdlcFrame(otError aError) in HandleHdlcFrame() argument311 if (aError == OT_ERROR_NONE && bufLength > 0) { in HandleHdlcFrame()337 otLogCritPlat("Frame will be discarded error = 0x%x", aError); in HandleHdlcFrame()
187 void HandleHdlcFrame(otError aError);188 static void HandleHdlcFrame(void *aContext, otError aError);
128 otError aError) in otPlatDiagRadioReceived() argument132 ARG_UNUSED(aError); in otPlatDiagRadioReceived()
407 void otPlatDiagRadioReceived(otInstance *aInstance, otRadioFrame *aFrame, otError aError) in otPlatDiagRadioReceived() argument411 OT_UNUSED_VARIABLE(aError); in otPlatDiagRadioReceived()
Completed in 17 milliseconds