Home
last modified time | relevance | path

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

/developtools/hdc/src/common/
Dsession.h91 int OnRead(HSession hSession, uint8_t *bufPtr, const int bufLen);
Dsession.cpp899 int HdcSessionBase::OnRead(HSession hSession, uint8_t *bufPtr, const int bufLen) in OnRead() function in Hdc::HdcSessionBase
946 childRet = ptrConnect->OnRead(hSession, ioBuf + indexBuf, hSession->availTailIndex); in FetchIOBuf()