Home
last modified time | relevance | path

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

/hardware/google/camera/common/hal/utils/
Dpipeline_request_id_manager.cc57 if (pipeline_request_ids_.find(pipeline_id) == pipeline_request_ids_.end()) { in SetPipelineRequestId()
58 pipeline_request_ids_.emplace( in SetPipelineRequestId()
63 auto& request_id_info = pipeline_request_ids_[pipeline_id][frame_index]; in SetPipelineRequestId()
101 if (pipeline_request_ids_.find(pipeline_id) == pipeline_request_ids_.end()) { in GetPipelineRequestId()
107 auto& request_id_info = pipeline_request_ids_[pipeline_id][frame_index]; in GetPipelineRequestId()
Dpipeline_request_id_manager.h67 std::unordered_map<uint32_t, std::vector<RequestIdInfo>> pipeline_request_ids_; variable