Searched refs:prop_value (Results 1 – 1 of 1) sorted by relevance
424 char prop_value[PROPERTY_VALUE_MAX]; in doGetDeviceInfo() local456 property_get("ro.product.manufacturer", prop_value, "unknown manufacturer"); in doGetDeviceInfo()457 string.set(prop_value); in doGetDeviceInfo()460 property_get("ro.product.model", prop_value, "MTP Device"); in doGetDeviceInfo()461 string.set(prop_value); in doGetDeviceInfo()466 property_get("ro.serialno", prop_value, "????????"); in doGetDeviceInfo()467 string.set(prop_value); in doGetDeviceInfo()