Home
last modified time | relevance | path

Searched refs:kTUIStatusPath (Results 1 – 2 of 2) sorted by relevance

/hardware/google/graphics/common/libhwc2.1/libdrmresource/include/
Ddrmeventlistener.h50 static constexpr const char kTUIStatusPath[] = "/sys/devices/platform/exynos-drm/tui_status"; variable
/hardware/google/graphics/common/libhwc2.1/libdrmresource/drm/
Ddrmeventlistener.cpp67 tuievent_fd_.Set(open(kTUIStatusPath, O_RDONLY)); in Init()
69 ALOGE("Failed to open sysfs(%s) for TUI event: %s", kTUIStatusPath, strerror(errno)); in Init()