Home
last modified time | relevance | path

Searched refs:aMainloopContext (Results 1 – 2 of 2) sorted by relevance

/hardware/interfaces/threadnetwork/aidl/default/
Dsocket_interface.hpp116 void UpdateFdSet(void* aMainloopContext);
125 void Process(const void* aMainloopContext);
Dsocket_interface.cpp130 void SocketInterface::UpdateFdSet(void* aMainloopContext) { in UpdateFdSet() argument
131 otSysMainloopContext* context = reinterpret_cast<otSysMainloopContext*>(aMainloopContext); in UpdateFdSet()
142 void SocketInterface::Process(const void* aMainloopContext) { in Process() argument
144 reinterpret_cast<const otSysMainloopContext*>(aMainloopContext); in Process()