Home | History | Annotate | Download | only in android

Lines Matching defs:blacklist

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