Searched refs:REMOTE_CALL_TIMEOUT_MS (Results 1 – 2 of 2) sorted by relevance
34 const int64_t REMOTE_CALL_TIMEOUT_MS = 30 * 1000; // 30 seconds variable47 Section(int id, int64_t timeoutMs = REMOTE_CALL_TIMEOUT_MS, bool userdebugAndEngOnly = false,112 WorkerThreadSection(int id, int64_t timeoutMs = REMOTE_CALL_TIMEOUT_MS,
622 : WorkerThreadSection(id, REMOTE_CALL_TIMEOUT_MS, userdebugAndEngOnly), mService(service) { in DumpsysSection()