Home
last modified time | relevance | path

Searched refs:rotPath (Results 1 – 3 of 3) sorted by relevance

/hardware/qcom/display/liboverlay/
DoverlayMdpRot.cpp71 if(!mFd.open(Res::rotPath, O_RDWR)){ in init()
72 ALOGE("MdpRot failed to init %s", Res::rotPath); in init()
DoverlayUtils.cpp75 const char* const Res::rotPath = "/dev/msm_rotator"; member in overlay::Res
DoverlayUtils.h773 static const char* const rotPath; variable