Home
last modified time | relevance | path

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

/aosp12/hardware/qcom/sm7250/display/sdm/libs/core/drm/
H A Dhw_device_drm.h147 static const int kTimeoutMsPowerOff = 3000; variable
148 static const int kTimeoutMsDoze = kTimeoutMsPowerOff;
149 static const int kTimeoutMsDozeSuspend = kTimeoutMsPowerOff;
H A Dhw_device_drm.cpp1033 Fence::Wait(retire_fence, kTimeoutMsPowerOff); in PowerOff()