Home
last modified time | relevance | path

Searched refs:prop_name (Results 1 – 2 of 2) sorted by relevance

/hardware/libhardware/
Dhardware.c159 char prop_name[PATH_MAX] = {0}; in hw_get_module_by_class() local
175 snprintf(prop_name, sizeof(prop_name), "ro.hardware.%s", name); in hw_get_module_by_class()
176 if (property_get(prop_name, prop, NULL) > 0) { in hw_get_module_by_class()
/hardware/intel/img/psb_video/src/x11/
Dpsb_xrandr.c103 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 …]