Home
last modified time | relevance | path

Searched defs:IDLE_TIMEOUT (Results 1 – 5 of 5) sorted by relevance

/aosp12/packages/modules/DnsResolver/
H A DDnsTlsDispatcher.cpp262 static constexpr std::chrono::minutes IDLE_TIMEOUT(5); variable
/aosp12/frameworks/av/camera/tests/
H A DCameraBinderTests.cpp67 #define IDLE_TIMEOUT 2000000000 // ns macro
/aosp12/frameworks/hardware/interfaces/cameraservice/vts/functional/
H A DVtsHalCameraServiceV2_0TargetTest.cpp90 #define IDLE_TIMEOUT 2000000000 // ns macro
/aosp12/frameworks/base/services/core/java/com/android/server/wm/
H A DActivityTaskSupervisor.java174 private static final int IDLE_TIMEOUT = 10 * 1000 * Build.HW_TIMEOUT_MULTIPLIER; field in ActivityTaskSupervisor
/aosp12/frameworks/base/apex/jobscheduler/service/java/com/android/server/
H A DDeviceIdleController.java1194 public long IDLE_TIMEOUT = DEFAULT_IDLE_TIMEOUT; field in DeviceIdleController.Constants