Home
last modified time | relevance | path

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

/hardware/interfaces/audio/aidl/default/r_submix/
DSubmixRoute.cpp44 auto routeItr = routes->find(deviceAddress); in findOrCreateRoute() local
45 if (routeItr != routes->end()) { in findOrCreateRoute()
46 return routeItr->second; in findOrCreateRoute()
60 auto routeItr = routes->find(deviceAddress); in findRoute() local
61 if (routeItr != routes->end()) { in findRoute()
62 return routeItr->second; in findRoute()