Home
last modified time | relevance | path

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

/developtools/hdc/src/common/
Dsession.h85 static void ReadCtrlFromSession(uv_poll_t *poll, int status, int events);
Dsession.cpp451 uv_poll_start(pollHandleMain, UV_READABLE, ReadCtrlFromSession); in MallocSession()
997 void HdcSessionBase::ReadCtrlFromSession(uv_poll_t *poll, int status, int events) in ReadCtrlFromSession() function in Hdc::HdcSessionBase