Home
last modified time | relevance | path

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

/hardware/interfaces/media/bufferpool/aidl/default/
DBufferPool.cpp187 insert(&mUsingConnections, bufferId, connectionId); in handleOwnBuffer()
210 erase(&mUsingConnections, bufferId, connectionId); in handleReleaseBuffer()
360 bool deleted = erase(&mUsingConnections, bufferId, connectionId); in handleClose()
DBufferPool.h56 std::map<BufferId, std::set<ConnectionId>> mUsingConnections; member