Searched refs:tmpLen (Results 1 - 2 of 2) sorted by path

/frameworks/base/media/libdrm/mobile1/src/jni/
H A Ddrm1_jni.c249 int tmpLen; local
/frameworks/base/media/libdrm/mobile1/src/objmng/
H A Ddrm_rights_manager.c560 int32_t tmpLen = *decryptedBufLen; local
567 for (i = 1; i < decryptedBuf[tmpLen - 1]; i++) {
568 if (decryptedBuf[tmpLen - 1 - i] != decryptedBuf[tmpLen - 1])
571 if (i == decryptedBuf[tmpLen - 1]) /* They are padding bytes */
572 *decryptedBufLen = tmpLen - i;

Completed in 1157 milliseconds