Searched refs:putShort (Results 1 – 14 of 14) sorted by relevance
270 buf.putShort((short)0); // length in fillInPacket()271 buf.putShort((short)0); // id in fillInPacket()272 buf.putShort(IP_FLAGS_OFFSET); // ip offset: don't fragment in fillInPacket()276 buf.putShort((short) 0); // checksum in fillInPacket()284 buf.putShort(srcUdp); in fillInPacket()285 buf.putShort(destUdp); in fillInPacket()287 buf.putShort((short) 0); // length in fillInPacket()289 buf.putShort((short) 0); // UDP checksum -- initially zero in fillInPacket()298 buf.putShort((short) 0); // Elapsed Seconds in fillInPacket()301 buf.putShort((short) 0x8000); // Flags in fillInPacket()[all …]
295 header.putShort(WAV_FORMAT_PCM); in makeWavHeader()296 header.putShort((short) channelCount); in makeWavHeader()299 header.putShort(blockAlign); in makeWavHeader()300 header.putShort(bitsPerSample); in makeWavHeader()
39 mByteBuffer.putShort(value); in writeShort()
186 mByteBuffer.putShort((short) tag.getValueAt(i)); in writeTagValue()
122 mOutputBuffer.putShort((short)service); in sendMessage()123 mOutputBuffer.putShort((short)what); in sendMessage()
109 byte[] bval = ByteBuffer.allocate(2).putShort(val).array(); in add()
183 byteBuffer.putShort((Short)value); in toByteArray()
298 public void putShort(String key, short value) { in putShort() method in Bundle299 super.putShort(key, value); in putShort()
368 void putShort(String key, short value) { in putShort() method in BaseBundle
1334 converter.putShort(sValue); in shortToByteArray()
4239 else if (uri.startsWith("s.", i)) b.putShort(key, Short.parseShort(value)); in parseUri()4399 intent.mExtras.putShort(key, Short.parseShort(value)); in getIntentOld()5728 mExtras.putShort(name, value); in putExtra()
1527 converter.putShort(sValue); in shortToByteArray()
21463 method public void putShort(java.lang.String, short);43404 method public abstract java.nio.ByteBuffer putShort(short);43405 method public abstract java.nio.ByteBuffer putShort(int, short);