Home
last modified time | relevance | path

Searched refs:Init (Results 1 – 25 of 712) sorted by relevance

12345678910>>...29

/drivers/peripheral/camera/test/ut/pipeline_core/
Dpipeline_core_test.cpp64 re = core->Init();
73 re = s->Init(cameraId_);
84 re = core->Init();
93 re = s->Init(cameraId_);
104 re = core->Init();
117 re = s->Init(cameraId_);
128 re = core->Init();
137 re = s->Init(cameraId_);
155 re = core->Init();
168 re = s->Init(cameraId_);
[all …]
/drivers/peripheral/display/hal/default_standard/src/display_gralloc/
Dallocator_manager.cpp24 int32_t AllocatorManager::Init() in Init() function in OHOS::HDI::DISPLAY::AllocatorManager
33 int ret = drmAllocator->Init(); in Init()
39 ret = fbAllocator->Init(); in Init()
44 ret = dmaBufferallocator->Init(); in Init()
/drivers/peripheral/input/libinput/src/
Dinput_interface_implement.cpp27 RetStatus InputIfImpl::Init() in Init() function in OHOS::Input::InputIfImpl
39 return deviceInfoSptr_->Init(); in Init()
/drivers/peripheral/user_auth/test/unittest/service_test/src/
Duser_auth_interface_service_test.cpp199 EXPECT_EQ(service->Init(deviceUdid), 0);
222 EXPECT_EQ(service->Init(deviceUdid), 0);
251 EXPECT_EQ(service->Init(deviceUdid), 0);
265 EXPECT_EQ(service->Init(deviceUdid), 0);
281 EXPECT_EQ(service->Init(deviceUdid), 0);
297 EXPECT_EQ(service->Init(deviceUdid), 0);
319 EXPECT_EQ(service->Init(deviceUdid), 0);
342 EXPECT_EQ(service->Init(deviceUdid), 0);
380 EXPECT_EQ(service->Init(deviceUdid), 0);
422 EXPECT_EQ(service->Init(deviceUdid), 0);
[all …]
/drivers/external_device_manager/test/moduletest/bus_extension_core_mt/
Dext_device_manager_mt.cpp60 int32_t ret = DriverPkgManager::GetInstance().Init(); in main()
65 ret = ExtDeviceManager::GetInstance().Init(); in main()
71 ret = BusExtensionCore::GetInstance().Init(callback); in main()
/drivers/peripheral/display/hal/default_standard/src/display_device/core/
Dhdi_device_interface.cpp31 ret = drmDevice->Init(); in DiscoveryDevice()
42 ret = fbDevice->Init(); in DiscoveryDevice()
/drivers/peripheral/camera/vdi_base/common/utils/watchdog/
Dwatchdog.h28 void Init(int ms, std::function<void()> executor, bool isKill = false);
49 _dog.Init(t, f, k); \
/drivers/hdf_core/framework/tools/hdf_dev_eco_tool/resources/templates/lite/sensor_template/
Dhall_sensor_driver_source.template35 static int32_t Init${driver_upper_camel_case}(struct SensorCfgData *data)
92 ops.Init = NULL;
99 ret = Init${driver_upper_camel_case}(drvData->sensorCfg);
101 HDF_LOGE("%s: Init ${driver_upper_case} ${device_lower_camel_case} failed", __func__);
126 .Init = ${driver_upper_camel_case}InitDriver,
Dcom_sensor_driver_source.template62 static int32_t Init${driver_upper_camel_case}(struct SensorCfgData *data)
119 ops.Init = NULL;
127 ret = Init${driver_upper_camel_case}(drvData->sensorCfg);
129 HDF_LOGE("%s: Init ${driver_upper_case} accel failed", __func__);
154 .Init = ${driver_upper_camel_case}InitDriver,
Dals_sensor_driver_source.template66 static int32_t Init${driver_upper_camel_case}(struct SensorCfgData *data)
123 ops.Init = NULL;
131 ret = Init${driver_upper_camel_case}(drvData->sensorCfg);
133 HDF_LOGE("%s: Init ${driver_upper_case} ${device_lower_camel_case} failed", __func__);
158 .Init = ${driver_upper_camel_case}InitDriver,
Daccel_sensor_driver_source.template62 static int32_t Init${driver_upper_camel_case}(struct SensorCfgData *data)
119 ops.Init = NULL;
126 ret = Init${driver_upper_camel_case}(drvData->sensorCfg);
128 HDF_LOGE("%s: Init ${driver_upper_case} ${device_lower_camel_case} failed", __func__);
153 .Init = ${driver_upper_camel_case}InitDriver,
/drivers/external_device_manager/test/moduletest/drivers_pkg_manager_mt/
Ddrivers_pkg_manager_mt.cpp58 bool ret = BusExtensionCore::GetInstance().Init(callback); in main()
64 ret = drvPkgMgrInstance.Init(); in main()
/drivers/peripheral/display/hal/default_standard/src/display_device/fbdev/
Dfb_device.cpp67 int32_t FbDevice::Init() in Init() function in OHOS::HDI::DISPLAY::FbDevice
72 int ret = display->Init(); in Init()
Dfb_display.cpp52 int32_t FbDisplay::Init() in Init() function in OHOS::HDI::DISPLAY::FbDisplay
58 ret = HdiDisplay::Init(); in Init()
77 ret = preComp->Init(); in Init()
83 ret = postComp->Init(); in Init()
/drivers/peripheral/camera/vdi_base/common/pipeline_core/ipp/src/
Dalgo_plugin.cpp36 RetCode AlgoPlugin::Init(std::shared_ptr<CameraMetadata> meta) in Init() function in OHOS::Camera::AlgoPlugin
39 if (algoHandler_->func.Init == nullptr) { in Init()
44 int ret = algoHandler_->func.Init(nullptr); in Init()
191 algoHandler_->func.Init = reinterpret_cast<AlgoFuncInit>(::dlsym(algoHandler_->handle, "Init")); in LoadLib()
192 if (algoHandler_->func.Init == nullptr) { in LoadLib()
/drivers/external_device_manager/services/native/driver_extension/src/
Ddriver_extension.cpp55 void DriverExtension::Init(const std::shared_ptr<AbilityLocalRecord> &record, in Init() function in OHOS::AbilityRuntime::DriverExtension
60 ExtensionBase<DriverExtensionContext>::Init(record, application, handler, token); in Init()
/drivers/peripheral/thermal/interfaces/hdi_service/src/
Dthermal_interface_impl.cpp55 Init(); in ThermalInterfaceImpl()
58 int32_t ThermalInterfaceImpl::Init() in Init() function in OHOS::HDI::Thermal::V1_1::ThermalInterfaceImpl
105 thermalZoneMgr_->Init(); in Init()
242 int32_t ret = hdfTimer_->Init(); in StartTimerThread()
/drivers/hdf_core/framework/tools/hdf_dev_eco_tool/resources/templates/lite/
Dhdf_driver.c.template34 .Init = Hdf${driver_upper_camel_case}DriverInit,
38 …. When loading the driver, call the Bind function and then the Init function. If the Init function…
/drivers/hdf_core/framework/model/audio/usb/src/
Daudio_usb_codec_adapter.c21 .Init = AudioUsbCodecDeviceInit,
101 .Init = AudioUsbCodecDriverInit,
/drivers/peripheral/camera/vdi_base/common/device_manager/test/unittest/mpi/
Dutest_mpi_device_manager.cpp33 void Init() in Init() function in OHOS::Camera::TestNode
47 void Init() in Init() function in OHOS::Camera::TestDevice
83 rc = DM->Init();
113 sensor->Init(meta);
124 sensor->Init(meta);
227 node.Init();
229 device.Init();
/drivers/peripheral/location/gnss/hdi_service/
Dlocation_vendor_interface.cpp35 Init(); in LocationVendorInterface()
65 void LocationVendorInterface::Init() in Init() function in OHOS::HDI::Location::LocationVendorInterface
/drivers/peripheral/connected_nfc_tag/hdi_service/
Dconnected_nfc_tag_impl.cpp58 int32_t ConnectedNfcTagImpl::Init() in Init() function in OHOS::HDI::ConnectedNfcTag::V1_1::ConnectedNfcTagImpl
61 return adapter.Init(); in Init()
/drivers/hdf_core/framework/support/platform/src/uart/
Duart_core.c25 if (host->method == NULL || host->method->Init == NULL) { in UartHostRequest()
36 ret = host->method->Init(host); in UartHostRequest()
/drivers/peripheral/display/hal/default_standard/src/display_device/vsync/
Dsorft_vsync.cpp26 int32_t SorftVsync::Init() in Init() function in OHOS::HDI::DISPLAY::SorftVsync
39 int ret = instance.Init(); in GetInstance()
/drivers/peripheral/user_auth/hdi_service/interface/
Duseriam_common.h25 int32_t Init();

12345678910>>...29