Home
last modified time | relevance | path

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

/developtools/hdc/src/daemon/
Ddaemon_usb.cpp359 HSession hChildSession = daemon->MallocSession(false, CONN_USB, this, sessionId); in PrepareNewSession() local
360 if (!hChildSession) { in PrepareNewSession()
364 …artWorkThread(&daemon->loopMain, daemon->SessionWorkThread, Base::FinishWorkThread, hChildSession); in PrepareNewSession()
366 HSession hChildSession = reinterpret_cast<HSession>(handle->data); in PrepareNewSession() local
367 HdcDaemon *daemon = reinterpret_cast<HdcDaemon *>(hChildSession->classInstance); in PrepareNewSession()
368 if (hChildSession->childLoop.active_handles == 0) { in PrepareNewSession()
371 if (!hChildSession->isDead) { in PrepareNewSession()
373 Base::SendToPollFd(hChildSession->ctrlFd[STREAM_MAIN], ctrl.data(), ctrl.size()); in PrepareNewSession()
378 Base::TimerUvTask(&daemon->loopMain, hChildSession, funcNewSessionUp); in PrepareNewSession()
379 return hChildSession; in PrepareNewSession()
[all …]