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

1 2 3 4 5 6 7 8 91011>>

  /hardware/qcom/gps/msm8909w_3100/utils/platform_lib_abstractions/loc_stub/include/
loc_stub_property_service.h 36 int property_get(const char *key, char *value, const char *default_value);
  /hardware/qcom/gps/msm8998/utils/platform_lib_abstractions/loc_stub/include/
loc_stub_property_service.h 36 int property_get(const char *key, char *value, const char *default_value);
  /hardware/qcom/gps/msm8909w_3100/utils/platform_lib_abstractions/loc_pla/src/
platform_lib_property_service.cpp 38 return property_get(key, value, default_value);
  /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_pla/src/
platform_lib_property_service.cpp 38 return property_get(key, value, default_value);
  /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/av/drm/libmediadrm/
DrmPluginPath.cpp 28 if (property_get("drm.64bit.enabled", value, NULL) == 0) {
  /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");
  /hardware/interfaces/bluetooth/1.0/default/test/
bluetooth_address_test.cc 131 EXPECT_TRUE(property_get(PERSIST_BDADDR_PROPERTY, prop, NULL) == 0);
132 EXPECT_TRUE(property_get(PROPERTY_BT_BDADDR_PATH, prop, NULL) == 0);
133 EXPECT_TRUE(property_get(FACTORY_BDADDR_PROPERTY, prop, NULL) == 0);
141 EXPECT_TRUE(property_get(PERSIST_BDADDR_PROPERTY, prop, NULL) == 1);
142 EXPECT_TRUE(property_get(PROPERTY_BT_BDADDR_PATH, prop, NULL) == 2);
143 EXPECT_TRUE(property_get(FACTORY_BDADDR_PROPERTY, prop, NULL) == 3);
151 EXPECT_TRUE(property_get(PERSIST_BDADDR_PROPERTY, prop, NULL) == 0);
152 EXPECT_TRUE(property_get(PROPERTY_BT_BDADDR_PATH, prop, NULL) == 0);
153 EXPECT_TRUE(property_get(FACTORY_BDADDR_PROPERTY, prop, NULL) == 0);
156 TEST_F(BluetoothAddressTest, property_get) {
    [all...]
  /external/libchrome/base/
build_time.cc 25 property_get("ro.build.date", kDateTime, "Sep 02 2008 08:00:00 PST");
  /frameworks/base/core/jni/android/graphics/
RtlProperties.h 42 if (property_get(RTL_PROPERTY_DEBUG, property, NULL) > 0) {
  /frameworks/opt/net/wifi/libwifi_system/
supplicant_manager.cpp 47 if (property_get(kSupplicantInitProperty, supp_status, NULL) &&
95 if (property_get(kSupplicantInitProperty, supp_status, NULL) &&
104 if (property_get(kSupplicantInitProperty, supp_status, NULL)) {
115 if (property_get(kSupplicantInitProperty, supp_status, NULL)) {
  /hardware/invensense/6515/libsensors_iio/
SensorBase.cpp 60 property_get("invn.hal.verbose.basic", value, "0");
64 property_get("invn.hal.verbose.extra", value, "0");
68 property_get("invn.hal.verbose.sysfs", value, "0");
72 property_get("invn.hal.verbose.engineering", value, "0");
76 property_get("invn.hal.entry.function", value, "0");
80 property_get("invn.hal.entry.handler", value, "0");
84 property_get("invn.hal.data.input", value, "0");
88 property_get("invn.hal.data.handler", value, "0");
92 property_get("invn.hal.debug.batching", value, "0");
  /frameworks/base/cmds/bootanimation/
BootAnimationUtil.cpp 30 property_get("debug.sf.nobootanimation", value, "0");
35 property_get("ro.boot.quiescent", value, "0");
  /hardware/invensense/65xx/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");
  /hardware/interfaces/bluetooth/1.0/default/
bluetooth_address.cc 50 if (property_get(PROPERTY_BT_BDADDR_PATH, property, NULL)) {
79 if (property_get(FACTORY_BDADDR_PROPERTY, property, NULL) &&
85 if (property_get(PERSIST_BDADDR_PROPERTY, property, NULL) &&
  /system/core/libcutils/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);
113 #define __property_get_err_str "property_get() called with too small of a buffer"
120 int property_get(const char* key, char* value, const char* default_value)
129 __asm__(__USER_LABEL_PREFIX__ "property_get");
133 int property_get(const char *key, char *value, const char *default_value) {
  /hardware/nxp/nfc/halimpl/log/
phNxpLog.cc 60 int len = property_get(PROP_NAME_NXPLOG_GLOBAL_LOGLEVEL, valueStr, "");
90 len = property_get(PROP_NAME_NXPLOG_HAL_LOGLEVEL, valueStr, "");
117 len = property_get(PROP_NAME_NXPLOG_EXTNS_LOGLEVEL, valueStr, "");
144 len = property_get(PROP_NAME_NXPLOG_TML_LOGLEVEL, valueStr, "");
171 len = property_get(PROP_NAME_NXPLOG_FWDNLD_LOGLEVEL, valueStr, "");
202 len = property_get(PROP_NAME_NXPLOG_NCI_LOGLEVEL, valueStr, "");
  /packages/apps/Nfc/nci/jni/extns/pn54x/src/log/
phNxpLog.cpp 61 int len = property_get(PROP_NAME_NXPLOG_GLOBAL_LOGLEVEL, valueStr, "");
91 len = property_get(PROP_NAME_NXPLOG_HAL_LOGLEVEL, valueStr, "");
120 len = property_get(PROP_NAME_NXPLOG_EXTNS_LOGLEVEL, valueStr, "");
149 len = property_get(PROP_NAME_NXPLOG_TML_LOGLEVEL, valueStr, "");
178 len = property_get(PROP_NAME_NXPLOG_FWDNLD_LOGLEVEL, valueStr, "");
211 len = property_get(PROP_NAME_NXPLOG_NCI_LOGLEVEL, valueStr, "");
  /external/swiftshader/src/Common/
DebugAndroid.cpp 28 property_get("debug.db.uid", value, "-1");
  /hardware/qcom/display/msm8084/libqdutils/
comptype.h 65 if (property_get("debug.composition.type", property, "gpu") > 0) {
  /hardware/qcom/display/msm8226/libqdutils/
comptype.h 65 if (property_get("debug.composition.type", property, "gpu") > 0) {
  /hardware/qcom/display/msm8960/libqdutils/
comptype.h 65 if (property_get("debug.composition.type", property, "gpu") > 0) {
  /hardware/qcom/display/msm8994/libqdutils/
comptype.h 67 if (property_get("debug.composition.type", property, "gpu") > 0) {
  /device/google/marlin/camera/QCamera2/util/
QCameraDisplay.cpp 141 property_get("persist.camera.disp.num_vsync", value, "4");
143 property_get("persist.camera.disp.ms_to_vsync", value, "2");
145 property_get("persist.camera.disp.filter_max", value, "2");
147 property_get("persist.camera.disp.filter_min", value, "4");
149 property_get("persist.camera.disp.fps", value, "60");

Completed in 2868 milliseconds

1 2 3 4 5 6 7 8 91011>>