Searched defs:writeable (Results 1 - 3 of 3) sorted by path

/system/core/adb/
H A Dtransport.c1061 void register_usb_transport(usb_handle *usb, const char *serial, const char *devpath, unsigned writeable) argument
1066 init_usb_transport(t, usb, (writeable ? CS_OFFLINE : CS_NOPERM));
H A Dusb_linux.c61 unsigned writeable; member in struct:usb_handle
515 if (h->writeable) {
592 usb->writeable = 1;
605 usb->writeable = 0;
672 register_usb_transport(usb, serial, devpath, usb->writeable);
/system/core/libusbhost/
H A Dusbhost.c70 int writeable; member in struct:usb_device
259 int fd, did_retry = 0, writeable = 1; local
278 writeable = 0;
284 result->writeable = writeable;
311 // assume we are writeable, since usb_device_get_fd will only return writeable fds
312 device->writeable = 1;
323 if (device->writeable)
330 device->writeable
[all...]

Completed in 376 milliseconds