Searched refs:vendor (Results 1 – 5 of 5) sorted by relevance
/system/core/adb/ |
D | usb_osx.c | 57 UInt16 vendor, UInt16 product); 64 SInt32 vendor, if_subclass, if_protocol; in InitUSB() local 89 vendor = vendorIds[i]; in InitUSB() 94 kCFNumberSInt32Type, &vendor)); in InitUSB() 129 UInt16 vendor; in AndroidInterfaceAdded() local 196 kr = (*dev)->GetDeviceVendor(dev, &vendor); in AndroidInterfaceAdded() 255 DBG("INFO: Found vid=%04x pid=%04x serial=%s\n", vendor, product, in AndroidInterfaceAdded() 259 vendor, product); in AndroidInterfaceAdded() 304 CheckInterface(IOUSBInterfaceInterface **interface, UInt16 vendor, UInt16 product) in CheckInterface() argument 337 if (!is_adb_interface(vendor, product, interfaceClass, in CheckInterface()
|
/system/core/toolbox/ |
D | getevent.c | 260 static void print_hid_descriptor(int bus, int vendor, int product) in print_hid_descriptor() argument 270 snprintf(prefix, sizeof(prefix), "%04X:%04X:%04X.", bus, vendor, product); in print_hid_descriptor() 358 id.bustype, id.vendor, id.product, id.version); in open_device() 376 print_hid_descriptor(id.bustype, id.vendor, id.product); in open_device()
|
/system/bluetooth/data/ |
D | auto_pairing.conf | 5 // Blacklisting by vendor prefix address:
|
/system/media/camera/docs/ |
D | camera_metadata_tags.mako | 48 * Hierarchy positions in enum space. All vendor extension tags must be
|
/system/core/rootdir/ |
D | init.rc | 31 export PATH /sbin:/vendor/bin:/system/sbin:/system/bin:/system/xbin 32 export LD_LIBRARY_PATH /vendor/lib:/system/lib 46 # Right now vendor lives on the same filesystem as system, 48 symlink /system/vendor /vendor
|