Home
last modified time | relevance | path

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

/device/google/cuttlefish/host/frontend/gcastv2/https/
DRunLoop.cpp158 mAddInfos.push_back({ sock, InfoType::RECV, fn }); in postSocketRecv()
167 mAddInfos.push_back({ sock, InfoType::SEND, fn }); in postSocketSend()
175 mAddInfos.push_back({ sock, InfoType::CANCEL, nullptr }); in cancelSocket()
235 case InfoType::RECV: in run()
252 case InfoType::SEND: in run()
282 case InfoType::CANCEL: in run()
/device/google/cuttlefish/host/frontend/gcastv2/https/include/https/
DRunLoop.h90 enum class InfoType { enum
98 InfoType mType;