Searched defs:getRotatorHwType (Results 1 - 3 of 3) sorted by relevance

/hardware/qcom/display/msm8960/liboverlay/
H A DoverlayRotator.cpp34 int type = getRotatorHwType();
54 int Rotator::getRotatorHwType() { function in class:overlay::Rotator
178 if(mRotDevFd < 0 && Rotator::getRotatorHwType() == Rotator::TYPE_MDP) {
/hardware/qcom/display/msm8974/liboverlay/
H A DoverlayRotator.cpp34 int type = getRotatorHwType();
54 int Rotator::getRotatorHwType() { function in class:overlay::Rotator
177 if(mRotDevFd < 0 && Rotator::getRotatorHwType() == Rotator::TYPE_MDSS) {
/hardware/qcom/display/msm8x26/liboverlay/
H A DoverlayRotator.cpp34 int type = getRotatorHwType();
54 int Rotator::getRotatorHwType() { function in class:overlay::Rotator
178 if(mRotDevFd < 0 && Rotator::getRotatorHwType() == Rotator::TYPE_MDP) {

Completed in 72 milliseconds