Searched refs:aMainloopContext (Results 1 – 2 of 2) sorted by relevance
116 void UpdateFdSet(void* aMainloopContext);125 void Process(const void* aMainloopContext);
130 void SocketInterface::UpdateFdSet(void* aMainloopContext) { in UpdateFdSet() argument131 otSysMainloopContext* context = reinterpret_cast<otSysMainloopContext*>(aMainloopContext); in UpdateFdSet()142 void SocketInterface::Process(const void* aMainloopContext) { in Process() argument144 reinterpret_cast<const otSysMainloopContext*>(aMainloopContext); in Process()