Home
last modified time | relevance | path

Searched refs:getAttributes (Results 1 – 17 of 17) sorted by relevance

/hardware/qcom/display/msm8084/libvirtual/
Dvirtual.h46 void getAttributes(int& width, int& height);
Dvirtual.cpp74 void VirtualDisplay::getAttributes(int& width, int& height) { in getAttributes() function in qhwc::VirtualDisplay
/hardware/qcom/display/msm8226/libvirtual/
Dvirtual.h46 void getAttributes(int& width, int& height);
Dvirtual.cpp74 void VirtualDisplay::getAttributes(int& width, int& height) { in getAttributes() function in qhwc::VirtualDisplay
/hardware/qcom/display/msm8909/libhdmi/
Dhdmi_stub.cpp63 void HDMIDisplay::getAttributes(uint32_t& width, uint32_t& height) { in getAttributes() function in qhwc::HDMIDisplay
Dhdmi.h57 void getAttributes(uint32_t& width, uint32_t& height);
Dhdmi.cpp127 void HDMIDisplay::getAttributes(uint32_t& width, uint32_t& height) { in getAttributes() function in qhwc::HDMIDisplay
/hardware/qcom/display/msm8084/libexternal/
Dexternal.h48 void getAttributes(int& width, int& height);
Dexternal.cpp72 void ExternalDisplay::getAttributes(int& width, int& height) { in getAttributes() function in qhwc::ExternalDisplay
/hardware/qcom/display/msm8226/libexternal/
Dexternal.h48 void getAttributes(int& width, int& height);
Dexternal.cpp72 void ExternalDisplay::getAttributes(int& width, int& height) { in getAttributes() function in qhwc::ExternalDisplay
/hardware/qcom/display/msm8994/libhdmi/
Dhdmi.h57 void getAttributes(uint32_t& width, uint32_t& height);
Dhdmi.cpp137 void HDMIDisplay::getAttributes(uint32_t& width, uint32_t& height) { in getAttributes() function in qhwc::HDMIDisplay
/hardware/qcom/display/msm8084/libhwcomposer/
Dhwc_utils.cpp393 ctx->mExtDisplay->getAttributes(fbWidth, fbHeight); in getActionSafePosition()
553 ctx->mExtDisplay->getAttributes(extW, extH); in getAspectRatioPosition()
555 ctx->mVirtualDisplay->getAttributes(extW, extH); in getAspectRatioPosition()
634 ctx->mExtDisplay->getAttributes(extW, extH); in calcExtDisplayPosition()
636 ctx->mVirtualDisplay->getAttributes(extW, extH); in calcExtDisplayPosition()
/hardware/qcom/display/msm8226/libhwcomposer/
Dhwc_utils.cpp408 ctx->mExtDisplay->getAttributes(fbWidth, fbHeight); in getActionSafePosition()
540 ctx->mExtDisplay->getAttributes(extW, extH); in getAspectRatioPosition()
542 ctx->mVirtualDisplay->getAttributes(extW, extH); in getAspectRatioPosition()
621 ctx->mExtDisplay->getAttributes(extW, extH); in calcExtDisplayPosition()
623 ctx->mVirtualDisplay->getAttributes(extW, extH); in calcExtDisplayPosition()
/hardware/qcom/display/msm8909/libhwcomposer/
Dhwc_utils.cpp636 ctx->mHDMIDisplay->getAttributes(fbWidth, fbHeight); in getActionSafePosition()
768 ctx->mHDMIDisplay->getAttributes(extW, extH); in getAspectRatioPosition()
854 ctx->mHDMIDisplay->getAttributes(extW, extH); in calcExtDisplayPosition()
/hardware/qcom/display/msm8994/libhwcomposer/
Dhwc_utils.cpp569 ctx->mHDMIDisplay->getAttributes(fbWidth, fbHeight); in getActionSafePosition()
701 ctx->mHDMIDisplay->getAttributes(extW, extH); in getAspectRatioPosition()
787 ctx->mHDMIDisplay->getAttributes(extW, extH); in calcExtDisplayPosition()