Searched refs:kMaxConnectionRetry (Results 1 – 1 of 1) sorted by relevance
75 const int32_t kMaxConnectionRetry = 25; // Retry up to 5 seconds. variable580 mRemainingConnectionRetryCount = kMaxConnectionRetry; in connectToVhal()598 ALOGE("Failed to connect to VHAL after %d attempt%s. Gave up.", kMaxConnectionRetry, in connectToVhalHelper()599 kMaxConnectionRetry > 1 ? "s" : ""); in connectToVhalHelper()