Searched refs:dev (Results 1 – 6 of 6) sorted by relevance
/bootable/recovery/minui/ |
D | graphics_adf.cpp | 70 MinuiBackendAdf::MinuiBackendAdf() : intf_fd(-1), dev(), current_surface(0), n_surfaces(0) {} in MinuiBackendAdf() 96 int MinuiBackendAdf::DeviceInit(adf_device* dev) { in DeviceInit() argument 98 int err = adf_find_simple_post_configuration(dev, &format, 1, &intf_id, &eng_id); in DeviceInit() 101 err = adf_device_attach(dev, eng_id, intf_id); in DeviceInit() 104 intf_fd = adf_interface_open(dev, intf_id, O_RDWR | O_CLOEXEC); in DeviceInit() 140 int err = adf_device_open(dev_ids[i], O_RDWR, &dev); in Init() 146 err = DeviceInit(&dev); in Init() 149 adf_device_close(&dev); in Init() 198 adf_device_close(&dev); in ~MinuiBackendAdf()
|
D | graphics_adf.h | 66 int DeviceInit(adf_device* dev); 72 adf_device dev; variable
|
/bootable/recovery/etc/ |
D | init.rc | 20 symlink /proc/self/fd/0 /dev/stdin 21 symlink /proc/self/fd/1 /dev/stdout 22 symlink /proc/self/fd/2 /dev/stderr 52 rm /dev/.booting 114 mkdir /dev/usb-ffs 0775 shell shell 115 mkdir /dev/usb-ffs/adb 0770 shell shell 116 mount functionfs adb /dev/usb-ffs/adb uid=2000,gid=2000 117 mkdir /dev/usb-ffs/fastboot 0770 system system 118 mount functionfs fastboot /dev/usb-ffs/fastboot rmode=0770,fmode=0660,uid=1000,gid=1000
|
/bootable/recovery/tests/testdata/ |
D | recovery_body | 128 ro.frp.pst=/dev/block/platform/soc.0/f9824900.sdhci/by-name/frp 170 …dev/block/platform/soc.0/f9824900.sdhci/by-name/system /system ext4 ro,barrier=1,… 171 …dev/block/platform/soc.0/f9824900.sdhci/by-name/vendor /vendor ext4 ro,barrier=1,… 172 …dev/block/platform/soc.0/f9824900.sdhci/by-name/userdata /data ext4 noatime,nosui… 173 /dev/block/platform/soc.0/f9824900.sdhci/by-name/cache /cache ext4 noatime,nosui… 174 /dev/block/platform/soc.0/f9824900.sdhci/by-name/persist /persist ext4 nosuid,nodev,… 175 /dev/block/platform/soc.0/f9824900.sdhci/by-name/modem /firmware vfat ro,shortname=… 176 /dev/block/platform/soc.0/f9824900.sdhci/by-name/boot /boot emmc defaults … 177 /dev/block/platform/soc.0/f9824900.sdhci/by-name/recovery /recovery emmc defaults … 178 /dev/block/platform/soc.0/f9824900.sdhci/by-name/misc /misc emmc defaults … [all …]
|
/bootable/recovery/applypatch/ |
D | applypatch.cpp | 78 android::base::unique_fd dev(open(partition.name.c_str(), O_RDONLY)); in ReadPartitionToBuffer() local 79 if (dev == -1) { in ReadPartitionToBuffer() 83 if (!android::base::ReadFully(dev, buffer.data(), buffer.size())) { in ReadPartitionToBuffer()
|
/bootable/recovery/tests/unit/host/ |
D | update_simulator_test.cpp | 372 "EMMC:/dev/block/by-name/boot:%zu:%s", boot_img_string.size(), boot_sha1.c_str()); 374 "EMMC:/dev/block/by-name/recovery:%zu:%s", recovery_img_string.size(), recovery_sha1.c_str());
|