Searched refs:healthy (Results 1 – 1 of 1) sorted by relevance
2620 const bool healthy = (mPreviousBindDelay == 0ms); in needToBind() local2625 << (healthy ? "The DL is healthy/freshly bound, ok to retry for a few times." in needToBind()2629 if (!healthy) { in needToBind()2690 const bool healthy = (bindDelay == 0ms); in bind() local2692 << (healthy ? ", retrying." : ""); in bind()2696 if (healthy) { in bind()