OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:rawdevice
(Results
1 - 6
of
6
) sorted by null
/external/libmtp/src/
libusb-glue.h
67
LIBMTP_raw_device_t
rawdevice
;
member in struct:_PTP_USB
82
((a)->
rawdevice
.device_entry.device_flags & DEVICE_FLAG_BROKEN_MTPGETOBJPROPLIST_ALL)
84
((a)->
rawdevice
.device_entry.device_flags & DEVICE_FLAG_UNLOAD_DRIVER)
86
((a)->
rawdevice
.device_entry.device_flags & DEVICE_FLAG_BROKEN_MTPGETOBJPROPLIST)
88
((a)->
rawdevice
.device_entry.device_flags & DEVICE_FLAG_NO_ZERO_READS)
90
((a)->
rawdevice
.device_entry.device_flags & DEVICE_FLAG_IRIVER_OGG_ALZHEIMER)
92
((a)->
rawdevice
.device_entry.device_flags & DEVICE_FLAG_ONLY_7BIT_FILENAMES)
94
((a)->
rawdevice
.device_entry.device_flags & DEVICE_FLAG_NO_RELEASE_INTERFACE)
96
((a)->
rawdevice
.device_entry.device_flags & DEVICE_FLAG_IGNORE_HEADER_ERRORS)
98
((a)->
rawdevice
.device_entry.device_flags & DEVICE_FLAG_BROKEN_SET_OBJECT_PROPLIST
[
all
...]
libusb-glue.c
717
printf(" Bus location: %d\n", ptp_usb->
rawdevice
.bus_location);
718
printf(" Device number: %d\n", ptp_usb->
rawdevice
.devnum);
720
printf(" Vendor: %s\n", ptp_usb->
rawdevice
.device_entry.vendor);
721
printf(" Vendor id: 0x%04x\n", ptp_usb->
rawdevice
.device_entry.vendor_id);
722
printf(" Product: %s\n", ptp_usb->
rawdevice
.device_entry.product);
723
printf(" Vendor id: 0x%04x\n", ptp_usb->
rawdevice
.device_entry.product_id);
724
printf(" Device flags: 0x%08x\n", ptp_usb->
rawdevice
.device_entry.device_flags);
[
all
...]
libmtp.c
[
all
...]
/frameworks/base/packages/MtpDocumentsProvider/src/com/android/mtp/
MtpManager.java
77
UsbDevice
rawDevice
= null;
80
rawDevice
= candidate;
85
ensureNotNull(
rawDevice
, "Not found USB device: " + deviceId);
87
if (!mManager.hasPermission(
rawDevice
)) {
88
mManager.grantPermission(
rawDevice
);
89
if (!mManager.hasPermission(
rawDevice
)) {
94
final MtpDevice device = new MtpDevice(
rawDevice
);
97
mManager.openDevice(
rawDevice
),
111
return createDeviceRecord(
rawDevice
);
/external/rmi4utils/f54test/
main.cpp
157
char
rawDevice
[PATH_MAX];
167
strncpy(
rawDevice
, devDirEntry->d_name, PATH_MAX);
/external/rmi4utils/rmi4update/
main.cpp
191
char
rawDevice
[PATH_MAX];
192
strncpy(
rawDevice
, devDirEntry->d_name, PATH_MAX);
Completed in 579 milliseconds