Searched refs:FetchIOBuf (Results 1 – 6 of 6) sorted by relevance
| /developtools/hdc/src/common/ |
| D | tcp.cpp | 89 if (hSessionBase->FetchIOBuf(hSession, hSession->ioBuf, nread) < 0) { in ReadStream()
|
| D | usb.cpp | 34 if (hSessionBase->FetchIOBuf(hSession, hSession->ioBuf, nread) < 0) { in ReadUSB()
|
| D | session.h | 96 virtual int FetchIOBuf(HSession hSession, uint8_t *ioBuf, int read);
|
| D | uart.cpp | 963 if (hSessionBase->FetchIOBuf(hSession, hSession->ioBuf, nread) < 0) { in ReadDataFromUARTStream()
|
| D | session.cpp | 914 int HdcSessionBase::FetchIOBuf(HSession hSession, uint8_t *ioBuf, int read) in FetchIOBuf() function in Hdc::HdcSessionBase
|
| /developtools/hdc/test/unittest/common/ |
| D | uart_test.cpp | 457 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))
|