Home
last modified time | relevance | path

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

/hardware/interfaces/audio/aidl/default/bluetooth/
DModuleBluetooth.cpp173 const auto proxyIt = mProxies.find(devicePortId); in checkAudioPatchEndpointsMatch() local
174 if (proxyIt == mProxies.end()) return ndk::ScopedAStatus::ok(); in checkAudioPatchEndpointsMatch()
175 const auto& pcmConfig = proxyIt->second.pcmConfig; in checkAudioPatchEndpointsMatch()
266 const auto proxyIt = mProxies.find(connectionsIt->second); in getNominalLatencyMs() local
267 if (proxyIt != mProxies.end()) { in getNominalLatencyMs()
268 auto proxy = proxyIt->second.ptr; in getNominalLatencyMs()
313 const auto proxyIt = mProxies.find(connectionsIt->second); in fetchAndCheckProxy() local
314 if (proxyIt != mProxies.end()) { in fetchAndCheckProxy()
315 proxy = proxyIt->second; in fetchAndCheckProxy()
316 mProxies.erase(proxyIt); in fetchAndCheckProxy()
[all …]