Home
last modified time | relevance | path

Searched refs:kMaxRouterConnectionAttempts (Results 1 – 1 of 1) sorted by relevance

/packages/services/Car/computepipe/runner/client_interface/
DAidlClient.cpp39 constexpr int kMaxRouterConnectionAttempts = 10; variable
93 for (int i =0; i < kMaxRouterConnectionAttempts; i++) { in tryRegisterPipeRunner()