Searched refs:copyArray (Results 1 – 2 of 2) sorted by relevance
998 private byte[] copyArray(byte[] buffer, int length) { in copyArray() method in Output1027 out.write(copyArray(cachedBuffer, cachedBufferPos)); in writeTo()1080 byte[] bufferCopy = copyArray(buffer, bufferPos); in flushLastBuffer()
717 copyArray(dest, req.addr); in sendMessage()922 copyArray(peer, req.peerDiscMacAddr); in initiateDataPath()931 copyArray(pmk, req.securityConfig.pmk); in initiateDataPath()1008 copyArray(pmk, req.securityConfig.pmk); in respondToDataPathRequest()1147 private void copyArray(byte[] from, byte[] to) { in copyArray() method in WifiAwareNativeApi