Searched refs:display_type (Results 1 - 18 of 18) sorted by relevance

/hardware/qcom/display/msm8996/sdm/libs/core/
H A Dcomp_manager.cpp115 display_comp_ctx->display_type = type;
125 display_comp_ctx->display_type);
146 registered_displays_[display_comp_ctx->display_type] = 0;
147 configured_displays_[display_comp_ctx->display_type] = 0;
149 if (display_comp_ctx->display_type == kHDMI) {
155 display_comp_ctx->display_type);
193 if (display_comp_ctx->display_type == kHDMI) {
277 DLOGE("Composition strategies exhausted for display = %d", display_comp_ctx->display_type);
314 DLOGE("Reconfigure failed for display = %d", display_comp_ctx->display_type);
331 configured_displays_[display_comp_ctx->display_type]
[all...]
H A Dcomp_manager.h84 DisplayType display_type = kPrimary; member in struct:sdm::CompManager::DisplayCompositionContext
H A Ddisplay_base.h53 DisplayBase(DisplayType display_type, DisplayEventHandler *event_handler,
H A Ddisplay_base.cpp42 DisplayBase::DisplayBase(DisplayType display_type, DisplayEventHandler *event_handler, argument
46 : display_type_(display_type), event_handler_(event_handler), hw_device_type_(hw_device_type),
/hardware/qcom/display/msm8998/sdm/libs/core/
H A Dcomp_manager.cpp116 display_comp_ctx->display_type = type;
127 display_comp_ctx->display_type);
148 registered_displays_[display_comp_ctx->display_type] = 0;
149 configured_displays_[display_comp_ctx->display_type] = 0;
151 if (display_comp_ctx->display_type == kHDMI) {
157 display_comp_ctx->display_type);
195 if (display_comp_ctx->display_type == kHDMI) {
283 DLOGE("Composition strategies exhausted for display = %d", display_comp_ctx->display_type);
329 DLOGE("Reconfigure failed for display = %d", display_comp_ctx->display_type);
346 configured_displays_[display_comp_ctx->display_type]
[all...]
H A Dcomp_manager.h87 DisplayType display_type = kPrimary; member in struct:sdm::CompManager::DisplayCompositionContext
H A Ddisplay_base.h49 DisplayBase(DisplayType display_type, DisplayEventHandler *event_handler,
H A Ddisplay_base.cpp42 DisplayBase::DisplayBase(DisplayType display_type, DisplayEventHandler *event_handler, argument
45 : display_type_(display_type), event_handler_(event_handler), hw_device_type_(hw_device_type),
/hardware/intel/common/libva/va/drm/
H A Dva_drm.c39 pDriverContext->display_type == VA_DISPLAY_DRM);
107 pDriverContext->display_type = VA_DISPLAY_DRM;
/hardware/qcom/display/msm8996/sdm/libs/utils/
H A Ddebug.cpp83 int Debug::GetMaxPipesPerMixer(DisplayType display_type) { argument
85 switch (display_type) {
/hardware/qcom/display/msm8998/sdm/libs/utils/
H A Ddebug.cpp85 int Debug::GetMaxPipesPerMixer(DisplayType display_type) { argument
87 switch (display_type) {
/hardware/intel/common/libva/va/wayland/
H A Dva_wayland.c62 pDriverContext->display_type == VA_DISPLAY_WAYLAND);
138 pDriverContext->display_type = VA_DISPLAY_WAYLAND;
/hardware/intel/common/libva/va/glx/
H A Dva_glx.c101 pDriverContext->display_type = VA_DISPLAY_GLX;
/hardware/qcom/display/msm8996/sdm/include/utils/
H A Ddebug.h71 static int GetMaxPipesPerMixer(DisplayType display_type);
/hardware/qcom/display/msm8998/sdm/include/utils/
H A Ddebug.h71 static int GetMaxPipesPerMixer(DisplayType display_type);
/hardware/intel/common/libva/va/android/
H A Dva_android.cpp157 pDriverContext->display_type = VA_DISPLAY_ANDROID;
/hardware/intel/common/libva/va/
H A Dva_backend.h500 unsigned long display_type; member in struct:VADriverContext
/hardware/intel/common/libva/va/x11/
H A Dva_x11.c190 pDriverContext->display_type = VA_DISPLAY_X11;

Completed in 346 milliseconds