Home | History | Annotate | Download | only in test

Lines Matching refs:supported

268         std::vector<bool> supported(count);
271 supported[i] = (mOEM == OEMYes);
274 supported[i] = false;
277 supported[i] = true;
280 cb(ErrorStatus::NONE, supported);