Home
last modified time | relevance | path

Searched refs:mComponentNames (Results 1 – 3 of 3) sorted by relevance

/frameworks/av/services/camera/libcameraservice/device3/
DStatusTracker.cpp56 mComponentNames.add(id, componentName); in addComponent()
76 mComponentNames.removeItem(id); in removeComponent()
98 mComponentNames.valueAt(i).c_str()); in dumpActiveComponents()
DStatusTracker.h114 KeyedVector<int, std::string> mComponentNames; variable
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DTelephonyComponentFactory.java95 private final Set<String> mComponentNames = new HashSet<>(); field in TelephonyComponentFactory.InjectedComponents
149 return mComponentNames.contains(componentName); in isComponentInjected()
186 mComponentNames.add(parser.getText()); in parseComponent()
265 ? mInjectedComponents.mComponentNames.size() : 0));