Searched defs:INVALID_BLOCK_INDEX (Results 1 - 2 of 2) sorted by relevance

/frameworks/av/drm/libdrmframework/plugins/forward-lock/internal-format/decoder/
H A DFwdLockFile.c37 #define INVALID_BLOCK_INDEX ((uint64_t)-1) macro
290 pSession->blockIndex = INVALID_BLOCK_INDEX;
/frameworks/base/core/java/android/text/
H A DDynamicLayout.java740 mBlockIndices[i] = INVALID_BLOCK_INDEX;
848 mBlockIndices[0] = INVALID_BLOCK_INDEX;
909 mBlockIndices[blockIndex] = INVALID_BLOCK_INDEX;
916 mBlockIndices[blockIndex] = INVALID_BLOCK_INDEX;
923 mBlockIndices[blockIndex] = INVALID_BLOCK_INDEX;
1155 public static final int INVALID_BLOCK_INDEX = -1; field in class:DynamicLayout
1159 // INVALID_BLOCK_INDEX if this block has been invalidated during an edition

Completed in 91 milliseconds