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

/system/core/adb/
H A Dusb_osx.c57 UInt16 vendor, UInt16 product);
129 UInt16 product; local
194 kr = (*dev)->GetDeviceProduct(dev, &product);
247 DBG("INFO: Found vid=%04x pid=%04x serial=%s\n", vendor, product,
251 vendor, product);
296 CheckInterface(IOUSBInterfaceInterface **interface, UInt16 vendor, UInt16 product) argument
329 if (!is_adb_interface(vendor, product, interfaceClass,
H A Dadb.h185 char *product; member in struct:atransport
H A Dcommandline.c96 " -p <product name or path> - simple product name like 'sooner', or\n"
97 " a relative/absolute path to a product\n"
98 " out directory like 'out/target/product/sooner'.\n"
612 * - A simple product name
616 * e.g., "out/target/product/sooner"
618 * e.g., "/src/device/out/target/product/sooner"
671 "product" OS_PATH_SEPARATOR_STR
674 fprintf(stderr, "adb: Couldn't find a product dir "
695 * for a particular product
730 const char *product = NULL; local
[all...]
H A Dadb.c254 char *type, *product, *end; local
258 product = strchr(type, ':');
259 if(product) {
260 *product++ = 0;
262 product = "";
266 end = strchr(product, ':');
269 /* save product name in device structure */
270 if (t->product == NULL) {
271 t->product = strdup(product);
[all...]
/system/core/fastboot/
H A Dfastboot.c55 static const char *product = 0; variable
75 char *find_item(const char *item, const char *product) argument
96 if(product) {
99 "../../../target/product/%s/%s", product, fn);
105 die("neither -p product specified nor ANDROID_PRODUCT_OUT set");
232 " -p <product> specify product name\n"
373 if (!strcmp(name,"board")) name = "product";
444 data = unzip_file(zip, "android-product
[all...]

Completed in 77 milliseconds