Searched refs:VendorInterface (Results 1 – 4 of 4) sorted by relevance
/external/openthread/src/posix/platform/ |
D | vendor_interface_example.cpp | 78 VendorInterface::VendorInterface(SpinelInterface::ReceiveFrameCallback aCallback, in VendorInterface() function in ot::Posix::VendorInterface 86 VendorInterface::~VendorInterface(void) in ~VendorInterface() 91 otError VendorInterface::Init(const Url::Url &aRadioUrl) in Init() 100 void VendorInterface::Deinit(void) in Deinit() 105 uint32_t VendorInterface::GetBusSpeed(void) const in GetBusSpeed() 110 void VendorInterface::OnRcpReset(void) in OnRcpReset() 115 void VendorInterface::UpdateFdSet(fd_set &aReadFdSet, fd_set &aWriteFdSet, int &aMaxFd, struct time… in UpdateFdSet() 125 void VendorInterface::Process(const RadioProcessContext &aContext) in Process() 132 otError VendorInterface::WaitForFrame(uint64_t aTimeoutUs) in WaitForFrame() 141 otError VendorInterface::SendFrame(const uint8_t *aFrame, uint16_t aLength) in SendFrame() [all …]
|
D | vendor_interface.hpp | 53 class VendorInterface class 64 VendorInterface(Spinel::SpinelInterface::ReceiveFrameCallback aCallback, 72 ~VendorInterface(void);
|
D | radio.cpp | 58 static ot::Spinel::RadioSpinel<ot::Posix::VendorInterface, RadioProcessContext> sRadioSpinel;
|
/external/openthread/src/android/thread_network_hal/ |
D | vendor_interface.cpp | 54 VendorInterface::VendorInterface(SpinelInterface::ReceiveFrameCallback aCallback, in VendorInterface() function in ot::Posix::VendorInterface 62 otError VendorInterface::Init(const Url::Url &aRadioUrl) in Init() 67 VendorInterface::~VendorInterface(void) in ~VendorInterface() 74 void VendorInterface::Deinit(void) in Deinit() 79 uint32_t VendorInterface::GetBusSpeed(void) const in GetBusSpeed() 84 void VendorInterface::OnRcpReset(void) in OnRcpReset() 89 void VendorInterface::UpdateFdSet(fd_set &aReadFdSet, fd_set &aWriteFdSet, int &aMaxFd, struct time… in UpdateFdSet() 94 void VendorInterface::Process(const RadioProcessContext &aContext) in Process() 99 otError VendorInterface::WaitForFrame(uint64_t aTimeoutUs) in WaitForFrame() 104 otError VendorInterface::SendFrame(const uint8_t *aFrame, uint16_t aLength) in SendFrame() [all …]
|