Searched refs:getDisplayAttributes (Results 1 - 24 of 24) sorted by relevance

/hardware/qcom/display/msm8084/libqdutils/
H A Ddisplay_config.h67 int getDisplayAttributes(int dpy, DisplayAttributes_t& dpyattr);
H A Ddisplay_config.cpp56 int getDisplayAttributes(int dpy, DisplayAttributes_t& dpyattr) { function in namespace:qdutils
/hardware/qcom/display/msm8226/libqdutils/
H A Ddisplay_config.h67 int getDisplayAttributes(int dpy, DisplayAttributes_t& dpyattr);
H A Ddisplay_config.cpp56 int getDisplayAttributes(int dpy, DisplayAttributes_t& dpyattr) { function in namespace:qdutils
/hardware/intel/img/hwcomposer/include/
H A DDummyDevice.h43 virtual bool getDisplayAttributes(uint32_t config,
H A DExternalDevice.h41 virtual bool getDisplayAttributes(uint32_t config,
H A DIDisplayDevice.h84 virtual bool getDisplayAttributes(uint32_t config,
H A DPhysicalDevice.h47 virtual bool getDisplayAttributes(uint32_t config,
H A DHwcomposer.h52 virtual bool getDisplayAttributes(int disp,
/hardware/intel/img/hwcomposer/common/devices/
H A DExternalDevice.cpp334 bool ExternalDevice::getDisplayAttributes(uint32_t config, function in class:android::intel::ExternalDevice
339 return PhysicalDevice::getDisplayAttributes(config, attributes, values);
342 return PhysicalDevice::getDisplayAttributes(config, attributes, values);
H A DDummyDevice.cpp133 bool DummyDevice::getDisplayAttributes(uint32_t configs, function in class:android::intel::DummyDevice
H A DPhysicalDevice.cpp206 bool PhysicalDevice::getDisplayAttributes(uint32_t config, function in class:android::intel::PhysicalDevice
/hardware/intel/img/hwcomposer/common/base/
H A DHwcModule.cpp164 bool ret = hwc->getDisplayAttributes(disp, config, attributes, values);
278 hwc.hwc_composer_device_1_t::getDisplayAttributes = hwc_getDisplayAttributes;
H A DHwcomposer.cpp209 bool Hwcomposer::getDisplayAttributes(int disp, function in class:android::intel::Hwcomposer
229 return device->getDisplayAttributes(config, attributes, values);
/hardware/qcom/display/msm8084/libhwcomposer/
H A Dhwc_qclient.cpp107 static void getDisplayAttributes(hwc_context_t* ctx, const Parcel* inParcel, function in namespace:qClient
219 getDisplayAttributes(mHwcContext, inParcel, outParcel);
H A Dhwc.cpp739 //This config is passed in to getDisplayAttributes. Ignored for now.
893 dev->device.getDisplayAttributes = hwc_getDisplayAttributes;
/hardware/libhardware/include/hardware/
H A Dhwcomposer.h708 * (*getDisplayAttributes)() returns attributes for a specific config of a
725 int (*getDisplayAttributes)(struct hwc_composer_device_1* dev, int disp, member in struct:hwc_composer_device_1
/hardware/qcom/display/msm8226/libhwcomposer/
H A Dhwc_qclient.cpp108 static void getDisplayAttributes(hwc_context_t* ctx, const Parcel* inParcel, function in namespace:qClient
265 getDisplayAttributes(mHwcContext, inParcel, outParcel);
H A Dhwc.cpp724 //This config is passed in to getDisplayAttributes. Ignored for now.
887 dev->device.getDisplayAttributes = hwc_getDisplayAttributes;
/hardware/libhardware/tests/hardware/
H A Dstruct-offset.cpp169 CHECK_MEMBER_AT(hwc_composer_device_1_t, getDisplayAttributes, 96, 184);
/hardware/libhardware/tests/hwc/
H A Dcnativewindow.c411 if ((r = hwc->getDisplayAttributes(hwc, 0, configs[0], attrs, values))) {
/hardware/qcom/display/msm8960/libhwcomposer/
H A Dhwc.cpp494 //This config is passed to getDisplayAttributes. Ignore for now.
627 dev->device.getDisplayAttributes = hwc_getDisplayAttributes;
/hardware/qcom/display/msm8974/libhwcomposer/
H A Dhwc.cpp590 //This config is passed to getDisplayAttributes. Ignore for now.
729 dev->device.getDisplayAttributes = hwc_getDisplayAttributes;
/hardware/samsung_slsi/exynos5/libhwc/
H A Dhwc.cpp2177 dev->base.getDisplayAttributes = exynos5_getDisplayAttributes;

Completed in 873 milliseconds