/external/google-tv-pairing-protocol/cpp/src/polo/pairing/ |
pairingsession.cc | 24 PairingSession::PairingSession(wire::PoloWireAdapter* wire, 28 wire_(wire), 165 wire()->SendErrorMessage(kErrorProtocol); 219 wire()->SendErrorMessage(kErrorProtocol); 225 wire()->SendErrorMessage(kErrorInvalidChallengeResponse); 233 wire()->SendErrorMessage(kErrorProtocol); 249 wire()->SendErrorMessage(kErrorInvalidChallengeResponse);
|
pairingsession.h | 24 #include "polo/wire/polowireadapter.h" 55 // Creates a new pairing session. The given wire adapter will be used for 59 PairingSession(wire::PoloWireAdapter* wire, 151 // Gets the wire adapter used to send and receive Polo messages. 152 wire::PoloWireAdapter* wire() const { return wire_; } function in class:polo::pairing::PairingSession 186 wire::PoloWireAdapter* wire_;
|
/external/google-tv-pairing-protocol/cpp/src/polo/wire/ |
polowireadapter.h | 18 #include "polo/wire/polowireinterface.h" 23 namespace wire { namespace in namespace:polo 79 // Gets the Polo wire interface used to send and receive data. 92 } // namespace wire
|
/external/kernel-headers/original/uapi/linux/ |
atm_idt77105.h | 19 __u32 symbol_errors; /* wire symbol errors */
|
netfilter_decnet.h | 37 /* Packets about to hit the wire. */
|
/external/protobuf/java/src/main/java/com/google/protobuf/micro/ |
WireFormatMicro.java | 40 * the Protocol Buffer wire format. 58 /** Given a tag value, determines the wire type (the lower 3 bits). */ 68 /** Makes a tag value given a field number and wire type. */ 73 // Field numbers for feilds in MessageSet wire format.
|
/external/protobuf/src/google/protobuf/ |
unittest_extension_repeated_nano.proto | 9 // The reuse is deliberate, for testing wire compatibility.
|
unittest_extension_singular_nano.proto | 9 // The reuse is deliberate, for testing wire compatibility.
|
unittest_extension_packed_nano.proto | 9 // The reuse is deliberate, for testing wire compatibility.
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/ |
atm_idt77105.h | 19 __u32 symbol_errors; /* wire symbol errors */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/ |
atm_idt77105.h | 19 __u32 symbol_errors; /* wire symbol errors */
|
/external/boringssl/src/tool/ |
client.cc | 175 std::vector<uint8_t> wire; local 187 wire.push_back(static_cast<uint8_t>(len)); 188 wire.resize(wire.size() + len); 189 memcpy(wire.data() + wire.size() - len, alpn_protos.data() + i, len); 192 if (SSL_CTX_set_alpn_protos(ctx.get(), wire.data(), wire.size()) != 0) {
|
/external/google-tv-pairing-protocol/java/src/com/google/polo/pairing/message/ |
PoloMessage.java | 19 import com.google.polo.wire.PoloWireInterface; 25 * the wire version of protocol messages to subclasses of PoloMessage.
|
/external/google-tv-pairing-protocol/cpp/src/polo/wire/protobuf/ |
protobufwireadapter.h | 21 #include "polo/wire/polowireadapter.h" 22 #include "polo/wire/protobuf/polo.pb.h" 25 namespace wire { namespace in namespace:polo 28 // Polo wire adapter that transmits Polo messages using protocol buffers. 32 // @param interface the wire interface used to send and receive data 149 } // namespace wire
|
/external/google-tv-pairing-protocol/cpp/tests/polo/pairing/ |
pairingsessiontest.cc | 20 #include "polo/wire/mocks.h" 35 TestPairingSession(wire::PoloWireAdapter* wire, 38 : PairingSession(wire, context, challenge) { 104 StrictMock<wire::MockWireInterface> interface_; 105 StrictMock<wire::MockWireAdapter> wire_;
|
/external/google-tv-pairing-protocol/java/src/com/google/polo/pairing/ |
ClientPairingSession.java | 25 import com.google.polo.wire.PoloWireInterface; 42 * @param protocol the wire interface for the session 54 * @param protocol the wire interface for the session
|
/external/google-tv-pairing-protocol/java/src/com/google/polo/wire/json/ |
JsonWireAdapter.java | 17 package com.google.polo.wire.json; 26 import com.google.polo.wire.PoloWireInterface; 38 * Messages are streamed over the wire prepended with an integer which indicates
|
/external/google-tv-pairing-protocol/java/src/com/google/polo/wire/protobuf/ |
ProtobufWireAdapter.java | 17 package com.google.polo.wire.protobuf; 34 import com.google.polo.wire.PoloWireInterface; 35 import com.google.polo.wire.protobuf.PoloProto.OuterMessage; 52 * buffers to the wire protocol only. Some applications may prefer to use 53 * a different wire format, where the requirement of adding the protobuf library 90 * Returns the next message sent over the wire, blocking as necessary. 97 * Returns the next message read over the wire, requiring it to be a certain 118 * @return the next OuterMessage read from the wire 140 * Reads the next inner message from the wire, decoding and handling the outer 234 * Writes an {@link OuterMessage} to the wire [all...] |
/external/google-tv-pairing-protocol/java/ |
Makefile | 54 $(PROTO_JAVA_OUT)/$(PACKAGE_NAME)/wire/protobuf/PoloProto.java: $(PROTO_SRC_DIR)/polo.proto 59 $(PROTO_JAVA_OUT)/$(PACKAGE_NAME)/wire/protobuf/PoloProto.java
|
/external/google-tv-pairing-protocol/proto/ |
polo.proto | 3 package polo.wire.protobuf; 6 option java_package = "com.google.polo.wire.protobuf";
|
/external/nist-sip/java/gov/nist/javax/sip/stack/ |
StackMessageFactory.java | 35 * and responses. When a Request comes in off the wire, the stack calls 37 * When a response comes off the wire, the stack calls newSIPServerResponse
|
/external/clang/test/CodeGenCXX/ |
debug-info-template-fwd.cpp | 28 // wire up the base class of Derived<int> in the debug info later on)
|
/external/nanopb-c/examples/using_double_on_avr/ |
README.txt | 10 to store the raw wire values, because its size is correct on all
|
/external/protobuf/java/src/main/java/com/google/protobuf/ |
WireFormat.java | 40 * the Protocol Buffer wire format. 58 /** Given a tag value, determines the wire type (the lower 3 bits). */ 68 /** Makes a tag value given a field number and wire type. */ 149 // Field numbers for fields in MessageSet wire format.
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/X11/extensions/ |
xtestext1proto.h | 136 * This is the definition for the input action wire event structure. 139 * remain the same size as all other wire events (32 bytes). 149 * This is the definition for the xTestFakeAck wire event structure. 152 * It must remain the same size as all other wire events (32 bytes).
|