Searched refs:kComponents (Results 1 – 1 of 1) sorted by relevance
90 static const GoldfishComponent kComponents[] = { variable102 sizeof(kComponents) / sizeof(kComponents[0]);107 if (!strncmp("OMX.google", kComponents[i].mName, 10) && in GoldfishOMXPlugin()109 kComponents[i].mLibNameSuffix)) { in GoldfishOMXPlugin()111 kComponents[i].mName); in GoldfishOMXPlugin()112 kActiveComponents.push_back(kComponents[i]); in GoldfishOMXPlugin()113 } else if (!strncmp("OMX.android", kComponents[i].mName, 11) && in GoldfishOMXPlugin()115 kComponents[i].mLibNameSuffix)) { in GoldfishOMXPlugin()117 kComponents[i].mName); in GoldfishOMXPlugin()118 kActiveComponents.push_back(kComponents[i]); in GoldfishOMXPlugin()