Searched refs:mProxies (Results 1 – 2 of 2) sorted by relevance
173 const auto proxyIt = mProxies.find(devicePortId); in checkAudioPatchEndpointsMatch()174 if (proxyIt == mProxies.end()) return ndk::ScopedAStatus::ok(); in checkAudioPatchEndpointsMatch()191 if (!connected) mProxies.erase(audioPort.id); in onExternalDeviceConnectionChanged()266 const auto proxyIt = mProxies.find(connectionsIt->second); in getNominalLatencyMs()267 if (proxyIt != mProxies.end()) { in getNominalLatencyMs()305 mProxies.insert(std::pair(instancePortId, proxy)); in createProxy()313 const auto proxyIt = mProxies.find(connectionsIt->second); in fetchAndCheckProxy()314 if (proxyIt != mProxies.end()) { in fetchAndCheckProxy()316 mProxies.erase(proxyIt); in fetchAndCheckProxy()335 if (auto proxyIt = mProxies.find(audioPort.id); proxyIt != mProxies.end()) { in findOrCreateProxy()
92 std::map<int32_t /*instantiated device port ID*/, CachedProxy> mProxies; variable