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