HomeSort by relevance Sort by last modified time
    Searched defs:INVALID_BLOCK_INDEX (Results 1 - 2 of 2) sorted by null

  /frameworks/av/drm/libdrmframework/plugins/forward-lock/internal-format/decoder/
FwdLockFile.c 37 #define INVALID_BLOCK_INDEX ((uint64_t)-1)
287 pSession->blockIndex = INVALID_BLOCK_INDEX;
  /frameworks/base/core/java/android/text/
DynamicLayout.java 390 mBlockIndices[i] = INVALID_BLOCK_INDEX;
480 mBlockIndices[0] = INVALID_BLOCK_INDEX;
513 mBlockIndices[blockIndex] = INVALID_BLOCK_INDEX;
519 mBlockIndices[blockIndex] = INVALID_BLOCK_INDEX;
525 mBlockIndices[blockIndex] = INVALID_BLOCK_INDEX;
692 public static final int INVALID_BLOCK_INDEX = -1;
696 // INVALID_BLOCK_INDEX if this block has been invalidated during an edition

Completed in 616 milliseconds