Searched refs:aMainloopContext (Results 1 – 11 of 11) sorted by relevance
76 void VendorInterface::UpdateFdSet(void *aMainloopContext) { sHalInterface->UpdateFdSet(aMainloopCon… in UpdateFdSet() argument78 void VendorInterface::Process(const void *aMainloopContext) { sHalInterface->Process(aMainloopConte… in Process() argument
154 void HalInterface::UpdateFdSet(void *aMainloopContext) in UpdateFdSet() argument156 otSysMainloopContext *context = reinterpret_cast<otSysMainloopContext *>(aMainloopContext); in UpdateFdSet()167 void HalInterface::Process(const void *aMainloopContext) in Process() argument169 …t otSysMainloopContext *context = reinterpret_cast<const otSysMainloopContext *>(aMainloopContext); in Process()
129 void UpdateFdSet(void *aMainloopContext) override;137 void Process(const void *aMainloopContext) override;
102 void VendorInterface::UpdateFdSet(void *aMainloopContext) in UpdateFdSet() argument104 OT_UNUSED_VARIABLE(aMainloopContext); in UpdateFdSet()109 void VendorInterface::Process(const void *aMainloopContext) in Process() argument111 OT_UNUSED_VARIABLE(aMainloopContext); in Process()
113 void UpdateFdSet(void *aMainloopContext);120 void Process(const void *aMainloopContext);
118 void UpdateFdSet(void *aMainloopContext);125 void Process(const void *aMainloopContext);
119 void UpdateFdSet(void *aMainloopContext);126 void Process(const void *aMainloopContext);
350 void HdlcInterface::UpdateFdSet(void *aMainloopContext) in UpdateFdSet() argument352 otSysMainloopContext *context = reinterpret_cast<otSysMainloopContext *>(aMainloopContext); in UpdateFdSet()364 void HdlcInterface::Process(const void *aMainloopContext) in Process() argument373 const VirtualTimeEvent *event = reinterpret_cast<const VirtualTimeEvent *>(aMainloopContext); in Process()379 …t otSysMainloopContext *context = reinterpret_cast<const otSysMainloopContext *>(aMainloopContext); in Process()
610 void SpiInterface::UpdateFdSet(void *aMainloopContext) in UpdateFdSet() argument613 otSysMainloopContext *context = reinterpret_cast<otSysMainloopContext *>(aMainloopContext); in UpdateFdSet()700 void SpiInterface::Process(const void *aMainloopContext) in Process() argument702 …t otSysMainloopContext *context = reinterpret_cast<const otSysMainloopContext *>(aMainloopContext); in Process()
112 virtual void UpdateFdSet(void *aMainloopContext) = 0;119 virtual void Process(const void *aMainloopContext) = 0;
60 virtual void UpdateFdSet(void *aMainloopContext) override {} in UpdateFdSet() argument61 virtual void Process(const void *aMainloopContext) override {} in Process() argument