Home
last modified time | relevance | path

Searched defs:getNextMessage (Results 1 – 5 of 5) sorted by relevance

/external/google-tv-pairing-protocol/java/src/com/google/polo/wire/
DPoloWireInterface.java37 public PoloMessage getNextMessage() throws IOException, PoloException; in getNextMessage() method
48 public PoloMessage getNextMessage(PoloMessage.PoloMessageType type) in getNextMessage() method
/external/google-tv-pairing-protocol/java/src/com/google/polo/wire/json/
DJsonWireAdapter.java79 public PoloMessage getNextMessage() throws IOException, PoloException { in getNextMessage() method in JsonWireAdapter
99 public PoloMessage getNextMessage(PoloMessageType type) throws IOException, in getNextMessage() method in JsonWireAdapter
/external/google-tv-pairing-protocol/java/src/com/google/polo/wire/xml/
DXmlWireAdapter.java73 public PoloMessage getNextMessage() throws IOException, PoloException { in getNextMessage() method in XmlWireAdapter
85 public PoloMessage getNextMessage(PoloMessageType type) throws IOException, PoloException { in getNextMessage() method in XmlWireAdapter
/external/google-tv-pairing-protocol/java/src/com/google/polo/wire/protobuf/
DProtobufWireAdapter.java92 public PoloMessage getNextMessage() throws IOException, PoloException { in getNextMessage() method in ProtobufWireAdapter
105 public PoloMessage getNextMessage(PoloMessage.PoloMessageType type) in getNextMessage() method in ProtobufWireAdapter
/external/google-tv-pairing-protocol/java/src/com/google/polo/pairing/
DPairingSession.java631 protected PoloMessage getNextMessage(PoloMessageType type) in getNextMessage() method in PairingSession