Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/nfc/tech/
DMifareClassic.java290 public int blockToSector(int blockIndex) { in blockToSector()
420 public byte[] readBlock(int blockIndex) throws IOException { in readBlock()
442 public void writeBlock(int blockIndex, byte[] data) throws IOException { in writeBlock()
471 public void increment(int blockIndex, int value) throws IOException { in increment()
499 public void decrement(int blockIndex, int value) throws IOException { in decrement()
526 public void transfer(int blockIndex) throws IOException { in transfer()
548 public void restore(int blockIndex) throws IOException { in restore()
/frameworks/av/drm/libdrmframework/plugins/forward-lock/internal-format/decoder/
DFwdLockFile.c72 uint64_t blockIndex; member
223 uint64_t blockIndex, in FwdLockFile_CalculateCounter()
246 uint64_t blockIndex = pSession->filePos / AES_BLOCK_SIZE; in FwdLockFile_DecryptByte() local
/frameworks/base/core/java/android/text/
DDynamicLayout.java755 private void updateAlwaysNeedsToBeRedrawn(int blockIndex) { in updateAlwaysNeedsToBeRedrawn()
909 int blockIndex = firstBlock; in updateBlocks() local
975 public void setBlockIndex(int index, int blockIndex) { in setBlockIndex()
/frameworks/base/core/java/android/widget/
DEditor.java1847 final int blockIndex = dynamicLayout.getBlockIndex(blockSet.valueAt(i)); in drawHardwareAccelerated() local
1865 final int blockIndex = blockIndices[i]; in drawHardwareAccelerated() local
1887 final int blockIndex = dynamicLayout.getBlockIndex(block); in drawHardwareAccelerated() local
1911 int blockIndex = blockIndices[blockInfoIndex]; in drawHardwareAcceleratedInner() local
2039 final int blockIndex = blockIndices[i]; in invalidateTextDisplayList() local
/frameworks/base/libs/androidfw/
DResourceTypes.cpp3919 ssize_t blockIndex, uint32_t* outLastRef, in resolveAttributeReference()
4423 ssize_t ResTable::resolveReference(Res_value* value, ssize_t blockIndex, in resolveReference()