OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ProtobufWireAdapter
(Results
1 - 5
of
5
) sorted by null
/external/google-tv-pairing-protocol/java/src/com/google/polo/wire/
WireFormat.java
21
import com.google.polo.wire.protobuf.
ProtobufWireAdapter
;
41
return
ProtobufWireAdapter
.fromContext(context);
/external/google-tv-pairing-protocol/cpp/src/polo/wire/protobuf/
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
...]
protobufwireadapter.h
29
class
ProtobufWireAdapter
: public PoloWireAdapter {
33
explicit
ProtobufWireAdapter
(PoloWireInterface* interface);
34
virtual ~
ProtobufWireAdapter
() {}
145
DISALLOW_COPY_AND_ASSIGN(
ProtobufWireAdapter
);
/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(),
/external/google-tv-pairing-protocol/cpp/tests/polo/wire/protobuf/
protobufwireadaptertest.cc
15
// Tests for
ProtobufWireAdapter
.
20
#include <polo/wire/protobuf/
protobufwireadapter
.h>
58
// Test fixture for
ProtobufWireAdapter
tests.
106
ProtobufWireAdapter
adapter_;
Completed in 389 milliseconds