Home
last modified time | relevance | path

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

/external/adhd/cras/src/server/
Dcras_bt_io.c445 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()
Dcras_a2dp_iodev.c372 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()
Ddev_io.c741 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()
Dcras_iodev.h276 unsigned int (*frames_to_play_in_sleep)(struct cras_iodev *iodev, member
Dcras_iodev.c1436 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/
Da2dp_iodev_unittest.cc349 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()