HomeSort by relevance Sort by last modified time
    Searched refs:property_get (Results 1 - 25 of 312) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /frameworks/rs/
rsCompatibilityLib.h 34 int property_get(const char *key, char *value, const char *default_value);
rsCompatibilityLib.cpp 21 // Implementation of property_get from libcutils
22 int property_get(const char *key, char *value, const char *default_value) { function
  /prebuilts/ndk/9/platforms/android-19/arch-arm/usr/include/rs/
rsCompatibilityLib.h 34 int property_get(const char *key, char *value, const char *default_value);
  /prebuilts/ndk/9/platforms/android-19/arch-mips/usr/include/rs/
rsCompatibilityLib.h 34 int property_get(const char *key, char *value, const char *default_value);
  /prebuilts/ndk/9/platforms/android-19/arch-x86/usr/include/rs/
rsCompatibilityLib.h 34 int property_get(const char *key, char *value, const char *default_value);
  /frameworks/base/core/jni/android/graphics/
RtlProperties.h 42 if (property_get(RTL_PROPERTY_DEBUG, property, NULL) > 0) {
  /frameworks/compile/libbcc/include/bcc/Support/
Properties.h 30 property_get(str, buf, "0");
  /hardware/invensense/6515/libsensors_iio/
SensorBase.cpp 58 property_get("invn.hal.verbose.basic", value, "0");
62 property_get("invn.hal.verbose.extra", value, "0");
66 property_get("invn.hal.verbose.sysfs", value, "0");
70 property_get("invn.hal.verbose.engineering", value, "0");
74 property_get("invn.hal.entry.function", value, "0");
78 property_get("invn.hal.entry.handler", value, "0");
82 property_get("invn.hal.data.input", value, "0");
86 property_get("invn.hal.data.handler", value, "0");
90 property_get("invn.hal.debug.batching", value, "0");
  /system/core/libnetutils/
dhcp_utils.c 77 if (property_get(name, value, NULL)) {
107 property_get(prop_name, ipaddr, NULL);
110 property_get(prop_name, gateway, NULL);
113 property_get(prop_name, server, NULL);
122 if (property_get(prop_name, prop_value, NULL)) {
146 property_get(prop_name, dns[x], NULL);
150 if (property_get(prop_name, prop_value, NULL)) {
156 property_get(prop_name, vendorInfo, NULL);
160 property_get(prop_name, domain, NULL);
164 property_get(prop_name, mtu, NULL)
    [all...]
  /external/chromium_org/third_party/hwcplus/include/cutils/
properties.h 47 /* property_get: returns the length of the value which will never be
54 int property_get(const char *key, char *value, const char *default_value);
65 __asm__(__USER_LABEL_PREFIX__ "property_get");
66 __errordecl(__property_get_too_small_error, "property_get() called with too small of a buffer");
69 int property_get(const char *key, char *value, const char *default_value) { function
  /hardware/invensense/65xx/libsensors_iio/
SensorBase.cpp 57 property_get("invn.hal.verbose.basic", value, "0");
61 property_get("invn.hal.verbose.extra", value, "0");
65 property_get("invn.hal.verbose.sysfs", value, "0");
69 property_get("invn.hal.verbose.engineering", value, "0");
73 property_get("invn.hal.entry.function", value, "0");
77 property_get("invn.hal.entry.handler", value, "0");
81 property_get("invn.hal.data.input", value, "0");
85 property_get("invn.hal.data.handler", value, "0");
  /system/core/include/cutils/
properties.h 39 /* property_get: returns the length of the value which will never be
46 int property_get(const char *key, char *value, const char *default_value);
115 __asm__(__USER_LABEL_PREFIX__ "property_get");
116 __errordecl(__property_get_too_small_error, "property_get() called with too small of a buffer");
119 int property_get(const char *key, char *value, const char *default_value) { function
  /build/tools/check_prereq/
check_prereq.c 36 property_get("ro.build.date.utc", value, default_value);
  /external/libnfc-nci/halimpl/bcm2079x/adaptation/
OverrideLog.cpp 60 int len = property_get ("nfc.app_log_level", valueStr, "");
  /external/libnfc-nci/src/adaptation/
OverrideLog.cpp 58 int len = property_get ("nfc.app_log_level", valueStr, "");
  /frameworks/base/services/core/jni/
com_android_server_SystemServer.cpp 30 property_get("system_init.startsensorservice", propBuf, "1");
  /hardware/qcom/display/msm8084/libqdutils/
comptype.h 65 if (property_get("debug.composition.type", property, "gpu") > 0) {
profiler.cpp 53 property_get("debug.gr.calcfps", prop, "0");
74 property_get("debug.gr.calcfps.type", prop, "0");
78 property_get("debug.gr.calcfps.timeperiod", prop, "1000");
81 property_get("debug.gr.calcfps.period", prop, "10");
89 property_get("debug.gr.calcfps.ignorethresh_us", prop, "500000");
  /hardware/qcom/display/msm8226/libqdutils/
comptype.h 65 if (property_get("debug.composition.type", property, "gpu") > 0) {
profiler.cpp 53 property_get("debug.gr.calcfps", prop, "0");
74 property_get("debug.gr.calcfps.type", prop, "0");
78 property_get("debug.gr.calcfps.timeperiod", prop, "1000");
81 property_get("debug.gr.calcfps.period", prop, "10");
89 property_get("debug.gr.calcfps.ignorethresh_us", prop, "500000");
  /hardware/qcom/display/msm8960/libqdutils/
comptype.h 65 if (property_get("debug.composition.type", property, "gpu") > 0) {
profiler.cpp 50 property_get("debug.gr.calcfps", prop, "0");
71 property_get("debug.gr.calcfps.type", prop, "0");
75 property_get("debug.gr.calcfps.timeperiod", prop, "1000");
78 property_get("debug.gr.calcfps.period", prop, "10");
86 property_get("debug.gr.calcfps.ignorethresh_us", prop, "500000");
  /hardware/qcom/display/msm8974/libqdutils/
comptype.h 65 if (property_get("debug.composition.type", property, "gpu") > 0) {
profiler.cpp 50 property_get("debug.gr.calcfps", prop, "0");
71 property_get("debug.gr.calcfps.type", prop, "0");
75 property_get("debug.gr.calcfps.timeperiod", prop, "1000");
78 property_get("debug.gr.calcfps.period", prop, "10");
86 property_get("debug.gr.calcfps.ignorethresh_us", prop, "500000");
  /system/core/init/
property_service.h 36 __attribute__((__error__("property_get called with too small buffer")));
42 int property_get(const char *name, char *value) function

Completed in 659 milliseconds

1 2 3 4 5 6 7 8 91011>>