Lines Matching refs:propValue
49 char propValue[PROP_VALUE_MAX]; in useOmxCodecs() local
51 bool myret = property_get(prop.c_str(), propValue, "") > 0 && in useOmxCodecs()
52 strcmp("0", propValue) == 0; in useOmxCodecs()
54 ALOGD("%s %d found prop %s val %s", __func__, __LINE__, prop.c_str(), propValue); in useOmxCodecs()
68 char propValue[PROP_VALUE_MAX]; in useGoogleGoldfishComponentInstance() local
70 bool myret = property_get(propName.c_str(), propValue, "") > 0 && in useGoogleGoldfishComponentInstance()
71 strcmp("1", propValue) == 0; in useGoogleGoldfishComponentInstance()
73 ALOGD("%s %d found prop %s val %s", __func__, __LINE__, propName.c_str(), propValue); in useGoogleGoldfishComponentInstance()
80 char propValue[PROP_VALUE_MAX]; in useAndroidGoldfishComponentInstance() local
82 bool myret = property_get(propName.c_str(), propValue, "") > 0 && in useAndroidGoldfishComponentInstance()
83 strcmp("2", propValue) == 0; in useAndroidGoldfishComponentInstance()
85 ALOGD("%s %d found prop %s val %s", __func__, __LINE__, propName.c_str(), propValue); in useAndroidGoldfishComponentInstance()