Home
last modified time | relevance | path

Searched refs:OT_SIM_EVENT_RADIO_RECEIVED (Results 1 – 5 of 5) sorted by relevance

/external/openthread/examples/platforms/simulation/
Dplatform-simulation.h66 OT_SIM_EVENT_RADIO_RECEIVED = 1, enumerator
Dradio.c886 event.mEvent = OT_SIM_EVENT_RADIO_RECEIVED; in radioTransmit()
/external/openthread/tests/scripts/thread-cert/
Dsimulator.py127 OT_SIM_EVENT_RADIO_RECEIVED = 1 variable in VirtualTime
332 elif type == self.OT_SIM_EVENT_RADIO_RECEIVED:
474 elif type == self.OT_SIM_EVENT_RADIO_RECEIVED:
/external/openthread/src/posix/platform/
Dplatform-posix.h81 OT_SIM_EVENT_RADIO_RECEIVED = 1, enumerator
/external/openthread/examples/platforms/simulation/virtual_time/
Dplatform-sim.c111 case OT_SIM_EVENT_RADIO_RECEIVED: in receiveEvent()