Home
last modified time | relevance | path

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

/external/adhd/cras/src/server/
Ddev_io.c48 static void update_estimated_rate(struct open_dev *adev) in update_estimated_rate() argument
51 struct cras_iodev *dev = adev->dev; in update_estimated_rate()
65 adev->coarse_rate_adjust); in update_estimated_rate()
75 struct open_dev *adev; in count_non_empty_dev() local
76 DL_FOREACH(adevs, adev) { in count_non_empty_dev()
77 if (!adev->empty_pi || !pic_interval_elapsed(adev->empty_pi)) in count_non_empty_dev()
102 static int fetch_streams(struct open_dev *adev) in fetch_streams() argument
105 struct cras_iodev *odev = adev->dev; in fetch_streams()
113 DL_FOREACH(adev->dev->streams, dev_stream) { in fetch_streams()
171 struct open_dev *adev; in input_delay_frames() local
[all …]
Daudio_thread.c365 struct open_dev *adev; in thread_add_open_dev() local
368 adev, dev, iodev); in thread_add_open_dev()
369 if (adev) in thread_add_open_dev()
372 adev = (struct open_dev *)calloc(1, sizeof(*adev)); in thread_add_open_dev()
373 adev->dev = iodev; in thread_add_open_dev()
384 DL_APPEND(thread->open_devs[iodev->direction], adev); in thread_add_open_dev()
393 struct open_dev *adev = dev_io_find_open_dev( in thread_rm_open_dev() local
395 if (!adev) in thread_rm_open_dev()
398 dev_io_rm_open_dev(&thread->open_devs[iodev->direction], adev); in thread_rm_open_dev()
409 struct open_dev *adev = dev_io_find_open_dev( in thread_is_dev_open() local
[all …]
Ddev_io.h49 struct open_dev *adev,
/external/adhd/cras/src/tests/
Daudio_thread_unittest.cc216 struct open_dev *adev; in TEST_F() local
222 adev = thread_->open_devs[CRAS_STREAM_OUTPUT]; in TEST_F()
223 EXPECT_EQ(adev->dev, &iodev); in TEST_F()
226 adev = thread_->open_devs[CRAS_STREAM_OUTPUT]; in TEST_F()
227 EXPECT_EQ(NULL, adev); in TEST_F()
232 struct open_dev *adev; in TEST_F() local
240 adev = thread_->open_devs[CRAS_STREAM_OUTPUT]; in TEST_F()
241 EXPECT_EQ(adev->dev, &iodev); in TEST_F()
265 struct open_dev *adev; in TEST_F() local
271 adev = thread_->open_devs[CRAS_STREAM_INPUT]; in TEST_F()
[all …]
/external/u-boot/board/quipos/cairo/
DMAINTAINERS2 M: Albert ARIBAUD (3ADEV) <albert.aribaud@3adev.fr>
/external/u-boot/board/work-microwave/work_92105/
DMAINTAINERS2 M: Albert ARIBAUD <albert.aribaud@3adev.fr>
/external/u-boot/board/phytec/pcm052/
DMAINTAINERS2 M: Albert ARIBAUD (3ADEV) <albert.aribaud@3adev.fr>
Dimximage.cfg3 * Copyright 2015 3ADEV <http://www.3adev.com>
/external/python/setuptools/docs/
Dsetuptools.txt221 between them. Version ``1.9adev`` is the ``adev`` prerelease of ``1.9``,