HomeSort by relevance Sort by last modified time
    Searched full:hwc_display (Results 1 - 23 of 23) sorted by null

  /hardware/qcom/display/msm8996/sdm/libs/hwc/
hwc_display_external.h 28 #include "hwc_display.h"
36 HWCDisplay **hwc_display);
38 qService::QService *qservice, HWCDisplay **hwc_display);
39 static void Destroy(HWCDisplay *hwc_display);
hwc_display_null.cpp 35 HWCDisplay **hwc_display) {
47 *hwc_display = hwc_display_null;
52 void HWCDisplayNull::Destroy(HWCDisplay *hwc_display) {
54 hwc_display->Deinit();
55 delete hwc_display;
hwc_color_manager.h 86 int EnableQDCMMode(bool enable, HWCDisplay *hwc_display);
117 int EnableQDCMMode(bool enable, HWCDisplay *hwc_display);
118 int SetSolidFill(const void *params, bool enable, HWCDisplay *hwc_display);
119 bool SolidFillLayersPrepare(hwc_display_contents_1_t **displays, HWCDisplay *hwc_display);
120 bool SolidFillLayersSet(hwc_display_contents_1_t **displays, HWCDisplay *hwc_display);
121 int SetFrameCapture(void *params, bool enable, HWCDisplay *hwc_display);
124 int CreateSolidFillLayers(HWCDisplay *hwc_display);
hwc_display_virtual.h 30 #include "hwc_display.h"
38 hwc_display_contents_1_t *content_list, HWCDisplay **hwc_display);
39 static void Destroy(HWCDisplay *hwc_display);
hwc_color_manager.cpp 151 int HWCColorManager::EnableQDCMMode(bool enable, HWCDisplay *hwc_display) {
163 ret = qdcm_mode_mgr_->EnableQDCMMode(enable, hwc_display);
170 HWCDisplay *hwc_display) {
182 hwc_display->Perform(HWCDisplayPrimary::SET_QDCM_SOLID_FILL_INFO, solid_fill_color);
183 hwc_display->Prepare(solid_fill_layers_); // RECT info included.
193 hwc_display->Perform(HWCDisplayPrimary::UNSET_QDCM_SOLID_FILL_INFO, 0);
200 HWCDisplay *hwc_display) {
205 hwc_display->Commit(solid_fill_layers_);
236 int HWCColorManager::CreateSolidFillLayers(HWCDisplay *hwc_display) {
244 hwc_display->GetMixerResolution(&primary_width, &primary_height)
    [all...]
Android.mk 21 hwc_display.cpp \
hwc_display_external.cpp 43 qService::QService *qservice, HWCDisplay **hwc_display) {
44 return Create(core_intf, hwc_procs, 0, 0, qservice, false, hwc_display);
50 HWCDisplay **hwc_display) {
92 *hwc_display = hwc_display_external;
97 void HWCDisplayExternal::Destroy(HWCDisplay *hwc_display) {
98 hwc_display->Deinit();
99 delete hwc_display;
hwc_display_null.h 30 #include "hwc_display.h"
37 HWCDisplay **hwc_display);
38 static void Destroy(HWCDisplay *hwc_display);
hwc_display_primary.h 29 #include "hwc_display.h"
45 HWCDisplay **hwc_display);
46 static void Destroy(HWCDisplay *hwc_display);
hwc_display_virtual.cpp 46 HWCDisplay **hwc_display) {
88 *hwc_display = static_cast<HWCDisplay *>(hwc_display_virtual);
93 void HWCDisplayVirtual::Destroy(HWCDisplay *hwc_display) {
94 hwc_display->Deinit();
95 delete hwc_display;
hwc_display_primary.cpp 46 HWCDisplay **hwc_display) {
74 *hwc_display = hwc_display_primary;
79 void HWCDisplayPrimary::Destroy(HWCDisplay *hwc_display) {
80 hwc_display->Deinit();
81 delete hwc_display;
hwc_display.cpp 44 #include "hwc_display.h"
    [all...]
  /hardware/qcom/display/msm8996/sdm/libs/hwc2/
hwc_display_external.h 33 #include "hwc_display.h"
41 HWCDisplay **hwc_display);
43 HWCDisplay **hwc_display);
44 static void Destroy(HWCDisplay *hwc_display);
hwc_display_external.cpp 43 qService::QService *qservice, HWCDisplay **hwc_display) {
44 return Create(core_intf, callbacks, 0, 0, qservice, false, hwc_display);
50 HWCDisplay **hwc_display) {
88 *hwc_display = hwc_display_external;
93 void HWCDisplayExternal::Destroy(HWCDisplay *hwc_display) {
94 hwc_display->Deinit();
95 delete hwc_display;
hwc_display_virtual.h 35 #include "hwc_display.h"
42 uint32_t height, int32_t *format, HWCDisplay **hwc_display);
43 static void Destroy(HWCDisplay *hwc_display);
hwc_color_manager.h 85 int EnableQDCMMode(bool enable, HWCDisplay *hwc_display);
116 int EnableQDCMMode(bool enable, HWCDisplay *hwc_display);
117 int SetSolidFill(const void *params, bool enable, HWCDisplay *hwc_display);
118 int SetFrameCapture(void *params, bool enable, HWCDisplay *hwc_display);
121 int CreateSolidFillLayers(HWCDisplay *hwc_display);
hwc_display_virtual.cpp 44 uint32_t height, int32_t *format, HWCDisplay **hwc_display) {
80 *hwc_display = static_cast<HWCDisplay *>(hwc_display_virtual);
85 void HWCDisplayVirtual::Destroy(HWCDisplay *hwc_display) {
86 hwc_display->Deinit();
87 delete hwc_display;
hwc_display_primary.h 36 #include "hwc_display.h"
53 HWCDisplay **hwc_display);
54 static void Destroy(HWCDisplay *hwc_display);
hwc_color_manager.cpp 151 int HWCColorManager::EnableQDCMMode(bool enable, HWCDisplay *hwc_display) {
163 ret = qdcm_mode_mgr_->EnableQDCMMode(enable, hwc_display);
169 int HWCColorManager::SetSolidFill(const void *params, bool enable, HWCDisplay *hwc_display) {
186 hwc_display->Perform(HWCDisplayPrimary::SET_QDCM_SOLID_FILL_INFO, solid_fill_color);
187 hwc_display->Perform(HWCDisplayPrimary::SET_QDCM_SOLID_FILL_RECT, &solid_fill_rect);
189 hwc_display->Perform(HWCDisplayPrimary::UNSET_QDCM_SOLID_FILL_INFO, 0);
195 int HWCColorManager::SetFrameCapture(void *params, bool enable, HWCDisplay *hwc_display) {
203 hwc_display->GetFrameBufferResolution(&buffer_info.buffer_config.width,
391 int HWCQDCMModeManager::EnableQDCMMode(bool enable, HWCDisplay *hwc_display) {
399 if (hwc_display) {
    [all...]
Android.mk 23 hwc_display.cpp \
hwc_session.h 28 #include "hwc_display.h"
57 auto hwc_display = hwc_session->hwc_display_[display]; local
58 status = (hwc_display->*member)(std::forward<Args>(args)...);
hwc_display_primary.cpp 50 HWCDisplay **hwc_display) {
78 *hwc_display = hwc_display_primary;
83 void HWCDisplayPrimary::Destroy(HWCDisplay *hwc_display) {
84 hwc_display->Deinit();
85 delete hwc_display;
hwc_display.cpp 38 #include "hwc_display.h"
    [all...]

Completed in 479 milliseconds