HomeSort by relevance Sort by last modified time
    Searched defs:property_get (Results 1 - 4 of 4) sorted by null

  /frameworks/rs/
rsCompatibilityLib.cpp 21 // Implementation of property_get from libcutils
22 int property_get(const char *key, char *value, const char *default_value) { function
  /system/core/init/
property_service.h 35 __attribute__((__error__("property_get called with too small buffer")));
41 int property_get(const char *name, char *value) function
  /system/core/include/cutils/
properties.h 38 /* property_get: returns the length of the value which will never be
45 int property_get(const char *key, char *value, const char *default_value);
56 __asm__(__USER_LABEL_PREFIX__ "property_get");
57 __errordecl(__property_get_too_small_error, "property_get() called with too small of a buffer");
60 int property_get(const char *key, char *value, const char *default_value) { function
  /system/core/libcutils/
properties.c 39 int property_get(const char *key, char *value, const char *default_value) function
146 int property_get(const char *key, char *value, const char *default_value) function
201 ALOGE("Got strange response to property_get request (%d)\n",
269 int property_get(const char *key, char *value, const char *default_value) function

Completed in 291 milliseconds