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

/hardware/qcom/display/msm8998/sdm/libs/core/
H A Dhw_events_interface.cpp43 DisplayError HWEventsInterface::Create(int display_type, HWEventHandler *event_handler, argument
56 error = hw_events->Init(display_type, event_handler, event_list);
H A Dhw_events_interface.h48 virtual DisplayError Init(int display_type, HWEventHandler *event_handler,
52 static DisplayError Create(int display_type, HWEventHandler *event_handler,
H A Dcomp_manager.cpp129 display_comp_ctx->display_type = type;
141 display_comp_ctx->display_type);
162 registered_displays_[display_comp_ctx->display_type] = 0;
163 configured_displays_[display_comp_ctx->display_type] = 0;
165 if (display_comp_ctx->display_type == kHDMI) {
171 display_comp_ctx->display_type);
209 if (display_comp_ctx->display_type == kHDMI) {
307 DLOGE("Composition strategies exhausted for display = %d", display_comp_ctx->display_type);
353 DLOGE("Reconfigure failed for display = %d", display_comp_ctx->display_type);
370 configured_displays_[display_comp_ctx->display_type]
556 SetDisplayState(Handle display_ctx, DisplayState state, DisplayType display_type) argument
[all...]
H A Dcomp_manager.h70 bool SetDisplayState(Handle display_ctx, DisplayState state, DisplayType display_type);
91 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/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.h82 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.cpp45 DisplayBase::DisplayBase(DisplayType display_type, DisplayEventHandler *event_handler, argument
49 : 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/qcom/display/msm8998/sdm/libs/core/drm/
H A Dhw_events_drm.h48 virtual DisplayError Init(int display_type, HWEventHandler *event_handler,
H A Dhw_events_drm.cpp137 DisplayError HWEventsDRM::Init(int display_type, HWEventHandler *event_handler, argument
144 event_thread_name_ += " - " + std::to_string(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 1247 milliseconds