Home
last modified time | relevance | path

Searched refs:mHdiDevices (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/drivers/peripheral/display/composer/vdi_base/src/
H A Dhdi_session.cpp40 mHdiDevices = HdiDeviceInterface::DiscoveryDevice(); in Init()
41 DISPLAY_LOGD("devices size %{public}zd", mHdiDevices.size()); in Init()
43 for (auto device : mHdiDevices) { in Init()
59 for (auto device : mHdiDevices) { in HandleHotplug()
/ohos5.0/drivers/peripheral/display/hal/default_standard/src/display_device/core/
H A Dhdi_session.cpp37 mHdiDevices = HdiDeviceInterface::DiscoveryDevice(); in Init()
38 DISPLAY_LOGD("devices size %{public}zd", mHdiDevices.size()); in Init()
40 for (auto device : mHdiDevices) { in Init()
H A Dhdi_session.h65 std::vector<std::shared_ptr<HdiDeviceInterface>> mHdiDevices; variable
/ohos5.0/drivers/peripheral/display/composer/vdi_base/include/
H A Dhdi_session.h70 std::vector<std::shared_ptr<HdiDeviceInterface>> mHdiDevices; variable