Home
last modified time | relevance | path

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

/external/adhd/cras/src/server/
Ddev_io.c66 static void update_estimated_rate(struct open_dev *adev, in update_estimated_rate() argument
71 struct cras_iodev *dev = adev->dev; in update_estimated_rate()
122 adev->coarse_rate_adjust); in update_estimated_rate()
133 struct open_dev *adev; in count_non_empty_dev() local
134 DL_FOREACH (adevs, adev) { in count_non_empty_dev()
135 if (!adev->empty_pi || !pic_interval_elapsed(adev->empty_pi)) in count_non_empty_dev()
195 static int fetch_streams(struct open_dev *adev) in fetch_streams() argument
198 struct cras_iodev *odev = adev->dev; in fetch_streams()
206 DL_FOREACH (adev->dev->streams, dev_stream) { in fetch_streams()
273 struct open_dev *adev; in input_delay_frames() local
[all …]
Daudio_thread.c268 struct open_dev *adev; in thread_add_open_dev() local
270 DL_SEARCH_SCALAR(thread->open_devs[iodev->direction], adev, dev, iodev); in thread_add_open_dev()
271 if (adev) in thread_add_open_dev()
274 adev = (struct open_dev *)calloc(1, sizeof(*adev)); in thread_add_open_dev()
275 adev->dev = iodev; in thread_add_open_dev()
286 DL_APPEND(thread->open_devs[iodev->direction], adev); in thread_add_open_dev()
296 struct open_dev *adev = in thread_rm_open_dev() local
298 if (!adev) in thread_rm_open_dev()
301 dev_io_rm_open_dev(&thread->open_devs[dir], adev); in thread_rm_open_dev()
312 struct open_dev *adev = dev_io_find_open_dev( in thread_is_dev_open() local
[all …]
Ddev_io.h54 int write_output_samples(struct open_dev **odevs, struct open_dev *adev,
/external/adhd/cras/src/tests/
Daudio_thread_unittest.cc259 struct open_dev* adev; in TEST_F() local
265 adev = thread_->open_devs[CRAS_STREAM_OUTPUT]; in TEST_F()
266 EXPECT_EQ(adev->dev, &iodev); in TEST_F()
269 adev = thread_->open_devs[CRAS_STREAM_OUTPUT]; in TEST_F()
270 EXPECT_EQ(NULL, adev); in TEST_F()
275 struct open_dev* adev; in TEST_F() local
283 adev = thread_->open_devs[CRAS_STREAM_OUTPUT]; in TEST_F()
284 EXPECT_EQ(adev->dev, &iodev); in TEST_F()
328 struct open_dev* adev; in TEST_F() local
334 adev = thread_->open_devs[CRAS_STREAM_INPUT]; in TEST_F()
[all …]
/external/toybox/toys/posix/
Dtar.c59 int fd, ouid, ggid, hlc, warn, adev, aino, sparselen;
192 if (TT.adev == st->st_dev && TT.aino == st->st_ino) { in add_to_tar()
846 TT.adev = st.st_dev; in tar_main()
/external/toybox/android/linux/generated/
Dglobals.h1494 int fd, ouid, ggid, hlc, warn, adev, aino, sparselen; member
/external/toybox/android/device/generated/
Dglobals.h1494 int fd, ouid, ggid, hlc, warn, adev, aino, sparselen; member
/external/toybox/android/mac/generated/
Dglobals.h1494 int fd, ouid, ggid, hlc, warn, adev, aino, sparselen; member
/external/python/setuptools/docs/
Dsetuptools.txt221 between them. Version ``1.9adev`` is the ``adev`` prerelease of ``1.9``,