Home
last modified time | relevance | path

Searched defs:int32_t (Results 1 – 7 of 7) sorted by relevance

/drivers/peripheral/camera/vdi_base/common/utils/exif/
Dexif_utils.h21 using int32_t = signed int; variable
/drivers/peripheral/camera/vdi_base/common/pipeline_core/ipp/src/
Doffline_pipeline_manager.cpp77 [&id](const std::pair<int32_t, std::shared_ptr<OfflinePipeline>>& stream) { in DestoryOfflinePipeline()
/drivers/hdf_core/framework/tools/hc-gen/src/
Dtext_gen.cpp85 …auto ret = ast_->WalkBackward([this](const std::shared_ptr<AstObject> &current, 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
Dast.cpp1080 return WalkForward([this](const std::shared_ptr<AstObject> &current, int32_t) -> int32_t { in InheritExpand() argument
1102 bool ret = WalkForward([](const std::shared_ptr<AstObject> &current, int32_t) -> int32_t { in RedefineCheck() argument
/drivers/peripheral/sensor/hdi_service/
Dsensor_clients_manager.cpp340 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/
Ddisplay_cmd_requester.h551 … 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/
Daudio_adapter_interface_impl.cpp896 …[dhId](std::pair<int32_t, sptr<AudioRenderInterfaceImplBase>> item) { return item.first == dhId; }… in GetRenderImpl()