Searched refs:num_tx_queue_polling_attempts_ (Results 1 - 2 of 2) sorted by relevance

/system/connectivity/shill/
H A Dconnection_health_checker.h119 return num_tx_queue_polling_attempts_;
122 num_tx_queue_polling_attempts_ = val;
229 int16_t num_tx_queue_polling_attempts_; member in class:shill::ConnectionHealthChecker
H A Dconnection_health_checker.cc206 num_tx_queue_polling_attempts_ = 0;
323 num_tx_queue_polling_attempts_ = 0;
364 if (num_tx_queue_polling_attempts_ < kMaxSentDataPollingAttempts) {
367 ++num_tx_queue_polling_attempts_;

Completed in 32 milliseconds