Home
last modified time | relevance | path

Searched refs:vendorId (Results 1 – 6 of 6) sorted by relevance

/external/chromium_org/chrome/common/extensions/api/
Dhid.idl23 // |vendorId|: Vendor ID.
28 long vendorId;
41 long vendorId;
56 // Enumerate all the connected HID devices specified by the vendorId/
Dbluetooth.idl52 long? vendorId;
Dserial.idl17 long? vendorId;
/external/chromium_org/extensions/common/api/
Dusb.idl27 long vendorId;
48 long vendorId;
147 long vendorId;
153 long vendorId;
171 // Lists USB devices specified by vendorId/productId/interfaceId tuple.
193 // Finds USB devices specified by the vendorId/productId/interfaceId tuple
/external/tcpdump/
DsctpHeader.h90 u_int32_t vendorId; /* vendor ID from RFC 1700 */ member
/external/yaffs2/yaffs2/mtdemul/
Dnandemul2k.c257 static int nandemul2k_ReadId(__u8 *vendorId, __u8 *deviceId) in nandemul2k_ReadId() argument
259 *vendorId = 'Y'; in nandemul2k_ReadId()