Searched refs:tmpLength (Results 1 – 1 of 1) sorted by relevance
576 int tmpLength = (bytesToWrite > mMaxTxPacketSize) in write() local579 mSocketOS.write(b, tmpOffset, tmpLength); in write()580 tmpOffset += tmpLength; in write()581 bytesToWrite -= tmpLength; in write()