Searched refs:aMainloopContext (Results 1 – 2 of 2) sorted by relevance
116 void UpdateFdSet(void* aMainloopContext);125 void Process(const void* aMainloopContext);
175 void SocketInterface::UpdateFdSet(void* aMainloopContext) { in UpdateFdSet() argument176 otSysMainloopContext* context = reinterpret_cast<otSysMainloopContext*>(aMainloopContext); in UpdateFdSet()192 void SocketInterface::Process(const void* aMainloopContext) { in Process() argument194 reinterpret_cast<const otSysMainloopContext*>(aMainloopContext); in Process()