/device/sample/sdk_addon/ |
D | manifest.ini | 1 # SDK Add-on Manifest 4 # Name and vendor of the add-on. 7 # and only the add-on with the highest rev number will be installed. 13 description=sample add-on 15 # version of the Android platform on which this add-on is built. 18 # revision of the add-on. This must be a strict integer. 31 # the add-on folder in libs/ 34 # default skin name. Optional. Only useful if the add-on has its own skin, or 36 # This should be the name of the skin in the skins/ folder of the add-on. 41 # of USB Vendor IDs it knows. After installing an add-on the command
|
D | hardware.ini | 1 # Custom hardware options for the add-on. 2 # Properties defined here impact all AVD targetting this add-on.
|
/device/moto/shamu/power/ |
D | power_shamu.c | 173 static void low_power(int on) in low_power() argument 186 if (on) { in low_power() 203 int on = (long) data; in process_low_power_hint() local 209 low_power(on); in process_low_power_hint() 212 static void power_set_interactive(__attribute__((unused)) struct power_module *module, int on) in power_set_interactive() argument 215 last_state = on; in power_set_interactive() 217 if (last_state == on) in power_set_interactive() 220 last_state = on; in power_set_interactive() 223 ALOGV("%s %s", __func__, (on ? "ON" : "OFF")); in power_set_interactive() 224 if (on) { in power_set_interactive()
|
/device/asus/fugu/ |
D | init.fugu.usb.rc | 10 # distributed under the License is distributed on an "AS IS" BASIS, 15 on init 23 on fs 29 on post-fs-data 36 on property:sys.usb.config=none 43 on property:sys.usb.config=adb 55 on property:persist.sys.usb.config=* 59 on property:sys.usb.vbus=normal 63 on property:sys.usb.vbus=warning 67 on property:sys.usb.vbus=critical
|
D | init.fugu.rc | 11 # distributed under the License is distributed on an "AS IS" BASIS, 21 on early-init 27 on init 46 on fs 55 on early-boot 60 on boot 78 on post-fs 117 on post-fs-data 164 on property:init.post_fs_data.bootreason=* 183 on property:init.svc.wpa_supplicant=stopped [all …]
|
/device/htc/flounder/ |
D | init.flounder.rc | 4 on init 14 on post-fs 17 # Turn on swap 23 on post-fs-data 24 # Now that are booted all the way and out of mount panics, ensure that we panic on later errors. 26 …# during the initial mount (http://b/17382778), yet we need to panic on emmc errors (http://b/1764… 28 …mount dummy dummy /data remount nosuid nodev noatime rw seclabel,background_gc=on,user_xattr,acl,e… 49 on boot 113 on fs 124 on verity-logging [all …]
|
D | init.flounder.usb.rc | 1 on init 14 on property:sys.usb.config=mtp 22 on property:sys.usb.config=mtp,adb 34 on property:sys.usb.config=rndis 43 on property:sys.usb.config=rndis,adb 55 on property:sys.usb.config=ptp 63 on property:sys.usb.config=ptp,adb 76 on property:sys.usb.config=midi 86 on property:sys.usb.config=midi,adb 96 on property:sys.usb.config=diag [all …]
|
/device/moto/shamu/ |
D | init.shamu.rc | 11 # distributed under the License is distributed on an "AS IS" BASIS, 21 on early-init 27 on init 40 on fs 44 # these partition flashed on the device. Failure to mount any partition in fstab file 73 on post-fs-data 100 on early-boot 123 on boot 221 # connections on high-throughput links get dropped when 245 on property:persist.sys.qc.sub.rdump.on=* [all …]
|
D | init.shamu.usb.rc | 10 # distributed under the License is distributed on an "AS IS" BASIS, 15 on init 18 on boot 30 on fs 37 on property:sys.usb.config=diag,serial_smd,serial_tty,rmnet_bam,mass_storage,adb 50 on property:sys.usb.config=diag,serial_smd,serial_tty,rmnet_bam,mass_storage 61 on property:sys.usb.config=rndis 69 on property:sys.usb.config=rndis,adb 78 on property:sys.usb.config=mtp 89 on property:sys.usb.config=mtp,adb [all …]
|
/device/htc/flounder/power/ |
D | power_flounder.c | 117 static void power_set_interactive(struct power_module __unused *module, int on) in power_set_interactive() argument 119 ALOGV("power_set_interactive: %d\n", on); in power_set_interactive() 125 (!on || low_power_mode) ? low_power_max_cpu_freq : max_cpu_freq); in power_set_interactive() 126 sysfs_write(IO_IS_BUSY_PATH, on ? "1" : "0"); in power_set_interactive() 127 sysfs_write(FACEDOWN_PATH, on ? "0" : "1"); in power_set_interactive() 128 sysfs_write(TOUCH_SYNA_INTERACTIVE_PATH, on ? "1" : "0"); in power_set_interactive() 129 ALOGV("power_set_interactive: %d done\n", on); in power_set_interactive()
|
/device/generic/mini-emulator-arm64/ |
D | init.mini-emulator.rc | 1 on init 8 on post-fs-data 14 on boot 53 # You MUST have a Google account on the device, and you MAY 58 on fs 67 # properties on boot. It must be run early during the boot 83 # program to check wether it runs on the emulator
|
/device/generic/mini-emulator-armv7-a-neon/ |
D | init.mini-emulator.rc | 1 on init 8 on post-fs-data 14 on boot 53 # You MUST have a Google account on the device, and you MAY 58 on fs 67 # properties on boot. It must be run early during the boot 83 # program to check wether it runs on the emulator
|
/device/generic/goldfish/ |
D | init.goldfish.rc | 2 on early-init 5 on init 12 on boot 51 # You MUST have a Google account on the device, and you MAY 56 on fs 65 # properties on boot. It must be run early during the boot 81 # program to check wether it runs on the emulator
|
D | init.ranchu.rc | 1 on fs 4 on early-init 7 on init 20 on boot
|
/device/lge/hammerhead/ |
D | init.hammerhead.usb.rc | 10 # distributed under the License is distributed on an "AS IS" BASIS, 15 on init 20 on boot 26 on property:sys.usb.config=mtp 38 on property:sys.usb.config=mtp,adb 51 on property:sys.usb.config=rndis 63 on property:sys.usb.config=rndis,adb 76 on property:sys.usb.config=ptp 88 on property:sys.usb.config=ptp,adb 101 on property:sys.usb.config=diag [all …]
|
/device/asus/flo/ |
D | init.flo.usb.rc | 10 # distributed under the License is distributed on an "AS IS" BASIS, 15 on init 20 on boot 26 on property:sys.usb.config=mtp 38 on property:sys.usb.config=mtp,adb 51 on property:sys.usb.config=rndis 63 on property:sys.usb.config=rndis,adb 76 on property:sys.usb.config=ptp 88 on property:sys.usb.config=ptp,adb 101 on property:sys.usb.config=midi [all …]
|
D | init.flo.rc | 11 # distributed under the License is distributed on an "AS IS" BASIS, 20 on early-init 25 on init 30 on init 35 on fs 40 on early-boot 44 on boot 119 # msm specific files that need to be created on /data 120 on post-fs-data 136 # Mounting of persist is moved to 'on emmc-fs' and 'on fs' sections [all …]
|
/device/generic/qemu/ |
D | init.ranchu.rc | 1 on fs 4 on early-init 7 on init 17 on boot
|
/device/google/accessory/demokit/hardware/fab/shield/ |
D | README.txt | 4 Route board out on 0-mil perimeter in top silk. 20 This is a base silk. Colored silks go on top of this one. 33 All components on TOP side of board, EXCEPT for 6 single-row in-line headers 34 on left and right edges. There is 1 6-pin header and 5 8-pin headers. These
|
/device/moto/shamu/camera/QCamera2/ |
D | QCamera2Factory.cpp | 198 int QCamera2Factory::set_torch_mode(const char* camera_id, bool on) in set_torch_mode() argument 200 return gQCamera2Factory->setTorchMode(camera_id, on); in set_torch_mode() 389 int QCamera2Factory::setTorchMode(const char* camera_id, bool on) in setTorchMode() argument 406 } else if (on) { in setTorchMode() 411 retVal = flash.setFlashMode(cameraIdInt, on); in setTorchMode() 423 retVal = flash.setFlashMode(cameraIdInt, on); in setTorchMode()
|
/device/asus/deb/ |
D | init.deb.rc | 11 # distributed under the License is distributed on an "AS IS" BASIS, 20 on early-init 25 on init 30 on init 35 on fs 40 on early-boot 44 on boot 119 # msm specific files that need to be created on /data 120 on post-fs-data 136 # Mounting of persist is moved to 'on emmc-fs' and 'on fs' sections [all …]
|
/device/generic/goldfish/opengl/system/renderControl_enc/ |
D | README | 2 on the android guest into a stream and get decoded and executed on the host. 14 it supports. returns EGL_FALSE on failure. 43 This function triggers an eglChooseConfig on the host, to get a list of 56 This function creates a rendering context on the host and returns its 63 This function destroys a rendering context on the host. 67 This function creates a 'window' surface on the host which can be then 75 This function creates a colorBuffer object on the host which can be then 77 rcSetWindowColorBuffer or to be displayed on the framebuffer window 104 displayed on the host framebuffer window. The function returns 123 negative value on failure.
|
/device/asus/flo/power/ |
D | power_flo.c | 321 static void power_set_interactive(__attribute__((unused)) struct power_module *module, int on) in power_set_interactive() argument 324 last_state = on; in power_set_interactive() 326 if (last_state == on) in power_set_interactive() 329 last_state = on; in power_set_interactive() 332 ALOGV("%s %s", __func__, (on ? "ON" : "OFF")); in power_set_interactive() 333 if (on) { in power_set_interactive()
|
/device/lge/hammerhead/power/ |
D | power_hammerhead.c | 321 static void power_set_interactive(__attribute__((unused)) struct power_module *module, int on) in power_set_interactive() argument 324 last_state = on; in power_set_interactive() 326 if (last_state == on) in power_set_interactive() 329 last_state = on; in power_set_interactive() 332 ALOGV("%s %s", __func__, (on ? "ON" : "OFF")); in power_set_interactive() 333 if (on) { in power_set_interactive()
|
/device/generic/goldfish/power/ |
D | power_qemu.c | 36 static void power_qemu_set_interactive(struct power_module *module, int on) in power_qemu_set_interactive() argument 40 r = qemud_channel_send(qemud_fd, on ? "power:screen_state:wake" in power_qemu_set_interactive()
|