Searched refs:kComponents (Results 1 – 1 of 1) sorted by relevance
78 static const GoldfishComponent kComponents[] = { variable90 sizeof(kComponents) / sizeof(kComponents[0]);94 if ( !strncmp("OMX.google", kComponents[i].mName, 10) && in GoldfishOMXPlugin()95 useGoogleGoldfishComponentInstance(kComponents[i].mLibNameSuffix)) { in GoldfishOMXPlugin()96 ALOGD("found and use kComponents[i].name %s", kComponents[i].mName); in GoldfishOMXPlugin()97 kActiveComponents.push_back(kComponents[i]); in GoldfishOMXPlugin()98 } else if (!strncmp("OMX.android", kComponents[i].mName, 11) && in GoldfishOMXPlugin()99 useAndroidGoldfishComponentInstance(kComponents[i].mLibNameSuffix)) { in GoldfishOMXPlugin()100 ALOGD("found and use kComponents[i].name %s", kComponents[i].mName); in GoldfishOMXPlugin()101 kActiveComponents.push_back(kComponents[i]); in GoldfishOMXPlugin()