Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/bta/le_audio/
Dstate_machine_test.cc447 auto dev_it = in ConfigureIsoManagerMock() local
453 if (dev_it == le_audio_devices_.end()) { in ConfigureIsoManagerMock()
460 if (group->IsDeviceInTheGroup(dev_it->get())) { in ConfigureIsoManagerMock()
462 group.get(), dev_it->get(), 0, conn_handle); in ConfigureIsoManagerMock()
472 auto dev_it = in ConfigureIsoManagerMock() local
478 if (dev_it == le_audio_devices_.end()) { in ConfigureIsoManagerMock()
485 if (group->IsDeviceInTheGroup(dev_it->get())) { in ConfigureIsoManagerMock()
487 group.get(), dev_it->get(), 0, conn_handle); in ConfigureIsoManagerMock()
504 auto dev_it = std::find_if( in ConfigureIsoManagerMock() local
510 if (dev_it == le_audio_devices_.end()) { in ConfigureIsoManagerMock()
[all …]