Searched refs:handles_map_ (Results 1 – 12 of 12) sorted by relevance
/hardware/qcom/display/msm8998/libgralloc1/ |
D | gr_buf_mgr.cpp | 53 handles_map_.clear(); in BufferManager() 224 handles_map_.emplace(std::make_pair(hnd, buffer)); in RegisterHandleLocked() 253 auto it = handles_map_.find(hnd); in GetBufferFromHandleLocked() 254 if (it != handles_map_.end()) { in GetBufferFromHandleLocked() 296 handles_map_.erase(hnd); in ReleaseBuffer() 809 for (auto it : handles_map_) { in Dump()
|
D | gr_buf_mgr.h | 128 std::unordered_map<const private_handle_t*, std::shared_ptr<Buffer>> handles_map_ = {}; variable
|
/hardware/qcom/display/msm8909w_3100/libgralloc1/ |
D | gr_buf_mgr.cpp | 52 handles_map_.clear(); in BufferManager() 220 handles_map_.emplace(std::make_pair(hnd, buffer)); in RegisterHandleLocked() 245 auto it = handles_map_.find(hnd); in GetBufferFromHandleLocked() 246 if (it != handles_map_.end()) { in GetBufferFromHandleLocked() 295 handles_map_.erase(hnd); in ReleaseBuffer() 908 for (auto it : handles_map_) { in Dump()
|
D | gr_buf_mgr.h | 127 std::unordered_map<const private_handle_t*, std::shared_ptr<Buffer>> handles_map_ = {}; variable
|
/hardware/qcom/display/msm8909/gralloc/ |
D | gr_buf_mgr.cpp | 52 handles_map_.clear(); in BufferManager() 226 handles_map_.emplace(std::make_pair(hnd, buffer)); in RegisterHandleLocked() 251 auto it = handles_map_.find(hnd); in GetBufferFromHandleLocked() 252 if (it != handles_map_.end()) { in GetBufferFromHandleLocked() 294 handles_map_.erase(hnd); in ReleaseBuffer() 909 for (auto it : handles_map_) { in Dump()
|
D | gr_buf_mgr.h | 127 std::unordered_map<const private_handle_t*, std::shared_ptr<Buffer>> handles_map_ = {}; variable
|
/hardware/qcom/display/msm8996/libgralloc1/ |
D | gr_buf_mgr.cpp | 53 handles_map_.clear(); in BufferManager() 217 handles_map_.emplace(std::make_pair(hnd, buffer)); in RegisterHandleLocked() 246 auto it = handles_map_.find(hnd); in GetBufferFromHandleLocked() 247 if (it != handles_map_.end()) { in GetBufferFromHandleLocked() 304 handles_map_.erase(hnd); in ReleaseBuffer() 817 for (auto it : handles_map_) { in Dump()
|
D | gr_buf_mgr.h | 128 std::unordered_map<const private_handle_t*, std::shared_ptr<Buffer>> handles_map_ = {}; variable
|
/hardware/qcom/sm7250/display/gralloc/ |
D | gr_buf_mgr.h | 102 std::unordered_map<const private_handle_t *, std::shared_ptr<Buffer>> handles_map_ = {}; variable
|
D | gr_buf_mgr.cpp | 723 handles_map_.clear(); in BufferManager() 807 handles_map_.emplace(std::make_pair(hnd, buffer)); in RegisterHandleLocked() 851 auto it = handles_map_.find(hnd); in GetBufferFromHandleLocked() 852 if (it != handles_map_.end()) { in GetBufferFromHandleLocked() 903 handles_map_.erase(hnd); in ReleaseBuffer() 1152 fs << "Total layers = " << handles_map_.size() << std::endl; in BuffersDump() 1154 for (auto it : handles_map_) { in BuffersDump() 1174 for (auto it : handles_map_) { in Dump() 1200 if (handles_map_.empty()) { in GetAllHandles() 1203 out_handle_list->reserve(handles_map_.size()); in GetAllHandles() [all …]
|
/hardware/qcom/sm8150/display/gralloc/ |
D | gr_buf_mgr.h | 101 std::unordered_map<const private_handle_t *, std::shared_ptr<Buffer>> handles_map_ = {}; variable
|
D | gr_buf_mgr.cpp | 738 handles_map_.clear(); in BufferManager() 823 handles_map_.emplace(std::make_pair(hnd, buffer)); in RegisterHandleLocked() 862 auto it = handles_map_.find(hnd); in GetBufferFromHandleLocked() 863 if (it != handles_map_.end()) { in GetBufferFromHandleLocked() 914 handles_map_.erase(hnd); in ReleaseBuffer() 1139 for (auto it : handles_map_) { in Dump() 1165 if (handles_map_.empty()) { in GetAllHandles() 1168 out_handle_list->reserve(handles_map_.size()); in GetAllHandles() 1169 for (auto handle : handles_map_) { in GetAllHandles()
|