Searched refs:frames_to_play_in_sleep (Results 1 – 6 of 6) sorted by relevance
/external/adhd/cras/src/server/ |
D | cras_bt_io.c | 445 static unsigned int frames_to_play_in_sleep(struct cras_iodev *iodev, in frames_to_play_in_sleep() function 450 if (!dev || !dev->frames_to_play_in_sleep) in frames_to_play_in_sleep() 454 return dev->frames_to_play_in_sleep(dev, hw_level, hw_tstamp); in frames_to_play_in_sleep() 508 iodev->frames_to_play_in_sleep = frames_to_play_in_sleep; in cras_bt_io_create()
|
D | cras_a2dp_iodev.c | 372 static unsigned int frames_to_play_in_sleep(struct cras_iodev *iodev, in frames_to_play_in_sleep() function 661 iodev->frames_to_play_in_sleep = frames_to_play_in_sleep; in a2dp_iodev_create()
|
D | dev_io.c | 741 unsigned int frames_to_play_in_sleep; in update_dev_wakeup_time() local 745 frames_to_play_in_sleep = cras_iodev_frames_to_play_in_sleep( in update_dev_wakeup_time() 757 frames_to_play_in_sleep); in update_dev_wakeup_time() 759 cras_frames_to_time_precise(frames_to_play_in_sleep, est_rate, in update_dev_wakeup_time()
|
D | cras_iodev.h | 276 unsigned int (*frames_to_play_in_sleep)(struct cras_iodev *iodev, member
|
D | cras_iodev.c | 1436 if (odev->frames_to_play_in_sleep) in cras_iodev_frames_to_play_in_sleep() 1437 return odev->frames_to_play_in_sleep(odev, hw_level, hw_tstamp); in cras_iodev_frames_to_play_in_sleep()
|
/external/adhd/cras/src/tests/ |
D | a2dp_iodev_unittest.cc | 349 iodev->frames_to_play_in_sleep(iodev, &level, &tstamp)); in TEST_F() 369 frames = iodev->frames_to_play_in_sleep(iodev, &level, &tstamp); in TEST_F() 379 iodev->frames_to_play_in_sleep(iodev, &level, &tstamp)); in TEST_F() 390 frames = iodev->frames_to_play_in_sleep(iodev, &level, &tstamp); in TEST_F() 408 iodev->frames_to_play_in_sleep(iodev, &level, &tstamp)); in TEST_F() 417 frames = iodev->frames_to_play_in_sleep(iodev, &level, &tstamp); in TEST_F()
|