Home
last modified time | relevance | path

Searched refs:ProtobufWireAdapter (Results 1 – 5 of 5) sorted by relevance

/external/google-tv-pairing-protocol/cpp/src/polo/wire/protobuf/
Dprotobufwireadapter.cc31 ProtobufWireAdapter::ProtobufWireAdapter(PoloWireInterface* interface) in ProtobufWireAdapter() function in polo::wire::protobuf::ProtobufWireAdapter
35 void ProtobufWireAdapter::GetNextMessage() { in GetNextMessage()
47 void ProtobufWireAdapter::SendConfigurationMessage( in SendConfigurationMessage()
63 void ProtobufWireAdapter::SendConfigurationAckMessage( in SendConfigurationAckMessage()
71 void ProtobufWireAdapter::SendOptionsMessage( in SendOptionsMessage()
101 void ProtobufWireAdapter::SendPairingRequestMessage( in SendPairingRequestMessage()
116 void ProtobufWireAdapter::SendPairingRequestAckMessage( in SendPairingRequestAckMessage()
130 void ProtobufWireAdapter::SendSecretMessage( in SendSecretMessage()
141 void ProtobufWireAdapter::SendSecretAckMessage( in SendSecretAckMessage()
152 void ProtobufWireAdapter::OnBytesReceived( in OnBytesReceived()
[all …]
Dprotobufwireadapter.h29 class ProtobufWireAdapter : public PoloWireAdapter {
33 explicit ProtobufWireAdapter(PoloWireInterface* interface);
34 virtual ~ProtobufWireAdapter() {} in ~ProtobufWireAdapter()
145 DISALLOW_COPY_AND_ASSIGN(ProtobufWireAdapter);
/external/google-tv-pairing-protocol/java/src/com/google/polo/wire/
DWireFormat.java21 import com.google.polo.wire.protobuf.ProtobufWireAdapter;
41 return ProtobufWireAdapter.fromContext(context); in getWireInterface()
/external/google-tv-pairing-protocol/java/src/com/google/polo/wire/protobuf/
DProtobufWireAdapter.java56 public class ProtobufWireAdapter implements PoloWireInterface { class
73 public ProtobufWireAdapter(InputStream input, OutputStream output) { in ProtobufWireAdapter() method in ProtobufWireAdapter
84 public static ProtobufWireAdapter fromContext(PairingContext context) { in fromContext()
85 return new ProtobufWireAdapter(context.getPeerInputStream(), in fromContext()
/external/google-tv-pairing-protocol/cpp/tests/polo/wire/protobuf/
Dprotobufwireadaptertest.cc106 ProtobufWireAdapter adapter_;