Home
last modified time | relevance | path

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

/hardware/libhardware/modules/usbaudio/
Daudio_hal.c501 static bool are_devices_the_same(unsigned int left_num_devices, in are_devices_the_same() argument
507 if (left_num_devices != right_num_devices) { in are_devices_the_same()
510 return are_all_devices_found(left_num_devices, left_cards, left_devices, in are_devices_the_same()
513 left_num_devices, left_cards, left_devices); in are_devices_the_same()