Searched refs:dev (Results 1 – 4 of 4) sorted by relevance
/bootable/recovery/minui/ |
D | graphics_adf.cpp | 32 : intf_fd(-1), dev(), current_surface(0), n_surfaces(0), surfaces() {} in MinuiBackendAdf() 86 int MinuiBackendAdf::DeviceInit(adf_device* dev) { in DeviceInit() argument 88 int err = adf_find_simple_post_configuration(dev, &format, 1, &intf_id, &eng_id); in DeviceInit() 91 err = adf_device_attach(dev, eng_id, intf_id); in DeviceInit() 94 intf_fd = adf_interface_open(dev, intf_id, O_RDWR); in DeviceInit() 129 int err = adf_device_open(dev_ids[i], O_RDWR, &dev); in Init() 135 err = DeviceInit(&dev); in Init() 138 adf_device_close(&dev); in Init() 193 adf_device_close(&dev); in ~MinuiBackendAdf()
|
D | graphics_adf.h | 45 int DeviceInit(adf_device* dev); 52 adf_device dev; variable
|
/bootable/recovery/etc/ |
D | init.rc | 35 mkdir /dev/usb-ffs 0770 shell shell 36 mkdir /dev/usb-ffs/adb 0770 shell shell 37 mount functionfs adb /dev/usb-ffs/adb uid=2000,gid=2000 59 rm /dev/.booting
|
/bootable/recovery/applypatch/ |
D | applypatch.cpp | 119 unique_file dev(ota_fopen(partition, "rb")); in LoadPartitionContents() local 120 if (!dev) { in LoadPartitionContents() 142 size_t read = ota_fread(buffer_ptr, 1, next, dev.get()); in LoadPartitionContents()
|