Home
last modified time | relevance | path

Searched refs:try_profile (Results 1 – 2 of 2) sorted by relevance

/external/adhd/cras/src/server/
Dcras_bt_io.c505 unsigned int try_profile = 0; in cras_bt_io_try_remove() local
516 try_profile = btnode->profile; in cras_bt_io_try_remove()
520 try_profile = active->profile; in cras_bt_io_try_remove()
522 return try_profile; in cras_bt_io_try_remove()
Dcras_bt_device.c411 unsigned try_profile; in cras_bt_device_rm_iodev() local
414 try_profile = cras_bt_io_try_remove(bt_iodev, iodev); in cras_bt_device_rm_iodev()
415 if (!try_profile) in cras_bt_device_rm_iodev()
422 if (!cras_bt_io_on_profile(bt_iodev, try_profile)) { in cras_bt_device_rm_iodev()
423 device->active_profile = try_profile; in cras_bt_device_rm_iodev()
429 try_profile); in cras_bt_device_rm_iodev()