Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/java/android/nfc/tech/
H A 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()
/aosp12/system/chre/util/include/chre/util/
H A Dmemory_pool_impl.h44 size_t blockIndex = mNextFreeBlockIndex; in allocate() local
56 size_t blockIndex = (elementAddress - baseAddress) / sizeof(MemoryPoolBlock); in deallocate() local
/aosp12/frameworks/av/drm/libdrmframework/plugins/forward-lock/internal-format/decoder/
H A 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
/aosp12/frameworks/base/core/java/android/text/
H A 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()
/aosp12/frameworks/base/core/java/android/widget/
H A DEditor.java2081 final int blockIndex = dynamicLayout.getBlockIndex(blockSet.valueAt(i)); in drawHardwareAccelerated() local
2099 final int blockIndex = blockIndices[i]; in drawHardwareAccelerated() local
2121 final int blockIndex = dynamicLayout.getBlockIndex(block); in drawHardwareAccelerated() local
2145 int blockIndex = blockIndices[blockInfoIndex]; in drawHardwareAcceleratedInner() local
2273 final int blockIndex = blockIndices[i]; in invalidateTextDisplayList() local
/aosp12/frameworks/base/libs/androidfw/
H A DResourceTypes.cpp4035 ssize_t blockIndex, uint32_t* outLastRef, in resolveAttributeReference()
4540 ssize_t ResTable::resolveReference(Res_value* value, ssize_t blockIndex, in resolveReference()
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...