Searched refs:SocketInterface (Results 1 – 3 of 3) sorted by relevance
46 const char SocketInterface::kLogModuleName[] = "SocketIntface";48 SocketInterface::SocketInterface(const ot::Url::Url& aRadioUrl) in SocketInterface() function in aidl::android::hardware::threadnetwork::SocketInterface58 otError SocketInterface::Init(ReceiveFrameCallback aCallback, void* aCallbackContext, in Init()77 SocketInterface::~SocketInterface(void) { in ~SocketInterface()81 void SocketInterface::Deinit(void) { in Deinit()89 otError SocketInterface::SendFrame(const uint8_t* aFrame, uint16_t aLength) { in SendFrame()95 otError SocketInterface::WaitForFrame(uint64_t aTimeoutUs) { in WaitForFrame()130 void SocketInterface::UpdateFdSet(void* aMainloopContext) { in UpdateFdSet()142 void SocketInterface::Process(const void* aMainloopContext) { in Process()153 void SocketInterface::Read(void) { in Read()[all …]
36 class SocketInterface : public ot::Spinel::SpinelInterface, class37 public ot::Posix::Logger<SocketInterface> {47 explicit SocketInterface(const ot::Url::Url& aRadioUrl);53 ~SocketInterface();255 SocketInterface(const SocketInterface&);256 SocketInterface& operator=(const SocketInterface&);
45 } else if (SocketInterface::IsInterfaceNameMatch(interfaceName)) { in ThreadChip()46 mSpinelInterface = std::make_shared<SocketInterface>(mUrl); in ThreadChip()