Searched defs:ns (Results 1 - 1 of 1) sorted by relevance

/system/core/nexus/
H A DPropertyManager.cpp43 PropertyNamespace *PropertyManager::lookupNamespace_UNLOCKED(const char *ns) { argument
47 if (!strcasecmp(ns, (*ns_it)->getName()))
54 Property *PropertyManager::lookupProperty_UNLOCKED(PropertyNamespace *ns, const char *name) { argument
57 for (it = ns->getProperties()->begin();
58 it != ns->getProperties()->end(); ++it) {
67 PropertyNamespace *ns; local
71 if (!(ns = lookupNamespace_UNLOCKED(ns_name))) {
73 ns = new PropertyNamespace(ns_name);
74 mNamespaces->push_back(ns);
77 if (lookupProperty_UNLOCKED(ns,
91 PropertyNamespace *ns; local
[all...]

Completed in 116 milliseconds