Home
last modified time | relevance | path

Searched refs:FetchIOBuf (Results 1 – 6 of 6) sorted by relevance

/developtools/hdc/src/common/
Dtcp.cpp89 if (hSessionBase->FetchIOBuf(hSession, hSession->ioBuf, nread) < 0) { in ReadStream()
Dusb.cpp34 if (hSessionBase->FetchIOBuf(hSession, hSession->ioBuf, nread) < 0) { in ReadUSB()
Dsession.h96 virtual int FetchIOBuf(HSession hSession, uint8_t *ioBuf, int read);
Duart.cpp963 if (hSessionBase->FetchIOBuf(hSession, hSession->ioBuf, nread) < 0) { in ReadDataFromUARTStream()
Dsession.cpp914 int HdcSessionBase::FetchIOBuf(HSession hSession, uint8_t *ioBuf, int read) in FetchIOBuf() function in Hdc::HdcSessionBase
/developtools/hdc/test/unittest/common/
Duart_test.cpp457 MOCK_METHOD3(FetchIOBuf, int(HSession, uint8_t *, int));
467 EXPECT_CALL(mockSession, FetchIOBuf(&hdcSession, dummPtr, dummySize)).Times(1);
471 EXPECT_CALL(mockSession, FetchIOBuf(&hdcSession, dummPtr, dummySize))