Searched defs:number (Results 1 - 4 of 4) sorted by relevance

/system/core/fastboot/
H A Dusb_osx.c162 // Get the number of endpoints associated with this interface.
166 ERR("Unable to get number of endpoints: (%08x)\n", kr);
188 UInt8 number; local
193 &number, &transferType, &maxPacketSize, &interval);
342 //language ID (en-us) for serial number string
358 // device has no serial number
/system/keymaster/
H A Dasymmetric_key.cpp263 static void SetDsaParamData(AuthorizationSet* auths, TypedTag<KM_BIGNUM, Tag> tag, BIGNUM* number) { argument
265 convert_bn_to_blob(number, &blob);
/system/core/adb/
H A Dusb_osx.c320 //* Get the number of endpoints associated with this interface
323 DBG("ERR: Unable to get number of endpoints: (%08x)\n", kr);
349 UInt8 number; local
353 &number, &transferType, &maxPacketSize, &interval);
/system/core/init/
H A Dutil.c197 int number; member in struct:__anon155
232 mtd_part_map[mtd_part_count].number = mtdnum;
259 return mtd_part_map[n].number;

Completed in 114 milliseconds