Searched refs:tmpLength (Results 1 – 1 of 1) sorted by relevance
588 int tmpLength = (bytesToWrite > mMaxTxPacketSize) in write() local591 mSocketOS.write(b, tmpOffset, tmpLength); in write()592 tmpOffset += tmpLength; in write()593 bytesToWrite -= tmpLength; in write()