HomeSort by relevance Sort by last modified time
    Searched refs:StreamId (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/google_apis/gcm/engine/
mcs_client.h 149 typedef uint32 StreamId;
151 typedef std::vector<StreamId> StreamIdList;
153 typedef std::map<StreamId, PersistentId> StreamIdToPersistentIdMap;
185 void HandleStreamAck(StreamId last_stream_id_received_);
191 void HandleServerConfirmedReceipt(StreamId device_stream_id);
245 StreamId last_device_to_server_stream_id_received_;
247 StreamId last_server_to_device_stream_id_received_;
250 StreamId stream_id_out_;
254 StreamId stream_id_in_;
264 std::map<StreamId, PersistentIdList> acked_server_ids_
    [all...]
mcs_client.cc 388 for (std::map<StreamId, PersistentIdList>::const_iterator iter =
580 StreamId last_stream_id_received = GetLastStreamIdReceived(*protobuf);
594 for (std::map<StreamId, PersistentIdList>::iterator iter =
747 void MCSClient::HandleStreamAck(StreamId last_stream_id_received) {
773 StreamId last_stream_id_received = 0;
787 StreamId device_stream_id = outgoing_packet->stream_id;
805 StreamId device_stream_id = outgoing_packet->stream_id;
848 void MCSClient::HandleServerConfirmedReceipt(StreamId device_stream_id) {
850 for (std::map<StreamId, PersistentIdList>::iterator iter =
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
sbe.h 12 DWORD StreamId;
  /external/chromium_org/third_party/webrtc/modules/video_render/
incoming_video_stream.h 56 uint32_t StreamId() const;
incoming_video_stream.cc 279 uint32_t IncomingVideoStream::StreamId() const {
  /external/chromium_org/net/quic/
quic_headers_stream_test.cc 189 TEST_P(QuicHeadersStreamTest, StreamId) {

Completed in 95 milliseconds