HomeSort by relevance Sort by last modified time
    Searched refs:timer_val (Results 1 - 5 of 5) sorted by null

  /device/google/marlin/camera/QCamera2/util/
QCameraPerf.h 71 int32_t lock_acq_timed(int32_t timer_val);
80 void startTimer(uint32_t timer_val);
QCameraPerf.cpp 255 * @timer_val: timer duration in milliseconds
262 void QCameraPerfLock::startTimer(uint32_t timer_val)
266 mPerfLockTimeout = timer_val;
277 * @timer_val: lock duration
284 int32_t QCameraPerfLock::lock_acq_timed(int32_t timer_val)
300 timer_val += pendingTimeout;
302 startTimer(timer_val);
311 ret = (*perf_lock_acq)(mPerfLockHandleTimed, timer_val, perf_lock_params,
  /device/linaro/bootloader/arm-trusted-firmware/plat/mediatek/mt8173/drivers/spm/
spm.c 187 val = pwrctrl->timer_val ? pwrctrl->timer_val : PCM_TIMER_MAX;
spm.h 215 unsigned int timer_val; member in struct:pwr_ctrl
spm_suspend.c 251 pwrctrl->timer_val, pwrctrl->wake_src,

Completed in 1156 milliseconds