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

/frameworks/compile/libbcc/lib/
H A DProperties.h28 static inline int property_get(const char *key, char *value, const char *default_value) { function
46 property_get(str, buf, "0");
/frameworks/rs/
H A DrsCppUtils.cpp102 // Implementation of property_get from libcutils
103 int property_get(const char *key, char *value, const char *default_value) { function in namespace:android::renderscript

Completed in 49 milliseconds