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

  /external/adhd/cras/src/server/
cras_bt_io.c 477 unsigned int try_profile = 0; local
488 try_profile = btnode->profile;
492 try_profile = active->profile;
494 return try_profile;
cras_bt_device.c 410 unsigned try_profile; local
413 try_profile = cras_bt_io_try_remove(bt_iodev, iodev);
414 if (!try_profile)
421 if (!cras_bt_io_on_profile(bt_iodev, try_profile)) {
422 device->active_profile = try_profile;
428 try_profile);

Completed in 72 milliseconds