Searched refs:prop_name (Results 1 – 4 of 4) sorted by relevance
/hardware/qcom/display/msm8909/include/ |
D | display_properties.h | 38 #define DISPLAY_PROP(prop_name) DISP_PROP_PREFIX prop_name argument 39 #define GRALLOC_PROP(prop_name) GRALLOC_PROP_PREFIX prop_name argument 40 #define RO_DISPLAY_PROP(prop_name) RO_DISP_PROP_PREFIX prop_name argument 41 #define PERSIST_DISPLAY_PROP(prop_name) PERSIST_DISP_PROP_PREFIX prop_name argument
|
/hardware/libhardware/ |
D | hardware.c | 178 char prop_name[PATH_MAX] = {0}; in hw_get_module_by_class() local 194 snprintf(prop_name, sizeof(prop_name), "ro.hardware.%s", name); in hw_get_module_by_class() 195 if (property_get(prop_name, prop, NULL) > 0) { in hw_get_module_by_class()
|
/hardware/qcom/display/msm8909/gralloc/ |
D | gralloc_priv.h | 27 #define GRALLOC_PROP(prop_name) GRALLOC_PROP_PREFIX prop_name argument
|
/hardware/intel/img/psb_video/src/x11/ |
D | psb_xrandr.c | 103 char* prop_name; in psb_xrandr_hdmi_property() local 126 prop_name = XGetAtomName(psb_xrandr_info->dpy, props[i]); in psb_xrandr_hdmi_property() 129 if (!strcmp(prop_name, "ExtVideoMode")) { in psb_xrandr_hdmi_property() 132 } else if (!strcmp(prop_name, "ExtVideoMode_Xres")) { in psb_xrandr_hdmi_property() 135 } else if (!strcmp(prop_name, "ExtVideoMode_Yres")) { in psb_xrandr_hdmi_property() 138 } else if (!strcmp(prop_name, "ExtVideoMode_X_Offset")) { in psb_xrandr_hdmi_property() 141 } else if (!strcmp(prop_name, "ExtVideoMode_Y_Offset")) { in psb_xrandr_hdmi_property() 144 } else if (!strcmp(prop_name, "ExtVideoMode_Center")) { in psb_xrandr_hdmi_property() 147 } else if (!strcmp(prop_name, "ExtVideoMode_SubTitle")) { in psb_xrandr_hdmi_property() 150 } else if (!strcmp(prop_name, "ExtDesktopMode")) { in psb_xrandr_hdmi_property() [all …]
|