Home
last modified time | relevance | path

Searched refs:OT_RADIO_STATE_DISABLED (Results 1 – 7 of 7) sorted by relevance

/external/openthread/tests/nexus/platform/
Dnexus_radio.hpp48 static constexpr State kStateDisabled = OT_RADIO_STATE_DISABLED;
/external/openthread/examples/platforms/simulation/
Dradio.c104 static otRadioState sState = OT_RADIO_STATE_DISABLED;
439 return (sState != OT_RADIO_STATE_DISABLED) ? true : false; in otPlatRadioIsEnabled()
459 sState = OT_RADIO_STATE_DISABLED; in otPlatRadioDisable()
490 if (sState != OT_RADIO_STATE_DISABLED) in otPlatRadioReceive()
/external/openthread/tests/fuzz/
Dfuzzer_platform.cpp74 static otRadioState sRadioState = OT_RADIO_STATE_DISABLED;
319 sRadioState = OT_RADIO_STATE_DISABLED; in otPlatRadioDisable()
/external/openthread/include/openthread/platform/
Dradio.h414 OT_RADIO_STATE_DISABLED = 0, enumerator
/external/openthread/src/core/radio/
Dradio.hpp1071 inline otRadioState Radio::GetState(void) { return OT_RADIO_STATE_DISABLED; } in GetState()
/external/openthread/src/core/diags/
Dfactory_diags.cpp747 case OT_RADIO_STATE_DISABLED:
/external/openthread/src/lib/spinel/
Dradio_spinel.cpp1924 OT_RADIO_STATE_DISABLED, OT_RADIO_STATE_SLEEP, OT_RADIO_STATE_RECEIVE, in GetState()