Home | History | Annotate | Download | only in android

Lines Matching defs:blacklist

517     // Check a blacklist of interfaces that are incompatible with fast tracks.
521 // In release builds, we only use the blacklist method.
525 static const unsigned blacklist[] = {
530 // FIXME The problem with a blacklist is remembering to add new interfaces here
533 for (unsigned i = 0; i < sizeof(blacklist)/sizeof(blacklist[0]); ++i) {
534 if (IsInterfaceInitialized(&ar->mObject, blacklist[i])) {
541 if (blacklist[i] != MPH_ANDROIDEFFECT) {
542 switch (blacklist[i]) {