Searched defs:product (Results 1 - 5 of 5) sorted by relevance

/system/core/adb/
H A Dusb_osx.c57 UInt16 vendor, UInt16 product);
130 UInt16 product; local
197 kr = (*dev)->GetDeviceProduct(dev, &product);
255 DBG("INFO: Found vid=%04x pid=%04x serial=%s\n", vendor, product,
259 vendor, product);
304 CheckInterface(IOUSBInterfaceInterface **interface, UInt16 vendor, UInt16 product) argument
337 if (!is_adb_interface(vendor, product, interfaceClass,
H A Dadb.h196 char *product; member in struct:atransport
H A Dcommandline.c90 " -p <product name or path> - simple product name like 'sooner', or\n"
91 " a relative/absolute path to a product\n"
92 " out directory like 'out/target/product/sooner'.\n"
840 * - A simple product name
844 * e.g., "out/target/product/sooner"
846 * e.g., "/src/device/out/target/product/sooner"
899 "product" OS_PATH_SEPARATOR_STR
902 fprintf(stderr, "adb: Couldn't find a product dir "
924 * for a particular product
961 const char *product = NULL; local
[all...]
/system/core/fastboot/
H A Dfastboot.c69 static const char *product = 0; variable
92 char *find_item(const char *item, const char *product) argument
115 if(product) {
118 "../../../target/product/%s/%s", product, fn);
124 die("neither -p product specified nor ANDROID_PRODUCT_OUT set");
297 " -p <product> specify product name\n"
419 } else if (!strncmp(name, "require-for-product:", 20)) {
420 // Get the product an
[all...]
/system/core/toolbox/
H A Dgetevent.c260 static void print_hid_descriptor(int bus, int vendor, int product) argument
270 snprintf(prefix, sizeof(prefix), "%04X:%04X:%04X.", bus, vendor, product);
356 " product %04x\n"
358 id.bustype, id.vendor, id.product, id.version);
376 print_hid_descriptor(id.bustype, id.vendor, id.product);

Completed in 62 milliseconds