Searched defs:attributes (Results 1 - 15 of 15) sorted by relevance

/hardware/intel/common/libva/test/basic/
H A Dtest_04.c25 #define TEST_DESCRIPTION "Get config attributes for all profiles / entrypoints"
39 VAConfigAttrib attributes[] = { local
48 int num_attribs = sizeof(attributes) / sizeof(VAConfigAttrib);
55 VAConfigAttrib *attrib_list = (VAConfigAttrib *) malloc(sizeof(attributes));
65 memcpy(attrib_list, attributes, sizeof(attributes));
/hardware/intel/img/hwcomposer/common/devices/
H A DDummyDevice.cpp134 const uint32_t *attributes,
139 if ((configs > 0) || !attributes || !values) {
150 while (attributes[i] != HWC_DISPLAY_NO_ATTRIBUTE) {
151 switch (attributes[i]) {
168 ELOGTRACE("unknown attribute %d", attributes[i]);
133 getDisplayAttributes(uint32_t configs, const uint32_t *attributes, int32_t *values) argument
H A DExternalDevice.cpp335 const uint32_t *attributes,
339 return PhysicalDevice::getDisplayAttributes(config, attributes, values);
342 return PhysicalDevice::getDisplayAttributes(config, attributes, values);
343 if (!attributes || !values)
346 while (attributes[i] != HWC_DISPLAY_NO_ATTRIBUTE) {
347 switch (attributes[i]) {
364 ELOGTRACE("unknown attribute %d", attributes[i]);
334 getDisplayAttributes(uint32_t config, const uint32_t *attributes, int32_t *values) argument
H A DPhysicalDevice.cpp207 const uint32_t *attributes,
219 if (!attributes || !values) {
231 while (attributes[i] != HWC_DISPLAY_NO_ATTRIBUTE) {
232 switch (attributes[i]) {
254 ELOGTRACE("unknown attribute %d", attributes[i]);
206 getDisplayAttributes(uint32_t config, const uint32_t *attributes, int32_t *values) argument
/hardware/intel/img/hwcomposer/common/base/
H A DHwcModule.cpp159 const uint32_t *attributes,
164 bool ret = hwc->getDisplayAttributes(disp, config, attributes, values);
166 WLOGTRACE("failed to get attributes of disp %d", disp);
156 hwc_getDisplayAttributes(hwc_composer_device_1_t *dev, int disp, uint32_t config, const uint32_t *attributes, int32_t *values) argument
H A DHwcomposer.cpp211 const uint32_t *attributes,
229 return device->getDisplayAttributes(config, attributes, values);
209 getDisplayAttributes(int disp, uint32_t config, const uint32_t *attributes, int32_t *values) argument
/hardware/qcom/display/msm8960/libhwcomposer/
H A Dhwc.cpp518 uint32_t config, const uint32_t* attributes, int32_t* values) {
540 switch (attributes[i]) {
562 attributes[i]);
517 hwc_getDisplayAttributes(struct hwc_composer_device_1* dev, int disp, uint32_t config, const uint32_t* attributes, int32_t* values) argument
/hardware/qcom/display/msm8226/libhwcomposer/
H A Dhwc.cpp189 * rely on isActive and connected attributes of dpyAttr to
749 uint32_t /*config*/, const uint32_t* attributes, int32_t* values) {
772 switch (attributes[i]) {
801 attributes[i]);
748 hwc_getDisplayAttributes(struct hwc_composer_device_1* dev, int disp, uint32_t , const uint32_t* attributes, int32_t* values) argument
/hardware/qcom/display/msm8974/libhwcomposer/
H A Dhwc.cpp614 uint32_t config, const uint32_t* attributes, int32_t* values) {
636 switch (attributes[i]) {
658 attributes[i]);
613 hwc_getDisplayAttributes(struct hwc_composer_device_1* dev, int disp, uint32_t config, const uint32_t* attributes, int32_t* values) argument
/hardware/broadcom/wlan/bcmdhd/wifi_hal/
H A Dcpp_bindings.h55 nlattr ** attributes() { function in class:WifiEvent
/hardware/intel/img/psb_video/src/x11/
H A Dpsb_xrandr.c560 XSetWindowAttributes attributes; local
561 attributes.override_redirect = 1;
564 XChangeWindowAttributes(psb_xrandr_info->dpy, win, valuemask, &attributes);
/hardware/qcom/display/msm8084/libhwcomposer/
H A Dhwc.cpp189 * rely on isActive and connected attributes of dpyAttr to
764 uint32_t /*config*/, const uint32_t* attributes, int32_t* values) {
787 switch (attributes[i]) {
809 attributes[i]);
763 hwc_getDisplayAttributes(struct hwc_composer_device_1* dev, int disp, uint32_t , const uint32_t* attributes, int32_t* values) argument
/hardware/qcom/wlan/qcwcn/wifi_hal/
H A Dcpp_bindings.h72 nlattr ** attributes() { function in class:WifiEvent
/hardware/samsung_slsi/exynos5/libhwc/
H A Dhwc.cpp1992 int disp, uint32_t config, const uint32_t *attributes, int32_t *values)
1997 for (int i = 0; attributes[i] != HWC_DISPLAY_NO_ATTRIBUTE; i++) {
1999 values[i] = exynos5_fimd_attribute(pdev, attributes[i]);
2001 values[i] = exynos5_hdmi_attribute(pdev, attributes[i]);
1991 exynos5_getDisplayAttributes(struct hwc_composer_device_1 *dev, int disp, uint32_t config, const uint32_t *attributes, int32_t *values) argument
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/googletest/src/src/
H A Dgtest-all.cc1288 // Google Test attributes the assertion result to an imaginary "ad hoc"
3234 // The list of reserved attributes used in the <testsuites> element of XML
3247 // The list of reserved attributes used in the <testsuite> element of XML
3258 // The list of reserved attributes used in the <testcase> element of XML output.
4557 // delimited XML attributes based on the property key="value" pairs.
4559 // to delimit this attribute from prior attributes.
4882 // delimited XML attributes based on the property key="value" pairs.
4885 Message attributes; local
4888 attributes << " " << property.key() << "="
4891 return attributes
[all...]

Completed in 572 milliseconds