Searched refs:start (Results 1 – 25 of 85) sorted by relevance
1234
/device/moto/shamu/ |
D | init.shamu.usb.rc | 38 start tcmd 47 start adbd 75 start adbd 98 start adbd 102 start tcmd 114 start adbd 118 start tcmd 133 start tcmd 145 start adbd 150 start tcmd [all …]
|
D | init.shamu.rc | 45 # results in failure to launch late-start class. 336 start btwlancoex 340 start ftmd 391 start imsdatadaemon 413 # we will start as root and wpa_supplicant will switch to user wifi 426 # we will start as root and wpa_supplicant will switch to user wifi 502 start qcom-post-boot 505 start ss_ramdump 514 start thermal-engine 554 start usf-post-boot [all …]
|
D | releasetools.py | 56 for name, start, end in imgs: 57 start_offset = HEADER_SIZE + start * SECTOR_SIZE
|
/device/generic/mini-emulator-arm64/ |
D | init.mini-emulator.rc | 11 # to force to start sdcard 34 # start essential services 35 start qemud 36 start goldfish-logcat 37 start goldfish-setup
|
/device/generic/mini-emulator-armv7-a-neon/ |
D | init.mini-emulator.rc | 11 # to force to start sdcard 34 # start essential services 35 start qemud 36 start goldfish-logcat 37 start goldfish-setup
|
/device/htc/flounder/ |
D | init.flounder.usb.rc | 31 start adbd 52 start adbd 72 start adbd 82 start adbd 92 start adbd 105 start adbd 118 start adbd 131 start adbd
|
D | init.recovery.flounder.rc | 2 start watchdogd
|
/device/moto/shamu/camera/QCamera/HAL/core/src/ |
D | QCameraParameters.cpp | 237 char *start, *end; in parseNDimVector() local 247 start = (char*) str; in parseNDimVector() 248 start++; in parseNDimVector() 250 *(num+i) = (int) strtol(start, &end, 10); in parseNDimVector() 255 start = end+1; in parseNDimVector()
|
/device/asus/flo/ |
D | init.flo.usb.rc | 47 start adbd 72 start adbd 97 start adbd 107 start adbd 117 start adbd 133 start adbd 145 start adbd 160 start adbd 175 start adbd
|
D | init.flo.rc | 286 start hciattach 315 start kickstart 321 start asus-dbug-d 338 # we will start as root and wpa_supplicant will switch to user wifi 354 # we will start as root and wpa_supplicant will switch to user wifi 458 # start diag_mdlog 461 start qmuxd 462 start netmgrd
|
D | WCNSS_qcom_cfg.ini | 190 #Preferred channel to start BT AMP AP mode (0 means, any channel) 204 #If set will start with active scan after driver load, otherwise will start with
|
/device/generic/goldfish/ |
D | init.goldfish.rc | 32 # start essential services 33 start qemud 34 start goldfish-logcat 35 start goldfish-setup
|
/device/lge/hammerhead/ |
D | init.hammerhead.usb.rc | 47 start adbd 72 start adbd 97 start adbd 113 start adbd 123 start adbd 133 start adbd 148 start adbd
|
D | init.hammerhead.rc | 210 start rmt_storage 211 start irsc_util 239 start mpdecision 267 start mpdecision 276 start ssr_ramdump 316 # we will start as root and wpa_supplicant will switch to user wifi 329 # we will start as root and wpa_supplicant will switch to user wifi
|
/device/moto/shamu/camera/QCamera/HAL2/core/inc/ |
D | QCameraStream.h | 101 virtual status_t start(); 172 status_t start() ; 230 status_t start(); 273 status_t start();
|
/device/asus/flo/sepolicy/ |
D | perfprofd.te | 3 # then re-enables afterwards with setprop ctl.start
|
/device/moto/shamu/sepolicy/ |
D | perfprofd.te | 3 # then re-enables afterwards with setprop ctl.start
|
D | ims.te | 44 # Allow ims to tell init to start the ims data service via property=sys.ims.QMI_DAEMON_STATUS
|
/device/lge/hammerhead/sepolicy/ |
D | perfprofd.te | 3 # then re-enables afterwards with setprop ctl.start
|
/device/asus/fugu/libaudio/ |
D | AudioHotplugThread.h | 47 bool start();
|
/device/generic/goldfish/camera/fake-pipeline2/ |
D | JpegCompressor.h | 59 status_t start(Buffers *buffers, JpegListener *listener);
|
/device/lge/hammerhead/camera/QCamera2/HAL/ |
D | QCameraChannel.h | 59 virtual int32_t start();
|
/device/asus/flo/camera/QCamera2/HAL/ |
D | QCameraChannel.h | 59 virtual int32_t start();
|
/device/asus/flo/camera/QCamera2/HAL3/ |
D | QCamera3Stream.h | 68 virtual int32_t start();
|
/device/moto/shamu/camera/QCamera2/stack/mm-camera-interface/src/ |
D | mm_camera_channel.c | 249 int8_t start = cmd_cb->u.gen_cmd.payload[0]; in mm_channel_process_stream_buf() local 251 __func__, __LINE__, start); in mm_channel_process_stream_buf() 255 if (start) { in mm_channel_process_stream_buf() 265 int8_t start = cmd_cb->u.gen_cmd.payload[0]; in mm_channel_process_stream_buf() local 267 __func__, __LINE__, start); in mm_channel_process_stream_buf() 268 if (start) { in mm_channel_process_stream_buf() 278 int8_t start = cmd_cb->u.gen_cmd.payload[0]; in mm_channel_process_stream_buf() local 280 __func__, __LINE__, start); in mm_channel_process_stream_buf() 281 if (start) { in mm_channel_process_stream_buf()
|
1234