| /device/soc/amlogic/a311d/hardware/display/src/display_device/ |
| D | drm_vsync_worker.cpp | 31 mThread = std::make_unique<std::thread>([this]() { WorkThread(); }); in Init() 32 … DISPLAY_CHK_RETURN((mThread == nullptr), DISPLAY_FAILURE, DISPLAY_LOGE("can not create thread")); in Init() 59 if (mThread != nullptr) { in ~DrmVsyncWorker() 60 mThread->join(); in ~DrmVsyncWorker()
|
| D | hdi_netlink_monitor.h | 33 std::unique_ptr<std::thread> mThread; variable
|
| /device/soc/hisilicon/common/hal/display/source/display_device/src/drm/ |
| D | drm_vsync_worker.cpp | 31 mThread = std::make_unique<std::thread>([this]() { WorkThread(); }); in Init() 32 … DISPLAY_CHK_RETURN((mThread == nullptr), DISPLAY_FAILURE, DISPLAY_LOGE("can not create thread")); in Init() 59 if (mThread != nullptr) { in ~DrmVsyncWorker() 60 mThread->join(); in ~DrmVsyncWorker()
|
| D | drm_vsync_worker.h | 43 std::unique_ptr<std::thread> mThread; variable
|
| /device/soc/nxp/hardware/display/src/display_device/drm/ |
| D | drm_vsync_worker.cpp | 34 mThread = std::make_unique<std::thread>([this]() { WorkThread(); }); in Init() 35 … DISPLAY_CHK_RETURN((mThread == nullptr), DISPLAY_FAILURE, DISPLAY_LOGE("can not create thread")); in Init() 62 if (mThread != nullptr) { in ~DrmVsyncWorker() 63 mThread->join(); in ~DrmVsyncWorker()
|
| /device/soc/allwinner/t507/hardware/display/src/display_device/ |
| D | drm_vsync_worker.cpp | 31 mThread = std::make_unique<std::thread>([this]() { WorkThread(); }); in Init() 32 … DISPLAY_CHK_RETURN((mThread == nullptr), DISPLAY_FAILURE, DISPLAY_LOGE("can not create thread")); in Init() 59 if (mThread != nullptr) { in ~DrmVsyncWorker() 60 mThread->join(); in ~DrmVsyncWorker()
|
| D | hdi_netlink_monitor.h | 33 std::unique_ptr<std::thread> mThread; variable
|
| /device/soc/rockchip/common/hardware/display/src/display_device/ |
| D | drm_vsync_worker.cpp | 33 mThread = std::make_unique<std::thread>([this]() { WorkThread(); }); in Init() 34 … DISPLAY_CHK_RETURN((mThread == nullptr), DISPLAY_FAILURE, DISPLAY_LOGE("can not create thread")); in Init() 61 if (mThread != nullptr) { in ~DrmVsyncWorker() 62 mThread->join(); in ~DrmVsyncWorker()
|
| D | hdi_netlink_monitor.cpp | 39 … mThread = std::make_unique<std::thread>(std::bind(&HdiNetLinkMonitor::MonitorThread, this)); in Init() 40 mThread->detach(); in Init()
|
| D | hdi_netlink_monitor.h | 34 std::unique_ptr<std::thread> mThread; variable
|
| /device/soc/rockchip/rk3399/hardware/display/src/display_device/ |
| D | drm_vsync_worker.cpp | 31 mThread = std::make_unique<std::thread>([this]() { WorkThread(); }); in Init() 32 … DISPLAY_CHK_RETURN((mThread == nullptr), DISPLAY_FAILURE, DISPLAY_LOGE("can not create thread")); in Init() 59 if (mThread != nullptr) { in ~DrmVsyncWorker() 60 mThread->join(); in ~DrmVsyncWorker()
|
| D | hdi_netlink_monitor.cpp | 39 mThread = std::make_unique<std::thread>(std::bind(&HdiNetLinkMonitor::MonitorThread, this)); in Init() 40 mThread->detach(); in Init()
|
| D | hdi_netlink_monitor.h | 34 std::unique_ptr<std::thread> mThread; variable
|
| D | drm_vsync_worker.h | 43 std::unique_ptr<std::thread> mThread; variable
|
| /device/soc/rockchip/rk3568/hardware/display/src/display_device/ |
| D | drm_vsync_worker.cpp | 31 mThread = std::make_unique<std::thread>([this]() { WorkThread(); }); in Init() 32 … DISPLAY_CHK_RETURN((mThread == nullptr), DISPLAY_FAILURE, DISPLAY_LOGE("can not create thread")); in Init() 59 if (mThread != nullptr) { in ~DrmVsyncWorker() 60 mThread->join(); in ~DrmVsyncWorker()
|
| D | hdi_netlink_monitor.cpp | 34 mThread = std::make_unique<std::thread>(std::bind(&HdiNetLinkMonitor::MonitorThread, this)); in Init() 35 mThread->detach(); in Init()
|
| D | hdi_netlink_monitor.h | 34 std::unique_ptr<std::thread> mThread; variable
|
| /device/soc/rockchip/rk3566/hardware/display/src/display_device/ |
| D | drm_vsync_worker.cpp | 31 mThread = std::make_unique<std::thread>([this]() { WorkThread(); }); in Init() 32 … DISPLAY_CHK_RETURN((mThread == nullptr), DISPLAY_FAILURE, DISPLAY_LOGE("can not create thread")); in Init() 59 if (mThread != nullptr) { in ~DrmVsyncWorker() 60 mThread->join(); in ~DrmVsyncWorker()
|
| D | hdi_netlink_monitor.cpp | 34 mThread = std::make_unique<std::thread>(std::bind(&HdiNetLinkMonitor::MonitorThread, this)); in Init() 35 mThread->detach(); in Init()
|
| D | hdi_netlink_monitor.h | 34 std::unique_ptr<std::thread> mThread; variable
|
| /device/soc/rockchip/rk3588/hardware/display/src/display_device/ |
| D | drm_vsync_worker.cpp | 31 mThread = std::make_unique<std::thread>([this]() { WorkThread(); }); in Init() 32 … DISPLAY_CHK_RETURN((mThread == nullptr), DISPLAY_FAILURE, DISPLAY_LOGE("can not create thread")); in Init() 59 if (mThread != nullptr) { in ~DrmVsyncWorker() 60 mThread->join(); in ~DrmVsyncWorker()
|
| D | hdi_netlink_monitor.cpp | 34 mThread = std::make_unique<std::thread>(std::bind(&HdiNetLinkMonitor::MonitorThread, this)); in Init() 35 mThread->detach(); in Init()
|
| D | hdi_netlink_monitor.h | 34 std::unique_ptr<std::thread> mThread; variable
|
| /device/soc/nxp/hardware/display/src/display_device/core/ |
| D | hdi_netlink_monitor.h | 36 std::unique_ptr<std::thread> mThread; variable
|
| /device/soc/hisilicon/common/hal/display/source/display_device/src/core/ |
| D | hdi_netlink_monitor.h | 33 std::unique_ptr<std::thread> mThread; variable
|