Home
last modified time | relevance | path

Searched defs:ReceiveAt (Results 1 – 3 of 3) sorted by relevance

/external/openthread/tests/gtest/
Dfake_platform.hpp85 virtual otError ReceiveAt(uint8_t aChannel, uint32_t aStart, uint32_t aDuration) in ReceiveAt() function in ot::FakePlatform
/external/openthread/src/core/radio/
Dradio.hpp964 inline Error Radio::ReceiveAt(uint8_t aChannel, uint32_t aStart, uint32_t aDuration) in ReceiveAt() function in ot::Radio
1084 inline Error Radio::ReceiveAt(uint8_t, uint32_t, uint32_t) { return kErrorNone; } in ReceiveAt() function in ot::Radio
/external/openthread/src/lib/spinel/
Dradio_spinel.cpp1740 otError RadioSpinel::ReceiveAt(uint64_t aWhen, uint32_t aDuration, uint8_t aChannel) in ReceiveAt() function in ot::Spinel::RadioSpinel