Home
last modified time | relevance | path

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

/frameworks/av/media/codec2/hidl/1.0/utils/
Dtypes.cpp1002 auto foundConnection = mConnections.find(connectionId); in send() local
1003 bool isNewConnection = foundConnection == mConnections.end(); in send()
1007 (now - foundConnection->second.lastSent > mRefreshInterval)) { in send()
1024 foundConnection = mConnections.try_emplace( in send()
1027 foundConnection->second.receiverConnectionId = receiverConnectionId; in send()
1031 receiverConnectionId = foundConnection->second.receiverConnectionId; in send()
1042 mConnections.erase(foundConnection); in send()
1047 mConnections.erase(foundConnection); in send()
1054 foundConnection->second.lastSent = now; in send()