Home
last modified time | relevance | path

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

/hardware/interfaces/automotive/vehicle/2.0/default/impl/vhal_v2_0/
DSocketComm.cpp148 int totalRead = 0; in readExactly() local
150 while (totalRead < numBytes) { in readExactly()
157 totalRead += numRead; in readExactly()