Home
last modified time | relevance | path

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

/developtools/hdc/src/daemon/
H A Ddaemon_usb.cpp378 HSession hChildSession = daemon->MallocSession(false, CONN_USB, this, sessionId); in PrepareNewSession() local
379 if (!hChildSession) { in PrepareNewSession()
384 Base::StartWorkThread(&daemon->loopMain, daemon->SessionWorkThread, Base::FinishWorkThread, hChildSession); in PrepareNewSession()
391 hSessionInfo->sessionId = hChildSession->sessionId; in PrepareNewSession()
392 hSessionInfo->classInstance = hChildSession->classInstance; in PrepareNewSession()
393 hSessionInfo->classModule = hChildSession->classModule; in PrepareNewSession()
394 hSessionInfo->hSession = hChildSession; in PrepareNewSession()
410 HSession hChildSession = hSessionInfo->hSession; in PrepareNewSession()
411 if (hChildSession->childLoop.active_handles == 0) { in PrepareNewSession()
414 if (!hChildSession in PrepareNewSession()
536 HSession hChildSession = nullptr; DispatchToWorkThread() local
[all...]

Completed in 2 milliseconds