HomeSort by relevance Sort by last modified time
    Searched full:timer_idx (Results 1 - 1 of 1) sorted by null

  /system/bt/bta/dm/
bta_dm_pm.c 50 UINT8 timer_idx);
220 const UINT8 timer_idx = bta_pm_action_to_timer_idx(power_mode); local
221 if (timer_idx == BTA_DM_PM_MODE_TIMER_MAX)
228 if (bta_dm_cb.pm_timer[i].srvc_id[timer_idx] != BTA_ID_MAX)
230 bta_dm_pm_stop_timer_by_index(&bta_dm_cb.pm_timer[i], timer_idx);
232 * TODO: Intentionally setting pm_action[timer_idx].
237 bta_dm_cb.pm_timer[i].pm_action[timer_idx] = power_mode;
283 static void bta_dm_pm_start_timer(tBTA_PM_TIMER *p_timer, UINT8 timer_idx,
289 if (p_timer->srvc_id[timer_idx] == BTA_ID_MAX)
292 if (p_timer->pm_action[timer_idx] < pm_action
545 UINT8 timer_idx, available_timer = BTA_DM_PM_MODE_TIMER_MAX; local
    [all...]

Completed in 58 milliseconds