Searched defs:product (Results 1 - 8 of 8) sorted by relevance
/system/core/adb/ |
H A D | usb_osx.cpp | 59 UInt16 vendor, UInt16 product); 117 UInt16 product; local 193 kr = (*dev)->GetDeviceProduct(dev, &product); 252 DBG("INFO: Found vid=%04x pid=%04x serial=%s\n", vendor, product, 256 vendor, product); 301 CheckInterface(IOUSBInterfaceInterface **interface, UInt16 vendor, UInt16 product) argument 334 if (!is_adb_interface(vendor, product, interfaceClass,
|
H A D | adb.h | 198 char *product; member in struct:atransport
|
H A D | commandline.cpp | 86 " -p <product name or path> - simple product name like 'sooner', or\n" 87 " a relative/absolute path to a product\n" 88 " out directory like 'out/target/product/sooner'.\n" 842 * - A simple product name 845 * e.g., "out/target/product/sooner" 847 * e.g., "/src/device/out/target/product/sooner" 889 path += "product"; 893 fprintf(stderr, "adb: Couldn't find a product dir based on -p %s; " 964 // for a particular product 1000 const char *product = NULL; local [all...] |
/system/bt/stack/include/ |
H A D | sdp_api.h | 164 UINT16 product; member in struct:t_sdp_di_record
|
/system/core/include/system/ |
H A D | radio.h | 136 char product[RADIO_STRING_LEN_MAX]; /* product name */ member in struct:radio_hal_properties 137 char version[RADIO_STRING_LEN_MAX]; /* product version */ 152 char product[RADIO_STRING_LEN_MAX]; member in struct:radio_properties
|
/system/core/toolbox/ |
H A D | getevent.c | 279 static void print_hid_descriptor(int bus, int vendor, int product) argument 289 snprintf(prefix, sizeof(prefix), "%04X:%04X:%04X.", bus, vendor, product); 381 " product %04x\n" 383 id.bustype, id.vendor, id.product, id.version); 401 print_hid_descriptor(id.bustype, id.vendor, id.product);
|
/system/core/fastboot/ |
H A D | fastboot.cpp | 63 static const char *product = 0; variable 100 char *find_item(const char *item, const char *product) argument 125 if(product) { 128 "../../../target/product/%s/%s", product, fn); 134 die("neither -p product specified nor ANDROID_PRODUCT_OUT set"); 314 " -p <product> specify product name\n" 491 } else if (!strncmp(name, "require-for-product:", 20)) { 492 // Get the product an [all...] |
/system/bt/btif/include/ |
H A D | uinput.h | 566 uint16_t product; member in struct:uinput_id
|
Completed in 65 milliseconds