Lines Matching full:char
34 int attachProperty(const char *ns, Property *p);
35 int detachProperty(const char *ns, Property *p);
37 android::List<char *> *createPropertyList(const char *prefix);
39 int set(const char *name, const char *value);
40 const char *get(const char *name, char *buffer, size_t max);
43 PropertyNamespace *lookupNamespace_UNLOCKED(const char *ns);
44 Property *lookupProperty_UNLOCKED(PropertyNamespace *ns, const char *name);
45 int doSet(Property *p, int idx, const char *value);
46 int doGet(Property *p, int idx, char *buffer, size_t max);