Home
last modified time | relevance | path

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

/developtools/hdc/src/daemon/
H A Ddaemon_usb.cpp386 HSessionInfo hSessionInfo = new(std::nothrow) HdcSessionInfo(); in PrepareNewSession() local
387 if (hSessionInfo == nullptr) { in PrepareNewSession()
388 WRITE_LOG(LOG_FATAL, "PrepareNewSession new hSessionInfo failed"); 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()
396 HSessionInfo hSessionInfo = reinterpret_cast<HSessionInfo>(handle->data); in PrepareNewSession()
397 if (hSessionInfo == nullptr) { in PrepareNewSession()
399 WRITE_LOG(LOG_FATAL, "hSessionInfo i in PrepareNewSession()
[all...]

Completed in 1 milliseconds