Searched refs:service (Results 1 – 25 of 41) sorted by relevance
12
345 service irsc_util /system/bin/irsc_util "/etc/sec_config"350 service mdm_helper /system/bin/mdm_helper354 onrestart setprop ro.service.mdm_helper_restarted "true"356 service tcmd /system/bin/tcmd_mini362 service bridgemgrd /system/bin/bridgemgrd368 service qmuxd /system/bin/qmuxd373 service netmgrd /system/bin/netmgrd377 service imsqmidaemon /system/bin/imsqmidaemon383 service imsdatadaemon /system/bin/imsdatadaemon393 service sensors /system/bin/sensors.qcom[all …]
5 /* Allow QMID service to aquire net_raw permission */12 /* Allow MOTEX service to be used by radio processes and net_raw processes */
278 service rmt_storage /system/bin/rmt_storage283 service bridgemgrd /system/bin/bridgemgrd289 service qmuxd /system/bin/qmuxd294 service netmgrd /system/bin/netmgrd299 service sensors /system/bin/sensors.qcom304 service irsc_util /system/bin/irsc_util "/etc/sec_config"309 service p2p_supplicant /system/bin/wpa_supplicant \325 service wpa_supplicant /system/bin/wpa_supplicant \338 service dhcpcd_wlan0 /system/bin/dhcpcd -aABDKL343 service dhcpcd_p2p /system/bin/dhcpcd -aABKL[all …]
21 service fingerprintd /system/bin/fingerprintd
127 service battery_charger /charger132 service watchdogd /sbin/watchdogd 10 20195 service bugreport /system/bin/dumpstate -d -p -B \202 service p2p_supplicant /system/bin/wpa_supplicant \213 service gpsd /system/bin/glgps -c /system/etc/gpsconfig.xml220 service wpa_supplicant /system/bin/wpa_supplicant \229 service dhcpcd_wlan0 /system/bin/dhcpcd -aABDKL234 service dhcpcd_p2p /system/bin/dhcpcd -aABKL239 service dhcpcd_bt-pan /system/bin/dhcpcd -aABDKL244 service dhcpcd_eth0 /system/bin/dhcpcd -aABDKL[all …]
5 service watchdogd /sbin/watchdogd 10 20
268 service irsc_util /system/bin/irsc_util "/etc/sec_config"273 service rmt_storage /system/bin/rmt_storage278 service hciattach /system/bin/init.flo.bt.sh291 service bridgemgrd /system/bin/bridgemgrd297 service qmuxd /system/bin/qmuxd303 service ks_checker /system/bin/kickstart_checker.sh307 service kickstart /system/bin/qcks -i /firmware/image/ -r /data/tombstones/mdm/323 service netmgrd /system/bin/netmgrd329 service sensors /system/bin/sensors.qcom334 service wpa_supplicant /system/bin/wpa_supplicant \[all …]
41 # UAPSD service interval for VO,VI, BE, BK traffic
261 service irsc_util /system/bin/irsc_util "/etc/sec_config"266 service rmt_storage /system/bin/rmt_storage271 service hciattach /system/bin/init.flo.bt.sh284 service bridgemgrd /system/bin/bridgemgrd290 service qmuxd /system/bin/qmuxd295 service ks_checker /system/bin/kickstart_checker.sh300 service kickstart /system/bin/qcks -i /firmware/image/ -r /data/tombstones/mdm/317 service netmgrd /system/bin/netmgrd321 service sensors /system/bin/sensors.qcom326 service wpa_supplicant /system/bin/wpa_supplicant \[all …]
139 # Set this property to enable Thermal service140 setprop persist.service.thermal 1186 service wpa_supplicant /system/bin/wpa_supplicant -Dnl80211 -iwlan0 -c/data/misc/wifi/wpa_supplican…193 service p2p_supplicant /system/bin/wpa_supplicant \205 service dhcpcd_eth0 /system/bin/dhcpcd -aABDKL210 service dhcpcd_wlan0 /system/bin/dhcpcd -ABKL215 service dhcpcd_p2p /system/bin/dhcpcd -aABKL220 service iprenew_eth0 /system/bin/dhcpcd -n225 service iprenew_wlan0 /system/bin/dhcpcd -n230 service iprenew_p2p /system/bin/dhcpcd -n[all …]
10 service watchdogd /sbin/watchdogd 60 20
59 service goldfish-setup /system/etc/init.goldfish.sh70 service qemu-props /system/bin/qemu-props76 service qemud /system/bin/qemud86 service goldfish-logcat /system/bin/logcat -Q89 service fingerprintd /system/bin/fingerprintd
133 sp<IRemoteControlService> service = IRemoteControlService::getInstance(); in getDeviceForInputSource() local134 if (service == NULL) { in getDeviceForInputSource()137 } else if (!service->hasActiveRemote()) { in getDeviceForInputSource()
299 sp<IRemoteControlService> service = IRemoteControlService::getInstance(); in setRemoteControlMicEnabled() local300 if (service == NULL) { in setRemoteControlMicEnabled()304 service->setMicEnabled(flag); in setRemoteControlMicEnabled()
61 service goldfish-setup /system/etc/init.goldfish.sh72 service qemu-props /system/bin/qemu-props78 service qemud /system/bin/qemud88 service goldfish-logcat /system/bin/logcat -Q
14 # Set persist.service.bdroid.* and bluetooth.* property values
14 # Connect to ims service.
44 # Allow ims to tell init to start the ims data service via property=sys.ims.QMI_DAEMON_STATUS
1 # Modem helper service. Spawns kickstart.
1 # wifi connection service
25 # Set persist.service.bdroid.* and bluetooth.* property values
64 service \
65 # service
1542 multiplexer_open_channel( Multiplexer* mult, Packet* service ) in multiplexer_open_channel() argument1559 …len = snprintf((char*)p->data, sizeof p->data, "connect:%.*s:%02x", service->len, service->data, c… in multiplexer_open_channel()