OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ProtobufWireAdapter
(Results
1 - 3
of
3
) sorted by null
/external/google-tv-pairing-protocol/cpp/src/polo/wire/protobuf/
protobufwireadapter.h
29
class
ProtobufWireAdapter
: public PoloWireAdapter {
33
explicit
ProtobufWireAdapter
(PoloWireInterface* interface);
34
virtual ~
ProtobufWireAdapter
() {}
145
DISALLOW_COPY_AND_ASSIGN(
ProtobufWireAdapter
);
protobufwireadapter.cc
18
#include "polo/wire/protobuf/
protobufwireadapter
.h"
31
ProtobufWireAdapter
::
ProtobufWireAdapter
(PoloWireInterface* interface)
35
void
ProtobufWireAdapter
::GetNextMessage() {
47
void
ProtobufWireAdapter
::SendConfigurationMessage(
63
void
ProtobufWireAdapter
::SendConfigurationAckMessage(
71
void
ProtobufWireAdapter
::SendOptionsMessage(
101
void
ProtobufWireAdapter
::SendPairingRequestMessage(
116
void
ProtobufWireAdapter
::SendPairingRequestAckMessage(
130
void
ProtobufWireAdapter
::SendSecretMessage
[
all
...]
/external/google-tv-pairing-protocol/java/src/com/google/polo/wire/protobuf/
ProtobufWireAdapter.java
56
public class
ProtobufWireAdapter
implements PoloWireInterface {
73
public
ProtobufWireAdapter
(InputStream input, OutputStream output) {
84
public static
ProtobufWireAdapter
fromContext(PairingContext context) {
85
return new
ProtobufWireAdapter
(context.getPeerInputStream(),
Completed in 312 milliseconds