OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ENDPOINT
(Results
1 - 16
of
16
) sorted by null
/external/chromium_org/net/quic/
quic_flow_controller.cc
14
#define
ENDPOINT
(is_server_ ? "Server: " : " Client: ")
33
DVLOG(1) <<
ENDPOINT
<< "Created flow controller for stream " << id_
40
DVLOG(1) <<
ENDPOINT
<< "Disabling QuicFlowController for stream " << id_
52
DVLOG(1) <<
ENDPOINT
<< "Stream " << id_ << " consumed: " << bytes_consumed_;
67
DVLOG(1) <<
ENDPOINT
<< "Stream " << id_
80
LOG(DFATAL) <<
ENDPOINT
<< "Stream " << id_ << " Trying to send an extra "
91
DVLOG(1) <<
ENDPOINT
<< "Stream " << id_ << " sent: " << bytes_sent_;
100
LOG(ERROR) <<
ENDPOINT
<< "Flow control violation on stream "
126
DVLOG(1) <<
ENDPOINT
<< "Sending WindowUpdate frame for stream " << id_
145
DVLOG(1) <<
ENDPOINT
<< "Stream " << id_ << " is flow control blocked.
[
all
...]
quic_crypto_stream.cc
21
#define
ENDPOINT
(session()->is_server() ? "Server: " : " Client: ")
44
DVLOG(1) <<
ENDPOINT
<< "Received " << message.DebugString();
69
DVLOG(1) <<
ENDPOINT
<< "Sending " << message.DebugString();
quic_connection.cc
182
#define
ENDPOINT
(is_server_ ? "Server: " : " Client: ")
247
DVLOG(1) <<
ENDPOINT
<< "Created connection with connection_id: "
321
DVLOG(1) <<
ENDPOINT
<< "Connection " << connection_id()
326
DVLOG(1) <<
ENDPOINT
<< "Received packet with mismatched version "
330
LOG(DFATAL) <<
ENDPOINT
<< "Framer called OnProtocolVersionMismatch. "
371
DVLOG(1) <<
ENDPOINT
<< "version negotiated " << received_version;
386
LOG(DFATAL) <<
ENDPOINT
<< "Framer parsed VersionNegotiationPacket."
403
DLOG(WARNING) <<
ENDPOINT
<< "The server already supports our version. "
416
DVLOG(1) <<
ENDPOINT
452
DVLOG(1) <<
ENDPOINT
<< "Ignoring packet from unexpected ConnectionId:
[
all
...]
reliable_quic_stream.cc
18
#define
ENDPOINT
(is_server_ ? "Server: " : " Client: ")
171
DVLOG(1) <<
ENDPOINT
<< "Ignoring frame " << frame.stream_id;
356
DLOG(ERROR) <<
ENDPOINT
<< "Attempt to write when the write side is closed";
427
DVLOG(1) <<
ENDPOINT
<< "Done reading from stream " << id();
431
DVLOG(1) <<
ENDPOINT
<< "Closing stream: " << id();
440
DVLOG(1) <<
ENDPOINT
<< "Done writing to stream " << id();
444
DVLOG(1) <<
ENDPOINT
<< "Closing stream: " << id();
461
DVLOG(1) <<
ENDPOINT
<< "Sending RST in OnClose: " << id();
quic_session.cc
23
#define
ENDPOINT
(is_server() ? "Server: " : " Client: ")
243
LOG(DFATAL) <<
ENDPOINT
260
DVLOG(1) <<
ENDPOINT
294
DVLOG(1) <<
ENDPOINT
<< "Received BLOCKED frame with stream id: "
408
DVLOG(1) <<
ENDPOINT
<< "Closing stream " << stream_id;
412
DVLOG(1) <<
ENDPOINT
<< "Stream is already closed: " << stream_id;
445
DVLOG(1) <<
ENDPOINT
<< "Received final byte offset " << final_byte_offset
564
LOG_IF(DFATAL, !config_.negotiated()) <<
ENDPOINT
576
LOG(ERROR) <<
ENDPOINT
<< "Got unknown handshake event: " << event;
593
DVLOG(1) <<
ENDPOINT
<< "num_streams: " << stream_map_.size(
[
all
...]
quic_data_stream.cc
17
#define
ENDPOINT
(session()->is_server() ? "Server: " : " Client: ")
quic_sent_packet_manager.cc
62
#define
ENDPOINT
(is_server_ ? "Server: " : " Client: ")
294
DVLOG(1) <<
ENDPOINT
<< "Got an ack for packet " << sequence_number;
699
DVLOG(1) <<
ENDPOINT
<< "Lost packet " << sequence_number;
[
all
...]
/external/okhttp/samples/simple-client/src/main/java/com/squareup/okhttp/sample/
OkHttpContributors.java
15
private static final String
ENDPOINT
= "https://api.github.com/repos/square/okhttp/contributors";
30
HttpURLConnection connection = client.open(new URL(
ENDPOINT
));
/frameworks/opt/telephony/src/java/com/android/internal/telephony/test/
TestConferenceEventPackageParser.java
42
* <
endpoint
>sip:+16505551212@ims-test-provider.com</
endpoint
>
102
ImsConferenceState.
ENDPOINT
), participant);
132
String
endpoint
= "";
local
143
} else if (parser.getName().equals(ImsConferenceState.
ENDPOINT
)) {
145
endpoint
= parser.getText();
154
Log.v(LOG_TAG, "
Endpoint
: "+
endpoint
);
159
bundle.putString(ImsConferenceState.
ENDPOINT
,
endpoint
);
[
all
...]
/external/chromium_org/tools/usb_gadget/
usb_constants.py
18
ENDPOINT
= 5
127
ENDPOINT
= 2
usb_descriptors.py
302
def AddEndpoint(self,
endpoint
):
303
if
endpoint
.bEndpointAddress in self._endpoints:
304
raise RuntimeError('
Endpoint
0x{:02X} already defined on this interface.'
305
.format(
endpoint
.bEndpointAddress))
306
self._endpoints[
endpoint
.bEndpointAddress] =
endpoint
307
self.Add(
endpoint
)
328
"""Standard
Endpoint
Descriptor.
336
usb_constants.DescriptorType.
ENDPOINT
)
/external/chromium_org/device/usb/
usb_device_handle.h
41
enum TransferRecipient { DEVICE, INTERFACE,
ENDPOINT
, OTHER };
77
uint8
endpoint
,
84
uint8
endpoint
,
91
uint8
endpoint
,
usb_device_handle_impl.cc
72
case UsbDeviceHandle::
ENDPOINT
:
389
const uint8
endpoint
,
400
const uint8 new_endpoint = ConvertTransferDirection(direction) |
endpoint
;
415
const uint8
endpoint
,
426
const uint8 new_endpoint = ConvertTransferDirection(direction) |
endpoint
;
442
const uint8
endpoint
,
459
const uint8 new_endpoint = ConvertTransferDirection(direction) |
endpoint
;
500
UsbDeviceHandleImpl::GetClaimedInterfaceForEndpoint(unsigned char
endpoint
) {
501
if (ContainsKey(endpoint_map_,
endpoint
))
502
return claimed_interfaces_[endpoint_map_[
endpoint
]];
[
all
...]
/frameworks/base/telephony/java/com/android/ims/
ImsConferenceState.java
43
// user >
endpoint
(String) : URI or GRUU or Phone number
44
public static final String
ENDPOINT
= "
endpoint
";
45
// user >
endpoint
> status
50
* "pending" :
Endpoint
is not yet in the session, but it is anticipated that he/she will
52
* "dialing-out" : Focus has dialed out to connect the
endpoint
to the conference,
53
* but the
endpoint
is not yet in the roster (probably being authenticated).
54
* "dialing-in" :
Endpoint
is dialing into the conference, not yet in the roster
57
*
endpoint
is being alerted.
58
* "on-hold" : Active signaling dialog exists between an
endpoint
and a focus
[
all
...]
/external/chromium_org/extensions/browser/api/usb/
usb_api.cc
156
*output = UsbDeviceHandle::
ENDPOINT
;
391
linked_ptr<EndpointDescriptor>
endpoint
(new EndpointDescriptor);
392
ConvertEndpointDescriptor(*endpointIt,
endpoint
.get());
393
output->endpoints.push_back(
endpoint
);
1025
transfer.
endpoint
,
[
all
...]
/frameworks/opt/net/ims/src/java/com/android/ims/
ImsCall.java
1505
String
endpoint
= confInfo.getString(ImsConferenceState.ENDPOINT);
local
[
all
...]
Completed in 207 milliseconds