Home
last modified time | relevance | path

Searched refs:otPlatRadioEnable (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/openthread/include/openthread/platform/
H A Dradio.h809 otError otPlatRadioEnable(otInstance *aInstance);
/aosp_15_r20/external/openthread/tests/fuzz/
H A Dfuzzer_platform.cpp299 otError otPlatRadioEnable(otInstance *aInstance) in otPlatRadioEnable() function
/aosp_15_r20/external/openthread/src/core/radio/
H A Dradio.hpp930 return otPlatRadioEnable(GetInstancePtr()); in Enable()
/aosp_15_r20/external/openthread/tests/unit/
H A Dtest_platform.cpp159 OT_TOOL_WEAK otError otPlatRadioEnable(otInstance *) { return OT_ERROR_NONE; } in otPlatRadioEnable() function
/aosp_15_r20/external/openthread/src/posix/platform/
H A Dradio.cpp270 otError otPlatRadioEnable(otInstance *aInstance) { return GetRadioSpinel().Enable(aInstance); } in otPlatRadioEnable() function
/aosp_15_r20/external/openthread/examples/platforms/simulation/
H A Dradio.c454 otError otPlatRadioEnable(otInstance *aInstance) in otPlatRadioEnable() function