Searched refs:contentLen (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/media/libdrm/mobile1/src/parser/
H A Dparser_dm.c71 int32_t contentLen, leftLen; local
211 contentLen = DRM_UNKNOWN_DATA_LEN;
213 contentLen = pEnd - pStart;
217 pDmInfo->contentLen = contentLen;
223 pDmInfo->rightsLen = contentLen;
226 pDmInfo->contentLen = contentLen;
237 if (DRM_UNKNOWN_DATA_LEN == contentLen)
238 contentLen
[all...]
/frameworks/base/media/libdrm/mobile1/include/parser/
H A Dparser_dm.h65 int32_t contentLen; /**< The length of the media content */ member in struct:_T_DRM_DM_Info
/frameworks/base/packages/WAPPushManager/tests/src/com/android/smspush/unitTests/
H A DWapPushTest.java1416 int contentLen = mContentTypeName.length();
1419 // next += encodeUint32(contentLen, array3, next);
1422 + ", contentLen = " + contentLen);
1424 for (i = 0; i < contentLen; i++) {
1429 createRandomWspHeader(array3, rd, next + contentLen + 1, false);
1431 + next + contentLen + 1;
1449 contentLen = mContentTypeName.length();
1452 // next += encodeUint32(contentLen, array3, next);
1454 + ", contentLen
[all...]
/frameworks/base/media/libdrm/mobile1/src/objmng/
H A Ddrm_api.c848 s->contentLength = dmInfo.contentLen;
862 ((T_DRM_Dcf_Node *)(s->infoStruct))->encContentLength = dmInfo.contentLen;

Completed in 7647 milliseconds