/hardware/ti/am57x/libhwcomposer/ |
D | display.cpp | 212 int HWCDisplay::get_display_configs(uint32_t* configs, size_t* numConfigs) in get_display_configs() argument 214 if (!configs || !numConfigs) in get_display_configs() 217 if (*numConfigs == 0) in get_display_configs() 223 if (num > *numConfigs) in get_display_configs() 224 num = *numConfigs; in get_display_configs() 229 *numConfigs = num; in get_display_configs()
|
D | display.h | 106 int get_display_configs(uint32_t* configs, size_t* numConfigs);
|
D | hwc.cpp | 619 …tDisplayConfigs(struct hwc_composer_device_1* dev, int disp, uint32_t* configs, size_t* numConfigs) in hwc_getDisplayConfigs() argument 629 return display->get_display_configs(configs, numConfigs); in hwc_getDisplayConfigs()
|
/hardware/qcom/display/msm8996/libqdutils/ |
D | display_config.cpp | 184 int numConfigs = -1; in getConfigCount() local 192 numConfigs = outParcel.readInt32(); in getConfigCount() 193 ALOGI("%s() Received num configs %d", __FUNCTION__, numConfigs); in getConfigCount() 198 return numConfigs; in getConfigCount()
|
/hardware/qcom/display/msm8909/libqdutils/ |
D | display_config.cpp | 184 int numConfigs = -1; in getConfigCount() local 192 numConfigs = outParcel.readInt32(); in getConfigCount() 193 ALOGI("%s() Received num configs %d", __FUNCTION__, numConfigs); in getConfigCount() 198 return numConfigs; in getConfigCount()
|
/hardware/qcom/display/msm8998/libqdutils/ |
D | display_config.cpp | 184 int numConfigs = -1; in getConfigCount() local 192 numConfigs = outParcel.readInt32(); in getConfigCount() 193 ALOGI("%s() Received num configs %d", __FUNCTION__, numConfigs); in getConfigCount() 198 return numConfigs; in getConfigCount()
|
/hardware/qcom/display/msm8909w_3100/libqdutils/ |
D | display_config.cpp | 184 int numConfigs = -1; in getConfigCount() local 192 numConfigs = outParcel.readInt32(); in getConfigCount() 193 ALOGI("%s() Received num configs %d", __FUNCTION__, numConfigs); in getConfigCount() 198 return numConfigs; in getConfigCount()
|
/hardware/qcom/sdm845/display/libqdutils/ |
D | display_config.cpp | 184 int numConfigs = -1; in getConfigCount() local 192 numConfigs = outParcel.readInt32(); in getConfigCount() 193 ALOGI("%s() Received num configs %d", __FUNCTION__, numConfigs); in getConfigCount() 198 return numConfigs; in getConfigCount()
|
/hardware/qcom/display/msm8994/libhwcomposer/ |
D | hwc.cpp | 784 uint32_t* configs, size_t* numConfigs) { in hwc_getDisplayConfigs() argument 796 if (*numConfigs <= 0) { in hwc_getDisplayConfigs() 797 ALOGE("%s Invalid number of configs (%zu)", __FUNCTION__, *numConfigs); in hwc_getDisplayConfigs() 804 ctx->mHDMIDisplay->getDisplayConfigs(configs, numConfigs); in hwc_getDisplayConfigs() 807 *numConfigs = ctx->mColorMode->getNumModes(); in hwc_getDisplayConfigs() 808 for (size_t i = 0; i < *numConfigs; i++) in hwc_getDisplayConfigs() 813 *numConfigs = 1; in hwc_getDisplayConfigs() 818 ctx->mHDMIDisplay->getDisplayConfigs(configs, numConfigs); in hwc_getDisplayConfigs() 822 *numConfigs = 1; in hwc_getDisplayConfigs()
|
D | HWC2On1Adapter.cpp | 1167 size_t numConfigs = MAX_NUM_CONFIGS; in populateConfigs() local 1169 configs, &numConfigs); in populateConfigs() 1171 for (size_t c = 0; c < numConfigs; ++c) { in populateConfigs()
|
/hardware/qcom/display/msm8960/libhwcomposer/ |
D | hwc.cpp | 490 uint32_t* configs, size_t* numConfigs) { in hwc_getDisplayConfigs() argument 497 if(*numConfigs > 0) { in hwc_getDisplayConfigs() 499 *numConfigs = 1; in hwc_getDisplayConfigs() 507 if(*numConfigs > 0) { in hwc_getDisplayConfigs() 509 *numConfigs = 1; in hwc_getDisplayConfigs()
|
/hardware/qcom/sm8150/display/libqdutils/ |
D | display_config.cpp | 184 int numConfigs = -1; in getConfigCount() local 192 numConfigs = outParcel.readInt32(); in getConfigCount() 193 ALOGI("%s() Received num configs %d", __FUNCTION__, numConfigs); in getConfigCount() 198 return numConfigs; in getConfigCount()
|
/hardware/qcom/display/msm8994/libhdmi/ |
D | hdmi.h | 75 int getDisplayConfigs(uint32_t* configs, size_t* numConfigs) const;
|
D | hdmi.cpp | 784 size_t* numConfigs) const { in getDisplayConfigs() 785 if (*numConfigs <= 0) { in getDisplayConfigs() 786 ALOGE("%s Invalid number of configs (%zu)", __FUNCTION__, *numConfigs); in getDisplayConfigs() 789 *numConfigs = mModeCount; in getDisplayConfigs()
|
/hardware/libhardware/include/hardware/ |
D | hwcomposer.h | 691 uint32_t* configs, size_t* numConfigs);
|
/hardware/qcom/display/msm8084/libhwcomposer/ |
D | hwc.cpp | 734 uint32_t* configs, size_t* numConfigs) { in hwc_getDisplayConfigs() argument 742 if(*numConfigs > 0) { in hwc_getDisplayConfigs() 744 *numConfigs = 1; in hwc_getDisplayConfigs() 753 if(*numConfigs > 0) { in hwc_getDisplayConfigs() 755 *numConfigs = 1; in hwc_getDisplayConfigs()
|
/hardware/qcom/display/msm8226/libhwcomposer/ |
D | hwc.cpp | 764 uint32_t* configs, size_t* numConfigs) { in hwc_getDisplayConfigs() argument 772 if(*numConfigs > 0) { in hwc_getDisplayConfigs() 774 *numConfigs = 1; in hwc_getDisplayConfigs() 783 if(*numConfigs > 0) { in hwc_getDisplayConfigs() 785 *numConfigs = 1; in hwc_getDisplayConfigs()
|
/hardware/qcom/display/msm8996/sdm/libs/hwc/ |
D | hwc_session.h | 69 size_t *numConfigs);
|
/hardware/qcom/display/msm8909w_3100/sdm/libs/hwc/ |
D | hwc_session.h | 70 size_t *numConfigs);
|
/hardware/qcom/display/msm8909/sdm/libs/hwc/ |
D | hwc_session.h | 70 size_t *numConfigs);
|
/hardware/interfaces/graphics/composer/2.1/utils/hwc2on1adapter/ |
D | HWC2On1Adapter.cpp | 1123 size_t numConfigs = MAX_NUM_CONFIGS; in populateConfigs() local 1125 configs, &numConfigs); in populateConfigs() 1127 for (size_t c = 0; c < numConfigs; ++c) { in populateConfigs()
|