Home
last modified time | relevance | path

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

/external/adhd/cras/src/server/
Dcras_bt_device.c92 struct cras_timer *switch_profile_timer; member
281 if (device->switch_profile_timer) in cras_bt_device_destroy()
282 cras_tm_cancel_timer(tm, device->switch_profile_timer); in cras_bt_device_destroy()
1015 device->switch_profile_timer = NULL; in profile_switch_delay_cb()
1040 if (device->switch_profile_timer) { in bt_device_switch_profile_with_delay()
1041 cras_tm_cancel_timer(tm, device->switch_profile_timer); in bt_device_switch_profile_with_delay()
1042 device->switch_profile_timer = NULL; in bt_device_switch_profile_with_delay()
1044 device->switch_profile_timer = cras_tm_create_timer( in bt_device_switch_profile_with_delay()