Searched defs:attIndex (Results 1 - 1 of 1) sorted by relevance

/hardware/intel/common/utils/ISV/profile/
H A Disv_profile.cpp181 int attIndex = 0; local
186 if (strcmp(atts[attIndex], "name") == 0) {
187 if (getFilterID(atts[attIndex + 1]) == 0) {
188 ALOGE("Couldn't parase the filter %s\n", atts[attIndex+1]);
195 if (!strcmp(atts[attIndex], "value") && !strcmp(atts[attIndex + 1], "true"))
201 if (mCurrentFilter && !strcmp(atts[attIndex], "value")) {
202 if (!strcmp(atts[attIndex + 1], "0"))
204 else if (!strcmp(atts[attIndex + 1], "FFFFFFFF"))
207 mConfigs[mCurrentFilter].minResolution = getResolution(atts[attIndex
254 int attIndex = 0; local
270 int attIndex = 0; local
[all...]

Completed in 72 milliseconds