Home | History | Annotate | Download | only in src

Lines Matching refs:mInputProfiles

41     for (size_t i = 0; i < mInputProfiles.size(); i++) {
42 mInputProfiles[i]->mSupportedDevices.clear();
87 mInputProfiles.add(profile);
231 mInputProfiles.add(profile);
238 for (size_t i = 0; i < mInputProfiles.size(); i++) {
239 if (mInputProfiles[i]->mName == name) {
240 mInputProfiles.removeAt(i);
270 if (mInputProfiles.size()) {
272 for (size_t i = 0; i < mInputProfiles.size(); i++) {
275 mInputProfiles[i]->dump(fd);
316 for (size_t j = 0; j < itemAt(i)->mInputProfiles.size(); j++) {
317 if (itemAt(i)->mInputProfiles[j]->mSupportedDevices.types() &