Searched defs:bt_iodev (Results 1 – 4 of 4) sorted by relevance
/external/adhd/cras/src/server/ |
D | cras_bt_io.c | 57 static struct cras_ionode *add_profile_dev(struct cras_iodev *bt_iodev, in add_profile_dev() 577 void cras_bt_io_free_resources(struct cras_iodev *bt_iodev) in cras_bt_io_free_resources() 595 void cras_bt_io_destroy(struct cras_iodev *bt_iodev) in cras_bt_io_destroy() 611 struct cras_ionode *cras_bt_io_get_profile(struct cras_iodev *bt_iodev, in cras_bt_io_get_profile() 623 int cras_bt_io_append(struct cras_iodev *bt_iodev, struct cras_iodev *dev, in cras_bt_io_append() 646 int cras_bt_io_on_profile(struct cras_iodev *bt_iodev, in cras_bt_io_on_profile() 654 cras_bt_io_profile_to_log(struct cras_iodev *bt_iodev) in cras_bt_io_profile_to_log() 667 unsigned int cras_bt_io_try_remove(struct cras_iodev *bt_iodev, in cras_bt_io_try_remove() 692 int cras_bt_io_remove(struct cras_iodev *bt_iodev, struct cras_iodev *dev) in cras_bt_io_remove()
|
D | cras_bt_device.c | 398 struct cras_iodev *bt_iodev; in cras_bt_device_append_iodev() local 436 struct cras_iodev *bt_iodev; in cras_bt_device_rm_iodev() local 1173 struct cras_iodev *bt_iodev) in cras_bt_device_switch_profile_enable_dev() 1185 struct cras_iodev *bt_iodev) in cras_bt_device_switch_profile() 1235 struct cras_iodev *bt_iodev, in bt_device_switch_profile()
|
/external/adhd/cras/src/tests/ |
D | bt_device_unittest.cc | 555 void cras_bt_io_destroy(struct cras_iodev* bt_iodev) { in cras_bt_io_destroy() 559 struct cras_iodev* bt_iodev, in cras_bt_io_get_profile() 563 int cras_bt_io_append(struct cras_iodev* bt_iodev, in cras_bt_io_append() 571 int cras_bt_io_on_profile(struct cras_iodev* bt_iodev, in cras_bt_io_on_profile() 575 unsigned int cras_bt_io_try_remove(struct cras_iodev* bt_iodev, in cras_bt_io_try_remove() 579 int cras_bt_io_remove(struct cras_iodev* bt_iodev, struct cras_iodev* dev) { in cras_bt_io_remove()
|
D | bt_io_unittest.cc | 139 static struct cras_iodev* bt_iodev; member in __anon0f6cc2290111::BtIoBasicSuite 153 struct cras_iodev* BtIoBasicSuite::bt_iodev; member in __anon0f6cc2290111::BtIoBasicSuite 446 struct cras_iodev* bt_iodev) { in cras_bt_device_switch_profile() 452 struct cras_iodev* bt_iodev) { in cras_bt_device_switch_profile_enable_dev()
|