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

  /external/adhd/cras/src/tests/
bt_io_unittest.cc 81 d->close_dev = close_dev;
125 static int close_dev(cras_iodev* iodev) { function in class:__anon14129::BtIoBasicSuite
175 bt_iodev->close_dev(bt_iodev);
221 bt_iodev->close_dev(bt_iodev);
238 bt_iodev->close_dev(bt_iodev);
loopback_iodev_unittest.cc 93 EXPECT_EQ(0, loop_in_->close_dev(loop_in_));
127 EXPECT_EQ(0, loop_in_->close_dev(loop_in_));
158 EXPECT_EQ(0, loop_in_->close_dev(loop_in_));
hfp_iodev_unittest.cc 128 iodev->close_dev(iodev);
152 iodev->close_dev(iodev);
audio_thread_unittest_obsolete.cc 87 iodev_.close_dev = close_dev;
199 static int close_dev(cras_iodev* iodev) { function in class:ReadStreamSuite
518 iodev_.close_dev = close_dev;
635 static int close_dev(cras_iodev* iodev) { function in class:WriteStreamSuite
1187 static int close_dev(cras_iodev* iodev) { function in class:AddStreamSuite
1532 static int close_dev(struct cras_iodev *iodev) { function in class:ActiveDevicesSuite
    [all...]
audio_thread_unittest.cc 95 iodev->close_dev = close_dev;
141 static int close_dev(cras_iodev* iodev) { function in class:StreamDeviceSuite
a2dp_iodev_unittest.cc 168 iodev->close_dev(iodev);
alsa_io_unittest.cc 697 iodev->close_dev(iodev);
729 iodev->close_dev(iodev);
737 iodev->close_dev(iodev);
    [all...]
  /external/adhd/cras/src/server/
cras_empty_iodev.c 85 static int close_dev(struct cras_iodev *iodev) function
200 iodev->close_dev = close_dev;
cras_hfp_iodev.c 114 static int close_dev(struct cras_iodev *iodev) function
251 iodev->close_dev = close_dev;
test_iodev.c 66 static int close_dev(struct cras_iodev *iodev) function
197 iodev->close_dev = close_dev;
cras_bt_io.c 199 static int close_dev(struct cras_iodev *iodev) function
216 rc = dev->close_dev(dev);
340 iodev->close_dev = close_dev;
cras_iodev_list.c 364 static void close_dev(struct cras_iodev *dev) function
463 close_dev(dev);
473 close_dev(edev->dev);
476 close_dev(edev->dev);
693 close_dev(edev->dev);
711 close_dev(dev);
787 close_dev(dev);
cras_a2dp_iodev.c 193 static int close_dev(struct cras_iodev *iodev) function
493 iodev->close_dev = close_dev;
cras_iodev.h 102 * close_dev - Closes the device if it is open.
182 int (*close_dev)(struct cras_iodev *iodev); member in struct:cras_iodev
500 /* Open an iodev, does teardown and invokes the close_dev callback. */
cras_loopback_iodev.c 269 iodev->close_dev = close_record_dev;
cras_alsa_io.c 293 static int close_dev(struct cras_iodev *iodev) function
    [all...]
cras_iodev.c 866 rc = iodev->close_dev(iodev);
    [all...]

Completed in 198 milliseconds