Home
last modified time | relevance | path

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

/developtools/hdc/src/common/
Dtcp.cpp74 HdcSessionBase *hSessionBase = (HdcSessionBase *)thisClass->clsMainBase; in ReadStream() local
89 if (hSessionBase->FetchIOBuf(hSession, hSession->ioBuf, nread) < 0) { in ReadStream()
99 hSessionBase->FreeSession(hSession->sessionId); in ReadStream()
Dusb.cpp33 HdcSessionBase *hSessionBase = (HdcSessionBase *)hSession->classInstance; in ReadUSB() local
34 if (hSessionBase->FetchIOBuf(hSession, hSession->ioBuf, nread) < 0) { in ReadUSB()
36 hSessionBase->FreeSession(hSession->sessionId); in ReadUSB()
Duart.cpp960 HdcSessionBase *hSessionBase = (HdcSessionBase *)hSession->classInstance; in ReadDataFromUARTStream() local
965 if (hSessionBase->FetchIOBuf(hSession, hSession->ioBuf, nread) < 0) { in ReadDataFromUARTStream()
973 hSessionBase->FreeSession(hSession->sessionId); in ReadDataFromUARTStream()
Dsession.cpp1021 HdcSessionBase *hSessionBase = (HdcSessionBase *)hSession->classInstance; in ReadCtrlFromSession() local
1040hSessionBase->DispatchSessionThreadCommand(hSession, reinterpret_cast<uint8_t *>(buf), nread); in ReadCtrlFromSession()
1184 HdcSessionBase *hSessionBase = (HdcSessionBase *)hSession->classInstance; in ReadCtrlFromMain() local
1203 if (!hSessionBase->DispatchMainThreadCommand(hSession, ctrl)) { in ReadCtrlFromMain()