/system/netd/server/ |
D | InterfaceController.cpp | 107 int InterfaceController::setEnableIPv6(const char *interface, const int on) { in setEnableIPv6() argument 115 const char *disable_ipv6 = on ? "0" : "1"; in setEnableIPv6() 119 int InterfaceController::setAcceptIPv6Ra(const char *interface, const int on) { in setAcceptIPv6Ra() argument 126 const char *accept_ra = on ? "2" : "0"; in setAcceptIPv6Ra() 130 int InterfaceController::setAcceptIPv6Dad(const char *interface, const int on) { in setAcceptIPv6Dad() argument 135 const char *accept_dad = on ? "1" : "0"; in setAcceptIPv6Dad() 147 int InterfaceController::setIPv6PrivacyExtensions(const char *interface, const int on) { in setIPv6PrivacyExtensions() argument 154 return writeValueToPath(ipv6_proc_path, interface, "use_tempaddr", on ? "2" : "0"); in setIPv6PrivacyExtensions() 160 int InterfaceController::setIPv6NdOffload(char* interface, const int on) { in setIPv6NdOffload() argument 168 on ? "1" : "0" in setIPv6NdOffload() [all …]
|
D | InterfaceController.h | 24 static int setEnableIPv6(const char *interface, const int on); 25 static int setAcceptIPv6Ra(const char *interface, const int on); 26 static int setAcceptIPv6Dad(const char *interface, const int on); 28 static int setIPv6PrivacyExtensions(const char *interface, const int on); 29 static int setIPv6NdOffload(char* interface, const int on);
|
/system/bt/service/doc/ |
D | IBluetoothGattClientCallback.txt | 11 * distributed under the License is distributed on an "AS IS" BASIS, 27 * handle and can be used to perform further operations on the 33 * Called for each GATT service that was discovered on the remote device. The 41 * Called for each include definition that was discovered on the remote 47 * Called for each characteristic that was discovered on the remote device. 56 * Called for each descriptor that was discovered on the remote device. The 63 * Called to mark the end of GATT service discovery on the remote device with 71 * will contain BLE_STATUS_SUCCESS (0) on success and an ATT protocol error 73 * this operation was performed on. On success, |value| will contain the 82 * will contain BLE_STATUS_SUCCESS (0) on success and an ATT protocol error [all …]
|
D | IBluetoothLowEnergy.txt | 11 * distributed under the License is distributed on an "AS IS" BASIS, 41 * |is_direct| is set, use direct connect procedure. Return true on success, 48 * Returns true on success, false otherwise. 63 * filtered using a combination of hardware and software filtering based on 64 * |filters|. Return true on success, false otherwise. 71 * |client_id|. Return true on success, false otherwise. 83 * common/bluetooth/binder for documentation on the AdvertiseData and
|
/system/core/rootdir/ |
D | init.usb.rc | 6 on post-fs-data 21 # adbd on at boot in emulator 22 on property:ro.kernel.qemu=1 25 on boot 29 on property:sys.usb.config=none && property:sys.usb.configfs=0 38 on property:sys.usb.config=adb && property:sys.usb.configfs=0 48 on property:sys.usb.config=accessory && property:sys.usb.configfs=0 57 on property:sys.usb.config=accessory,adb && property:sys.usb.configfs=0 67 on property:sys.usb.config=audio_source && property:sys.usb.configfs=0 76 on property:sys.usb.config=audio_source,adb && property:sys.usb.configfs=0 [all …]
|
D | init.usb.configfs.rc | 1 on property:sys.usb.config=none && property:sys.usb.configfs=1 9 on property:sys.usb.config=adb && property:sys.usb.configfs=1 12 on property:sys.usb.ffs.ready=1 && property:sys.usb.config=adb && property:sys.usb.configfs=1 21 on property:sys.usb.config=mtp && property:sys.usb.configfs=1 30 on property:sys.usb.config=mtp,adb && property:sys.usb.configfs=1 33 on property:sys.usb.ffs.ready=1 && property:sys.usb.config=mtp,adb && property:sys.usb.configfs=1 43 on property:sys.usb.config=ptp && property:sys.usb.configfs=1 52 on property:sys.usb.config=ptp,adb && property:sys.usb.configfs=1 55 on property:sys.usb.ffs.ready=1 && property:sys.usb.config=ptp,adb && property:sys.usb.configfs=1 65 on property:sys.usb.config=accessory && property:sys.usb.configfs=1 [all …]
|
D | init-debug.rc | 1 on property:persist.mmc.max_read_speed=* 4 on property:persist.mmc.max_write_speed=* 7 on property:persist.mmc.cache_size=*
|
/system/core/logcat/ |
D | logcatd.rc | 11 on property:persist.logd.logpersistd.size=256 15 on property:persist.logd.logpersistd.size=* 19 on property:persist.logd.logpersistd.buffer=all 23 on property:persist.logd.logpersistd.buffer=* 27 on property:persist.logd.logpersistd=logcatd 31 on load_persist_props_action 34 on property:logd.logpersistd.enable=true && property:logd.logpersistd=logcatd 43 on property:logd.logpersistd.enable=true && property:logd.logpersistd=clear 51 on property:logd.logpersistd=stop 56 on property:logd.logpersistd.enable=false
|
/system/core/adb/ |
D | SERVICES.TXT | 3 to understand what's going on here. 48 be sent directly to the adbd daemon running on the device. 63 either the device or emulator connect to/running on the host. 79 running on the host. This will fail if there is none or more than one. 83 interpreted as 'any single device or emulator connected to/running on 101 to the <remote> address on a given device. 109 tcp:<port> -> TCP connection on localhost:<port> 110 local:<path> -> Unix local domain socket on <path> 114 tcp:<port> -> TCP localhost:<port> on device 115 local:<path> -> Unix local domain socket on device [all …]
|
/system/core/crash_reporter/ |
D | crash_reporter.rc | 1 on property:crash_reporter.coredump.enabled=1 5 on property:crash_reporter.coredump.enabled=0 8 on post-fs-data 10 # number to prevent infinitely recursing on crash handling.
|
/system/core/crash_reporter/init/ |
D | warn-collector.conf | 8 start on started system-services 9 stop on stopping system-services
|
D | crash-sender.conf | 8 start on starting system-services 9 stop on stopping system-services
|
/system/tpm/trunks/ |
D | trunksd.conf | 20 start on starting system-services 21 stop on stopping system-services
|
/system/firewalld/ |
D | firewalld.conf | 20 start on stopped iptables and stopped ip6tables 21 stop on stopping system-services
|
/system/vold/ |
D | NetlinkManager.cpp | 54 int on = 1; in start() local 72 if (setsockopt(mSock, SOL_SOCKET, SO_PASSCRED, &on, sizeof(on)) < 0) { in start()
|
/system/sepolicy/ |
D | fsck_untrusted.te | 1 # Any fsck program run on untrusted block devices 11 # Run fsck on vold block devices 19 # Untrusted fsck should never be run on block devices holding sensitive data
|
/system/update_engine/init/ |
D | update-engine.conf | 23 start on starting system-services 24 stop on stopping system-services
|
/system/core/metricsd/ |
D | README.md | 21 - Add a dependency on the shared library in your Android.mk file: 37 You will be able to see all uploaded metrics on the metrics dashboard, 41 It usually takes a day for metrics to be available on the dashboard. 49 samples and querying `metricsd`. It's installed under `/system/bin` on the target 52 For usage information and command-line options, run `metrics_client` on the 70 (to avoid losing metrics on crashes), collecting metadata about the client 78 metrics_collector is a daemon that runs in the background on the target platform, 83 libmetrics directly. However, we may not want to add a dependency on libmetrics 103 on the collected data. Note, however, that the memory allocated in metricsd 124 * After a day, your histogram should be available on the dashboard.
|
/system/tpm/attestation/server/ |
D | attestationd.conf | 20 start on started tcsd and started boot-services 21 stop on stopping boot-services
|
/system/connectivity/shill/init/ |
D | netfilter-queue.conf | 20 start on started system-services 21 stop on stopping system-services
|
/system/tpm/tpm_manager/server/ |
D | tpm_managerd.conf | 20 start on starting system-services 21 stop on stopping system-services
|
/system/connectivity/shill/ |
D | shill.rc | 2 on post-fs-data 11 on property:wifi-setup.complete=1
|
/system/webservd/webservd/etc/init/ |
D | webservd.conf | 18 start on starting system-services 19 stop on stopping system-services
|
/system/extras/tests/workloads/ |
D | pwrtest.sh | 117 state=on 179 usbpassthru on 246 usbpassthru on 263 airplane_mode on 290 airplane_mode on 303 airplane_mode on 333 airplane_mode on
|
/system/core/libcutils/ |
D | uevent.c | 107 int on = passcred; in uevent_open_socket() local 120 setsockopt(s, SOL_SOCKET, SO_PASSCRED, &on, sizeof(on)); in uevent_open_socket()
|