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

  /hardware/qcom/gps/msm8909w_3100/utils/platform_lib_abstractions/loc_stub/src/
loc_stub_property_service.cpp 33 int property_get(const char *key, char * value, const char */*default_value*/) function
  /hardware/qcom/gps/msm8998/utils/platform_lib_abstractions/loc_stub/src/
loc_stub_property_service.cpp 33 int property_get(const char *key, char * value, const char *default_value) function
  /frameworks/compile/libbcc/lib/
Properties.h 28 static inline int property_get(const char *key, char *value, const char *default_value) { function
46 property_get(str, buf, "0");
  /frameworks/rs/
rsCppUtils.cpp 105 // Implementation of property_get from libcutils
106 int property_get(const char *key, char *value, const char *default_value) { function in namespace:android::renderscript
  /hardware/interfaces/bluetooth/1.0/default/test/
properties.cc 66 int property_get(const char *key, char *value, const char *default_value) { function
  /system/core/libcutils/
properties.cpp 41 int len = property_get(key, buf, "");
71 int len = property_get(key, buf, "");
114 int property_get(const char *key, char *value, const char *default_value) { function
  /frameworks/ml/nn/driver/cache/BlobCache/
BlobCache.cpp 31 static int property_get(const char *key, char *value, const char *default_value) { function
243 header->mBuildIdLength = property_get("ro.build.id", buildId, "");
296 int len = property_get("ro.build.id", buildId, "");
  /system/keymaster/android_keymaster/
keymaster_configuration.cpp 31 void property_get(const char* /* prop_name */, char* /* prop */, const char* /* default */) {} function
101 property_get(kPlatformVersionProp, version_str, "" /* default */);
133 property_get(kPlatformPatchlevelProp, patchlevel_str, "" /* default */);

Completed in 224 milliseconds