HomeSort by relevance Sort by last modified time
    Searched refs:timer_started (Results 1 - 3 of 3) 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...]
  /packages/apps/DeskClock/src/com/android/deskclock/
HandleDeskClockApiCalls.java 230 reason = getString(R.string.timer_started);

Completed in 1365 milliseconds