Home
last modified time | relevance | path

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

/external/adhd/cras/src/server/
Dcras_bt_device.c105 struct cras_timer *suspend_timer; member
282 if (device->suspend_timer) in cras_bt_device_destroy()
283 cras_tm_cancel_timer(tm, device->suspend_timer); in cras_bt_device_destroy()
1154 device->suspend_timer = NULL; in bt_device_suspend_cb()
1166 if (device->suspend_timer) in bt_device_schedule_suspend()
1168 device->suspend_timer = in bt_device_schedule_suspend()
1175 if (device->suspend_timer == NULL) in bt_device_cancel_suspend()
1177 cras_tm_cancel_timer(tm, device->suspend_timer); in bt_device_cancel_suspend()
1178 device->suspend_timer = NULL; in bt_device_cancel_suspend()