Searched refs:mUsingConnections (Results 1 – 4 of 4) sorted by relevance
/frameworks/av/media/module/bufferpool/1.0/ |
D | AccessorImpl.h | 83 std::map<BufferId, std::set<ConnectionId>> mUsingConnections; member
|
D | AccessorImpl.cpp | 272 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/ |
D | AccessorImpl.h | 112 std::map<BufferId, std::set<ConnectionId>> mUsingConnections; member
|
D | AccessorImpl.cpp | 466 insert(&mUsingConnections, bufferId, connectionId); in handleOwnBuffer() 489 erase(&mUsingConnections, bufferId, connectionId); in handleReleaseBuffer() 639 bool deleted = erase(&mUsingConnections, bufferId, connectionId); in handleClose()
|