Searched refs:deviceOrientation (Results 1 - 16 of 16) sorted by relevance

/hardware/qcom/display/msm8084/libhwcomposer/
H A Dhwc_utils.cpp268 ctx->deviceOrientation = 0;
589 return !(ctx->deviceOrientation & 0x1);
591 return (ctx->deviceOrientation & 0x1);
668 int deviceOrientation = ctx->deviceOrientation; local
670 deviceOrientation = (deviceOrientation + 1) % 4;
671 if (deviceOrientation == 0)
673 else if (deviceOrientation == 1)//90
675 else if (deviceOrientation
[all...]
H A Dhwc_fbupdate.cpp156 if((mDpy && ctx->deviceOrientation) &&
H A Dhwc_utils.h530 int deviceOrientation; member in struct:hwc_context_t
H A Dhwc.cpp405 ctx->deviceOrientation = enable;
/hardware/qcom/display/msm8226/libhwcomposer/
H A Dhwc_utils.cpp281 ctx->deviceOrientation = 0;
576 return !(ctx->deviceOrientation & 0x1);
578 return (ctx->deviceOrientation & 0x1);
655 int deviceOrientation = ctx->deviceOrientation; local
657 deviceOrientation = (deviceOrientation + 1) % 4;
658 if (deviceOrientation == 0)
660 else if (deviceOrientation == 1)//90
662 else if (deviceOrientation
[all...]
H A Dhwc_fbupdate.cpp162 if((mDpy && ctx->deviceOrientation) &&
H A Dhwc_utils.h563 int deviceOrientation; member in struct:hwc_context_t
H A Dhwc.cpp405 ctx->deviceOrientation = enable;
/hardware/qcom/display/msm8909/libhwcomposer/
H A Dhwc_utils.cpp406 ctx->deviceOrientation = 0;
809 return !(ctx->deviceOrientation & 0x1);
811 return (ctx->deviceOrientation & 0x1);
897 int deviceOrientation = ctx->deviceOrientation; local
899 deviceOrientation = (deviceOrientation + 1) % 4;
900 if (deviceOrientation == 0)
902 else if (deviceOrientation == 1)//90
904 else if (deviceOrientation
[all...]
H A Dhwc_fbupdate.cpp154 if((mDpy && ctx->deviceOrientation) &&
H A Dhwc_utils.h621 int deviceOrientation; member in struct:hwc_context_t
H A Dhwc.cpp429 ctx->deviceOrientation = enable;
/hardware/qcom/display/msm8994/libhwcomposer/
H A Dhwc_utils.cpp383 ctx->deviceOrientation = 0;
742 return !(ctx->deviceOrientation & 0x1);
744 return (ctx->deviceOrientation & 0x1);
830 int deviceOrientation = ctx->deviceOrientation; local
832 deviceOrientation = (deviceOrientation + 1) % 4;
833 if (deviceOrientation == 0)
835 else if (deviceOrientation == 1)//90
837 else if (deviceOrientation
[all...]
H A Dhwc_fbupdate.cpp155 if((mDpy && ctx->deviceOrientation) &&
H A Dhwc_utils.h638 int deviceOrientation; member in struct:hwc_context_t
H A Dhwc.cpp443 ctx->deviceOrientation = enable;

Completed in 652 milliseconds