Searched defs:int32_t (Results 1 – 7 of 7) sorted by relevance
/drivers/peripheral/camera/vdi_base/common/utils/exif/ |
D | exif_utils.h | 21 using int32_t = signed int; variable
|
/drivers/peripheral/camera/vdi_base/common/pipeline_core/ipp/src/ |
D | offline_pipeline_manager.cpp | 77 [&id](const std::pair<int32_t, std::shared_ptr<OfflinePipeline>>& stream) { in DestoryOfflinePipeline()
|
/drivers/hdf_core/framework/tools/hc-gen/src/ |
D | text_gen.cpp | 85 …auto ret = ast_->WalkBackward([this](const std::shared_ptr<AstObject> ¤t, int32_t) -> uint32… in HeaderOutputTraversal() argument 613 … return ast_->WalkBackward([this](const std::shared_ptr<AstObject> &object, int32_t) -> uint32_t { in OutputTemplateImpl() argument 641 … return ast_->WalkBackward([this](const std::shared_ptr<AstObject> &object, int32_t) -> uint32_t { in OutputTemplateVariablesDeclare() argument
|
D | ast.cpp | 1080 return WalkForward([this](const std::shared_ptr<AstObject> ¤t, int32_t) -> int32_t { in InheritExpand() argument 1102 bool ret = WalkForward([](const std::shared_ptr<AstObject> ¤t, int32_t) -> int32_t { in RedefineCheck() argument
|
/drivers/peripheral/sensor/hdi_service/ |
D | sensor_clients_manager.cpp | 340 bool SensorClientsManager::GetClients(int groupId, std::unordered_map<int32_t, SensorClientInfo> &c… in GetClients() 351 bool SensorClientsManager::GetBestSensorConfigMap(std::unordered_map<int32_t, struct BestSensorConf… in GetBestSensorConfigMap()
|
/drivers/interface/display/composer/v1_0/display_command/ |
D | display_cmd_requester.h | 551 … std::shared_ptr<CommandDataUnpacker> replyUnpacker, std::unordered_map<int32_t, int32_t> &errMaps) in OnReplySetError()
|
/drivers/peripheral/distributed_audio/hdi_service/audio/v1_0/src/ |
D | audio_adapter_interface_impl.cpp | 896 …[dhId](std::pair<int32_t, sptr<AudioRenderInterfaceImplBase>> item) { return item.first == dhId; }… in GetRenderImpl()
|