Searched refs:prop_value (Results 1 – 1 of 1) sorted by relevance
440 char prop_value[PROPERTY_VALUE_MAX]; in doGetDeviceInfo() local472 property_get("ro.product.manufacturer", prop_value, "unknown manufacturer"); in doGetDeviceInfo()473 string.set(prop_value); in doGetDeviceInfo()476 property_get("ro.product.model", prop_value, "MTP Device"); in doGetDeviceInfo()477 string.set(prop_value); in doGetDeviceInfo()482 property_get("ro.serialno", prop_value, "????????"); in doGetDeviceInfo()483 string.set(prop_value); in doGetDeviceInfo()