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