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

  /external/chromium_org/device/bluetooth/
bluetooth_socket_thread.cc 31 : active_socket_count_(0) {}
43 active_socket_count_++;
49 active_socket_count_--;
50 if (active_socket_count_ == 0 && thread_) {
71 DCHECK(active_socket_count_ > 0);
bluetooth_socket_thread.h 41 int active_socket_count_; member in class:device::BluetoothSocketThread
  /external/chromium_org/net/socket/
client_socket_pool_base.h 373 return active_socket_count_ == 0 && idle_sockets_.empty() &&
382 return active_socket_count_ + static_cast<int>(jobs_.size()) +
447 void IncrementActiveSocketCount() { active_socket_count_++; }
448 void DecrementActiveSocketCount() { active_socket_count_--; }
453 int active_socket_count() const { return active_socket_count_; }
482 int active_socket_count_; // number of active sockets used by clients member in class:net::internal::ClientSocketPoolBaseHelper::Group
    [all...]
client_socket_pool_base.cc     [all...]

Completed in 45 milliseconds