/system/core/toolbox/ |
start.c | 13 property_set("ctl.start", argv[1]); 16 property_set("ctl.start", "surfaceflinger"); 17 property_set("ctl.start", "zygote");
|
stop.c | 11 property_set("ctl.stop", argv[1]); 14 property_set("ctl.stop", "zygote"); 15 property_set("ctl.stop", "surfaceflinger");
|
setprop.c | 12 if(property_set(argv[1], argv[2])){
|
/system/core/init/ |
property_service.h | 29 extern int property_set(const char *name, const char *value);
|
init.c | 89 property_set(pname, state); 608 property_set( buff, value ); 621 property_set(prop, value); 643 property_set(prop_map[i].dest_prop, pval ?: prop_map[i].def_val); 658 property_set("ro.hardware", hardware); 661 property_set("ro.revision", tmp); 665 property_set("ro.factorytest", "1"); 667 property_set("ro.factorytest", "2"); 669 property_set("ro.factorytest", "0");
|
property_service.c | 338 int property_set(const char *name, const char *value) function 386 property_set("net.change", name); 452 property_set((char*) msg.name, (char*) msg.value); 501 property_set(key, value); 564 property_set(entry->d_name, value);
|
builtins.c | 505 property_set("ro.crypto.state", "encrypted"); 506 property_set("vold.decrypt", "1"); 508 property_set("ro.crypto.state", "unencrypted"); 557 property_set(name, prop_val);
|
/system/core/include/cutils/ |
properties.h | 43 /* property_set: returns 0 on success, < 0 on failure 45 int property_set(const char *key, const char *value);
|
/frameworks/native/cmds/bugreport/ |
bugreport.c | 29 property_set("ctl.start", "dumpstate");
|
/bootable/recovery/ |
adb_install.cpp | 56 property_set("ctl.stop", "adbd"); 68 property_set("ctl.start", "adbd");
|
/system/core/libsysutils/src/ |
ServiceManager.cpp | 52 property_set("ctl.start", name); 81 property_set("ctl.stop", name);
|
/system/bluetooth/bluedroid/ |
bluetooth.c | 163 if (property_set("ctl.start", "hciattach") < 0) 166 if (property_set("bluetooth.hciattach", "true") < 0) 200 if (property_set("ctl.stop", "hciattach") < 0) { 210 if (property_set("ctl.start", "bluetoothd") < 0) { 232 if (property_set("ctl.stop", "bluetoothd") < 0) { 244 if (property_set("ctl.stop", "hciattach") < 0) 247 if (property_set("bluetooth.hciattach", "false") < 0)
|
/system/core/libnetutils/ |
dhcp_utils.c | 211 property_set(result_prop_name, ""); 221 property_set(ctrl_prop, daemon_cmd); 277 property_set(ctrl_prop, daemon_cmd); 281 property_set(result_prop_name, "failed"); 306 property_set(ctrl_prop, daemon_cmd); 348 property_set(result_prop_name, ""); 354 property_set(ctrl_prop, daemon_cmd);
|
/device/generic/goldfish/qemu-props/ |
qemu-props.c | 104 if (property_set(temp, q) < 0) {
|
/system/vold/ |
cryptfs.c | 682 property_set("vold.post_fs_data_done", "0"); 683 property_set("vold.decrypt", "trigger_post_fs_data"); 746 property_set("vold.decrypt", "trigger_reset_main"); 770 property_set("vold.decrypt", "trigger_load_persist_props"); 777 property_set("vold.decrypt", "trigger_restart_framework"); 909 property_set("ro.crypto.fs_crypto_blkdev", crypto_blkdev); [all...] |
/hardware/libhardware_legacy/wifi/ |
wifi.c | 211 property_set(DRIVER_PROP_NAME, "unloaded"); 221 property_set(DRIVER_PROP_NAME, "unloaded"); 243 property_set(DRIVER_PROP_NAME, "ok"); 246 property_set("ctl.start", FIRMWARE_LOADER); 260 property_set(DRIVER_PROP_NAME, "timeout"); 264 property_set(DRIVER_PROP_NAME, "ok"); 288 property_set(DRIVER_PROP_NAME, "unloaded"); 589 property_set("ctl.start", supplicant_name); 636 property_set("ctl.stop", supplicant_name);
|
/hardware/qcom/bt/libbt-vendor/src/ |
hardware.c | 58 if (property_set("bluetooth.hciattach", szReqSt) < 0){
|
/system/core/libcutils/ |
properties.c | 34 int property_set(const char *key, const char *value) function 204 int property_set(const char *key, const char *value) function 294 int property_set(const char *key, const char *value) function
|
/hardware/qcom/display/libexternal/ |
external.cpp | 151 property_set("hw.hdmiON", "1"); 163 property_set("hw.hdmiON", "0"); 206 property_set("hw.actionsafe.width", actionsafeWidth); 208 property_set("hw.actionsafe.height", actionsafeHeight); 290 property_set("hw.underscan_supported", prop); 480 property_set("hw.underscan_supported", prop);
|
/system/core/adb/ |
services.c | 128 property_set("service.adb.root", "1"); 149 property_set("service.adb.tcp.port", value); 159 property_set("service.adb.tcp.port", "0");
|
/frameworks/native/cmds/rawbu/ |
backup.cpp | 723 property_set("ctl.stop", "runtime"); 724 property_set("ctl.stop", "zygote"); 744 property_set("ctl.start", "zygote"); 745 property_set("ctl.start", "runtime");
|
/device/asus/flo/bdAddrLoader/ |
addrloader.c | 213 if (property_set(DEFAULT_BDADDR_PROP, loadedBDAddr->data.sz) < 0)
|
/device/lge/mako/bdAddrLoader/ |
addrloader.c | 213 if (property_set(DEFAULT_BDADDR_PROP, loadedBDAddr->data.sz) < 0)
|
/frameworks/base/core/jni/ |
android_os_SystemProperties.cpp | 181 err = property_set(key, val);
|
/frameworks/native/cmds/atrace/ |
atrace.cpp | 368 if (property_set(k_traceTagsProperty, buf) < 0) { 379 if (property_set(k_traceAppCmdlineProperty, cmdline) < 0) {
|