Home
last modified time | relevance | path

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

/frameworks/av/media/module/bufferpool/1.0/
DAccessorImpl.h83 std::map<BufferId, std::set<ConnectionId>> mUsingConnections; member
DAccessorImpl.cpp272 insert(&mUsingConnections, bufferId, connectionId); in handleOwnBuffer()
288 erase(&mUsingConnections, bufferId, connectionId); in handleReleaseBuffer()
427 bool deleted = erase(&mUsingConnections, bufferId, connectionId); in handleClose()
/frameworks/av/media/module/bufferpool/2.0/
DAccessorImpl.h112 std::map<BufferId, std::set<ConnectionId>> mUsingConnections; member
DAccessorImpl.cpp466 insert(&mUsingConnections, bufferId, connectionId); in handleOwnBuffer()
489 erase(&mUsingConnections, bufferId, connectionId); in handleReleaseBuffer()
639 bool deleted = erase(&mUsingConnections, bufferId, connectionId); in handleClose()