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()
98 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()
35 hSessionBase->FreeSession(hSession->sessionId); in ReadUSB()
Duart.cpp958 HdcSessionBase *hSessionBase = (HdcSessionBase *)hSession->classInstance; in ReadDataFromUARTStream() local
963 if (hSessionBase->FetchIOBuf(hSession, hSession->ioBuf, nread) < 0) { in ReadDataFromUARTStream()
971 hSessionBase->FreeSession(hSession->sessionId); in ReadDataFromUARTStream()
Dsession.cpp1000 HdcSessionBase *hSessionBase = (HdcSessionBase *)hSession->classInstance; in ReadCtrlFromSession() local
1019hSessionBase->DispatchSessionThreadCommand(hSession, reinterpret_cast<uint8_t *>(buf), nread); in ReadCtrlFromSession()
1162 HdcSessionBase *hSessionBase = (HdcSessionBase *)hSession->classInstance; in ReadCtrlFromMain() local
1181 if (!hSessionBase->DispatchMainThreadCommand(hSession, ctrl)) { in ReadCtrlFromMain()