Searched refs:on (Results 1 – 25 of 773) sorted by relevance
12345678910>>...31
11 * distributed under the License is distributed on an "AS IS" BASIS,27 * handle and can be used to perform further operations on the33 * Called for each GATT service that was discovered on the remote device. The41 * Called for each include definition that was discovered on the remote47 * Called for each characteristic that was discovered on the remote device.56 * Called for each descriptor that was discovered on the remote device. The63 * Called to mark the end of GATT service discovery on the remote device with71 * will contain BLE_STATUS_SUCCESS (0) on success and an ATT protocol error73 * this operation was performed on. On success, |value| will contain the82 * will contain BLE_STATUS_SUCCESS (0) on success and an ATT protocol error[all …]
11 on property:persist.logd.logpersistd.size=25615 on property:persist.logd.logpersistd.size=*19 on property:persist.logd.logpersistd.buffer=all23 on property:persist.logd.logpersistd.buffer=*27 on property:persist.logd.logpersistd=logcatd31 on load_persist_props_action34 on property:logd.logpersistd.enable=true && property:logd.logpersistd=logcatd40 on property:logd.logpersistd.enable=true && property:logd.logpersistd=clear48 on property:logd.logpersistd=stop53 on property:logd.logpersistd.enable=false
1 on property:sys.usb.config=none && property:sys.usb.configfs=114 on property:init.svc.adbd=stopped17 on property:sys.usb.config=adb && property:sys.usb.configfs=120 on property:sys.usb.ffs.ready=1 && property:sys.usb.config=adb && property:sys.usb.configfs=126 on property:sys.usb.config=mtp && property:sys.usb.configfs=132 on property:sys.usb.config=mtp,adb && property:sys.usb.configfs=135 on property:sys.usb.ffs.ready=1 && property:sys.usb.config=mtp,adb && property:sys.usb.configfs=142 on property:sys.usb.config=ptp && property:sys.usb.configfs=148 on property:sys.usb.config=ptp,adb && property:sys.usb.configfs=151 on property:sys.usb.ffs.ready=1 && property:sys.usb.config=ptp,adb && property:sys.usb.configfs=1[all …]
6 on post-fs-data21 on boot25 on property:sys.usb.config=none && property:sys.usb.configfs=034 on property:sys.usb.config=adb && property:sys.usb.configfs=044 on property:sys.usb.config=accessory && property:sys.usb.configfs=053 on property:sys.usb.config=accessory,adb && property:sys.usb.configfs=063 on property:sys.usb.config=audio_source && property:sys.usb.configfs=072 on property:sys.usb.config=audio_source,adb && property:sys.usb.configfs=082 on property:sys.usb.config=accessory,audio_source && property:sys.usb.configfs=091 on property:sys.usb.config=accessory,audio_source,adb && property:sys.usb.configfs=0[all …]
1 on property:persist.mmc.max_read_speed=*4 on property:persist.mmc.max_write_speed=*7 on property:persist.mmc.cache_size=*
1 # Any fsck program run on untrusted block devices11 # Run fsck on vold block devices17 # To determine if it is safe to run fsck on a filesystem, e2fsck20 # block devices. With that information, it runs stat() on each block22 # passed in on the command line. If there is a match, then the filesystem32 # Untrusted fsck should never be run on block devices holding sensitive data
16 # Run fsck on certain block devices22 # To determine if it is safe to run fsck on a filesystem, e2fsck25 # block devices. With that information, it runs stat() on each block27 # passed in on the command line. If there is a match, then the filesystem43 # fsck should never be run on these block devices
16 # Run fsck on certain block devices22 # To determine if it is safe to run fsck on a filesystem, e2fsck25 # block devices. With that information, it runs stat() on each block27 # passed in on the command line. If there is a match, then the filesystem40 # fsck should never be run on these block devices
4 on property:ro.boot.bootreason=*7 on post-fs-data48 on post-fs-data && property:init.svc.bootanim=running && property:ro.crypto.type=block56 # The 'on boot' event occurs once per hard boot (device power on), which57 # switches the flag on. If the device performs a runtime restart, the flag is58 # switched off and cannot be switched on until the device hard boots again.60 # Enable bootstat logging on boot.61 on boot64 # Disable further bootstat logging on a runtime restart. A runtime restart is66 on property:init.svc.zygote=stopping[all …]
31 const int on = 1; in enableSockopt() local32 return sys.setsockopt(sock, level, optname, &on, sizeof(on)); in enableSockopt()
37 static int setEnableIPv6(const char *interface, const int on);39 static int setAcceptIPv6Ra(const char *interface, const int on);40 static int setAcceptIPv6Dad(const char *interface, const int on);42 static int setIPv6PrivacyExtensions(const char *interface, const int on);
11 // distributed under the License is distributed on an "AS IS" BASIS,17 // WARNING: Everything listed here will be built on ALL platforms,20 // to only building on ARM if they include assembly. Individual makefiles23 // trusty_keymaster is a binary used only for on-device testing. It49 // keystore.trusty is the HAL used by keystore on Trusty devices.
20 start on starting system-services21 stop on stopping system-services
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 on101 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 device115 local:<path> -> Unix local domain socket on device[all …]
11 * distributed under the License is distributed on an "AS IS" BASIS,18 * Defines the FastRPC interface between CHRE running on the SLPI and the host19 * daemon running on the AP.24 * Refer to the implementations of these functions in the CHRE code that runs on
5 # Allow dumpstate to call su on userdebug / eng builds to collect13 # Put the incident command into its domain so it is the same on user, userdebug and eng.16 # Put the perfetto command into its domain so it is the same on user, userdebug and eng.
52 int on = 1; in start() local74 if (setsockopt(mSock, SOL_SOCKET, SO_PASSCRED, &on, sizeof(on)) < 0) { in start()
23 start on starting system-services24 stop on stopping system-services