Home
last modified time | relevance | path

Searched defs:blockIndex (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/core/java/android/nfc/tech/
DMifareClassic.java285 public int blockToSector(int blockIndex) { in blockToSector()
415 public byte[] readBlock(int blockIndex) throws IOException { in readBlock()
437 public void writeBlock(int blockIndex, byte[] data) throws IOException { in writeBlock()
466 public void increment(int blockIndex, int value) throws IOException { in increment()
494 public void decrement(int blockIndex, int value) throws IOException { in decrement()
521 public void transfer(int blockIndex) throws IOException { in transfer()
543 public void restore(int blockIndex) throws IOException { in restore()
/frameworks/base/libs/utils/
DResourceTypes.cpp1592 ssize_t blockIndex, uint32_t* outLastRef, in resolveAttributeReference()
2008 ssize_t ResTable::resolveReference(Res_value* value, ssize_t blockIndex, in resolveReference()