Searched refs:readPacket (Results 1 – 10 of 10) sorted by relevance
30 readPacket(char *mem, int size) { in readPacket() function54 res = readPacket(chars, 4); in example4Func()79 while ((res = readPacket(chars, 4)) > 0) { in example4Func()
176 while (readPacket(input)) { in parseRealFile()193 assertThat(readPacket(extractorInput)).isTrue(); in assertReadPacket()199 assertThat(readPacket(extractorInput)).isFalse(); in assertReadEof()202 private boolean readPacket(FakeExtractorInput input) throws IOException { in readPacket() method in OggPacketTest
247 bool readPacket = false; in ServiceLocalHandlers() local273 readPacket = true; in ServiceLocalHandlers()281 if (m_KeepRunning.load() && readPacket) in ServiceLocalHandlers()
107 public abstract byte[] readPacket() throws IOException; in readPacket() method in Connection
88 public byte[] readPacket() throws IOException; in readPacket() method
235 public byte[] readPacket() throws IOException { in readPacket() method in SocketTransportWrapper
503 byte[] packet = connection.readPacket(); in run()
118 byte b[] = connection.readPacket(); in run()
402 public byte[] readPacket() throws IOException { in readPacket() method in SocketConnection