Searched refs:aMainloopContext (Results 1 – 8 of 8) sorted by relevance
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()
614 void SpiInterface::UpdateFdSet(void *aMainloopContext) in UpdateFdSet() argument618 … otSysMainloopContext *context = reinterpret_cast<otSysMainloopContext *>(aMainloopContext); in UpdateFdSet()713 void SpiInterface::Process(const void *aMainloopContext) in Process() argument715 …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