Searched refs:WaitForFrame (Results 1 – 11 of 11) sorted by relevance
106 otError WaitForFrame(uint64_t aTimeoutUs);
116 otError VendorInterface::WaitForFrame(uint64_t aTimeoutUs) in WaitForFrame() function in ot::Posix::VendorInterface
111 otError WaitForFrame(uint64_t aTimeoutUs);
112 otError WaitForFrame(uint64_t aTimeoutUs);
279 otError HdlcInterface::WaitForFrame(uint64_t aTimeoutUs) in WaitForFrame() function in ot::Posix::HdlcInterface
737 otError SpiInterface::WaitForFrame(uint64_t aTimeoutUs) in WaitForFrame() function in ot::Posix::SpiInterface
105 virtual otError WaitForFrame(uint64_t aTimeoutUs) = 0;
257 if ((end <= now) || (mSpinelInterface->WaitForFrame(end - now) != OT_ERROR_NONE)) in WaitResponse()
1418 …if ((end <= now) || (GetSpinelDriver().GetSpinelInterface()->WaitForFrame(end - now) != OT_ERROR_N… in WaitResponse()
58 virtual otError WaitForFrame(uint64_t aTimeoutUs) override;
63 otError DirectSpinelInterface::WaitForFrame(uint64_t aTimeoutUs) in WaitForFrame() function in ot::DirectSpinelInterface