Searched defs:HWCDisplay (Results 1 - 10 of 10) sorted by relevance

/hardware/qcom/display/msm8996/sdm/libs/hwc/
H A Dhwc_display.h50 class HWCDisplay : public DisplayEventHandler { class in namespace:sdm
52 virtual ~HWCDisplay() { }
127 HWCDisplay(CoreInterface *core_intf, hwc_procs_t const **hwc_procs, DisplayType type, int id,
214 inline int HWCDisplay::Perform(uint32_t operation, ...) {
H A Dhwc_display.cpp54 #define __CLASS__ "HWCDisplay"
67 HWCDisplay::HWCDisplay(CoreInterface *core_intf, hwc_procs_t const **hwc_procs, DisplayType type, function in class:sdm::HWCDisplay
74 int HWCDisplay::Init() {
117 int HWCDisplay::Deinit() {
133 int HWCDisplay::EventControl(int event, int enable) {
160 int HWCDisplay::SetPowerMode(int mode) {
211 int HWCDisplay::GetDisplayConfigs(uint32_t *configs, size_t *num_configs) {
220 int HWCDisplay::GetDisplayAttributes(uint32_t config, const uint32_t *display_attributes,
255 int HWCDisplay
[all...]
/hardware/qcom/display/msm8996/sdm/libs/hwc2/
H A Dhwc_session.h49 HWC2::Error (HWCDisplay::*member)(Args...), Args... args) {
177 HWCDisplay *hwc_display_[HWC_NUM_DISPLAY_TYPES] = {NULL};
48 CallDisplayFunction(hwc2_device_t *device, hwc2_display_t display, HWC2::Error (HWCDisplay::*member)(Args...), Args... args) argument
H A Dhwc_display.h85 class HWCDisplay : public DisplayEventHandler { class in namespace:sdm
87 virtual ~HWCDisplay() {}
197 HWCDisplay(CoreInterface *core_intf, HWCCallbacks *callbacks, DisplayType type, hwc2_display_t id,
276 inline int HWCDisplay::Perform(uint32_t operation, ...) {
H A Dhwc_display.cpp49 #define __CLASS__ "HWCDisplay"
217 HWCDisplay::HWCDisplay(CoreInterface *core_intf, HWCCallbacks *callbacks, DisplayType type, function in class:sdm::HWCDisplay
230 int HWCDisplay::Init() {
258 int HWCDisplay::Deinit() {
276 HWC2::Error HWCDisplay::CreateLayer(hwc2_layer_t *out_layer_id) {
285 HWCLayer *HWCDisplay::GetHWCLayer(hwc2_layer_t layer_id) {
295 HWC2::Error HWCDisplay::DestroyLayer(hwc2_layer_t layer_id) {
317 void HWCDisplay::BuildLayerStack() {
415 void HWCDisplay
[all...]
/hardware/qcom/display/msm8998/sdm/libs/hwc2/
H A Dhwc_session.h50 HWC2::Error (HWCDisplay::*member)(Args...), Args... args) {
175 HWCDisplay *hwc_display_[HWC_NUM_DISPLAY_TYPES] = {NULL};
49 CallDisplayFunction(hwc2_device_t *device, hwc2_display_t display, HWC2::Error (HWCDisplay::*member)(Args...), Args... args) argument
H A Dhwc_display.h85 class HWCDisplay : public DisplayEventHandler { class in namespace:sdm
87 virtual ~HWCDisplay() {}
201 HWCDisplay(CoreInterface *core_intf, HWCCallbacks *callbacks, DisplayType type, hwc2_display_t id,
279 inline int HWCDisplay::Perform(uint32_t operation, ...) {
H A Dhwc_display.cpp50 #define __CLASS__ "HWCDisplay"
218 HWCDisplay::HWCDisplay(CoreInterface *core_intf, HWCCallbacks *callbacks, DisplayType type, function in class:sdm::HWCDisplay
230 int HWCDisplay::Init() {
260 int HWCDisplay::Deinit() {
283 HWC2::Error HWCDisplay::CreateLayer(hwc2_layer_t *out_layer_id) {
291 HWCLayer *HWCDisplay::GetHWCLayer(hwc2_layer_t layer_id) {
301 HWC2::Error HWCDisplay::DestroyLayer(hwc2_layer_t layer_id) {
322 void HWCDisplay::BuildLayerStack() {
422 void HWCDisplay
[all...]
/hardware/qcom/display/msm8998/sdm/libs/hwc/
H A Dhwc_display.h75 class HWCDisplay : public DisplayEventHandler { class in namespace:sdm
85 virtual ~HWCDisplay() { }
166 HWCDisplay(CoreInterface *core_intf, hwc_procs_t const **hwc_procs, DisplayType type, int id,
258 inline int HWCDisplay::Perform(uint32_t operation, ...) {
H A Dhwc_display.cpp57 #define __CLASS__ "HWCDisplay"
144 HWCDisplay::HWCDisplay(CoreInterface *core_intf, hwc_procs_t const **hwc_procs, DisplayType type, function in class:sdm::HWCDisplay
151 int HWCDisplay::Init() {
203 int HWCDisplay::Deinit() {
222 int HWCDisplay::EventControl(int event, int enable) {
249 int HWCDisplay::SetPowerMode(int mode) {
301 int HWCDisplay::GetDisplayConfigs(uint32_t *configs, size_t *num_configs) {
310 int HWCDisplay::GetDisplayAttributes(uint32_t config, const uint32_t *display_attributes,
345 int HWCDisplay
[all...]

Completed in 497 milliseconds