Home
last modified time | relevance | path

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

/hardware/samsung/nfc/halimpl/src/
Dhal.cc320 nfc_hal_info.cfg.override_timeout = 0; in setSleepTimeout()
327 nfc_hal_info.cfg.override_timeout = timeout; in setSleepTimeout()
335 OSI_logd("Override timeout is %d ms", nfc_hal_info.cfg.override_timeout); in setSleepTimeout()
Dhal_task.cc54 nfc_hal_info.cfg.override_timeout = 0; in hal_sleep()
65 OSI_timer_start(nfc_hal_info.sleep_timer, nfc_hal_info.cfg.override_timeout, in hal_update_sleep_timer()
/hardware/samsung/nfc/halimpl/include/
Dhal.h94 uint32_t override_timeout; member