Searched refs:prop_name (Results 1 – 8 of 8) sorted by relevance
38 #define DISPLAY_PROP(prop_name) DISP_PROP_PREFIX prop_name argument39 #define GRALLOC_PROP(prop_name) GRALLOC_PROP_PREFIX prop_name argument40 #define RO_DISPLAY_PROP(prop_name) RO_DISP_PROP_PREFIX prop_name argument41 #define PERSIST_DISPLAY_PROP(prop_name) PERSIST_DISP_PROP_PREFIX prop_name argument
204 char prop_name[PATH_MAX] = {0}; in hw_get_module_by_class() local220 snprintf(prop_name, sizeof(prop_name), "ro.hardware.%s", name); in hw_get_module_by_class()221 if (property_get(prop_name, prop, NULL) > 0) { in hw_get_module_by_class()
27 #define GRALLOC_PROP(prop_name) GRALLOC_PROP_PREFIX prop_name argument
28 #define GRALLOC_PROP(prop_name) GRALLOC_PROP_PREFIX prop_name argument
713 Return<void> HWCSession::getDebugProperty(const hidl_string &prop_name, in getDebugProperty() argument720 vendor_prop_name += prop_name.c_str(); in getDebugProperty()
348 Return<void> getDebugProperty(const hidl_string &prop_name,