HomeSort by relevance Sort by last modified time
    Searched refs:timer_manager (Results 1 - 3 of 3) sorted by null

  /external/adhd/cras/src/server/
stream_list.c 19 struct cras_tm *timer_manager; member in struct:stream_list
43 list->drain_timer = cras_tm_create_timer(list->timer_manager,
55 struct cras_tm *timer_manager)
63 list->timer_manager = timer_manager;
107 cras_tm_cancel_timer(list->timer_manager, list->drain_timer);
128 cras_tm_cancel_timer(list->timer_manager, list->drain_timer);
stream_list.h 24 struct cras_tm *timer_manager);
  /external/adhd/cras/src/tests/
iodev_list_unittest.cc     [all...]

Completed in 148 milliseconds