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

  /external/chromium_org/google_apis/gcm/engine/
mcs_client.cc 100 stream_id_out_(0),
206 stream_id_out_ = 1;
238 acked_server_ids_[stream_id_out_] = restored_unackeds_server_ids_;
270 stream_id_out_ = 1; // Login request is hardcoded to id 1.
339 packet_info->stream_id = ++stream_id_out_;
361 acked_server_ids_[stream_id_out_] = persistent_id_list;
469 DCHECK_EQ(1U, stream_id_out_);
mcs_client.h 190 // stream_id_out_ + 1.
191 StreamId stream_id_out_; member in class:gcm::MCSClient

Completed in 32 milliseconds