HomeSort by relevance Sort by last modified time
    Searched defs:timer_started (Results 1 - 2 of 2) sorted by null

  /external/libnfc-nxp/src/
phLlcNfc_Timer.c 509 uint8_t timer_started = 0; local
519 timer_started = (uint8_t)
526 if (0 != timer_started)
544 timer_started = (uint8_t)GET_BITS8 (ps_timer_info->timer_flag,
548 if (0 != timer_started)
    [all...]
  /system/bt/bta/dm/
bta_dm_pm.c 544 BOOLEAN timer_started = FALSE; local
658 timer_started = TRUE;
671 if (!timer_started)
681 timer_started = TRUE;
    [all...]

Completed in 89 milliseconds