Home | History | Annotate | Download | only in test

Lines Matching defs:platform_name

1911             char platform_name[PROPERTY_VALUE_MAX] = {0};
1912 property_get("ro.product.name", platform_name, "Name not available");
1913 printf("Error: MVC not listed as supported codec in this platform: %s\n", platform_name);