HomeSort by relevance Sort by last modified time
    Searched defs:ENDPOINT (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/chrome/browser/usb/
usb_device_handle.h 59 enum TransferRecipient { DEVICE, INTERFACE, ENDPOINT, OTHER };
94 const uint8 endpoint,
101 const uint8 endpoint,
108 const uint8 endpoint,
140 // Look up the claimed interface by endpoint. Return NULL if the interface
141 // of the endpoint is not found.
143 unsigned char endpoint);
  /external/chromium_org/net/quic/
quic_session.cc 22 #define ENDPOINT (is_server_ ? "Server: " : " Client: ")
107 DLOG(INFO) << ENDPOINT << "Got packet header for invalid GUID: "
184 LOG(DFATAL) << ENDPOINT << "Stream failed to close under ConnectionClose";
230 DLOG(INFO) << ENDPOINT << "Closing stream " << stream_id;
234 DLOG(INFO) << ENDPOINT << "Stream is already closed: " << stream_id;
273 LOG_IF(DFATAL, !config_.negotiated()) << ENDPOINT
282 LOG(ERROR) << ENDPOINT << "Got unknown handshake event: " << event;
291 DLOG(INFO) << ENDPOINT << "num_streams: " << stream_map_.size()
quic_connection.cc 135 #define ENDPOINT (is_server_ ? "Server: " : " Client: ")
183 LOG(INFO) << ENDPOINT << "Seeding packet loss with " << seed;
244 LOG(DFATAL) << ENDPOINT << "Framer called OnProtocolVersionMismatch. "
295 LOG(DFATAL) << ENDPOINT << "Framer parsed VersionNegotiationPacket."
312 DLOG(WARNING) << ENDPOINT << "The server already supports our version. "
345 DLOG(INFO) << ENDPOINT << "Ignoring packet from unexpected GUID: "
352 DLOG(INFO) << ENDPOINT << "Packet " << header.packet_sequence_number
369 DLOG(WARNING) << ENDPOINT << "Got packet without version flag before "
392 DVLOG(1) << ENDPOINT << "Received packet header: " << header;
421 DVLOG(1) << ENDPOINT << "OnAckFrame: " << incoming_ack
    [all...]

Completed in 274 milliseconds