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

/system/core/nexus/
H A DProperty.h78 class IntegerProperty : public Property { class in inherits:Property
80 IntegerProperty(const char *name, bool ro, int elements);
81 virtual ~IntegerProperty() {}
92 class IntegerPropertyHelper : public IntegerProperty {
H A DProperty.cpp88 IntegerProperty::IntegerProperty(const char *name, bool ro, int elements) : function in class:IntegerProperty
92 int IntegerProperty::set(int idx, const char *value) {
97 int IntegerProperty::set(int idx, struct in_addr *value) {
102 int IntegerProperty::get(int idx, char *buffer, size_t max) {
107 int IntegerProperty::get(int idx, struct in_addr *buffer) {
115 IntegerProperty(name, ro, 1) {

Completed in 78 milliseconds