Home
last modified time | relevance | path

Searched refs:bIndex (Results 1 – 2 of 2) sorted by relevance

/aosp12/frameworks/base/tools/aapt2/compile/
H A DPng.cpp529 int bIndex = 1; in writePng() local
562 memcpy((char*)unknowns[bIndex].name, "npLb", 5); in writePng()
563 unknowns[bIndex].data = (png_byte*)calloc(chunkSize, 1); in writePng()
564 memcpy(unknowns[bIndex].data, &info->layoutBoundsLeft, chunkSize); in writePng()
565 unknowns[bIndex].size = chunkSize; in writePng()
/aosp12/packages/apps/Nfc/nci/jni/extns/pn54x/src/mifare/
H A DphNxpExtns_MifareStd.cpp1529 uint8_t bIndex = 0x00; in phLibNfc_GetKeyNumberMFC() local
1542 for (bIndex = 0; bIndex < bNoOfKeys; bIndex++) { in phLibNfc_GetKeyNumberMFC()
1544 sdwStat = memcmp(&buffer[PHLIBNFC_MFCUIDLEN_INAUTHCMD], aMfc_keys[bIndex], in phLibNfc_GetKeyNumberMFC()
1549 *bKey = bIndex; in phLibNfc_GetKeyNumberMFC()