Home | History | Annotate | Download | only in android

Lines Matching defs:blacklist

1363     // Check a blacklist of interfaces that are incompatible with fast tracks.
1367 // In release builds, we only use the blacklist method.
1372 static const unsigned blacklist[] = {
1382 // FIXME The problem with a blacklist is remembering to add new interfaces here
1384 for (unsigned i = 0; i < sizeof(blacklist)/sizeof(blacklist[0]); ++i) {
1385 if (IsInterfaceInitialized(&pAudioPlayer->mObject, blacklist[i])) {