HomeSort by relevance Sort by last modified time
    Searched refs:contentLen (Results 1 - 5 of 5) sorted by null

  /frameworks/base/media/libdrm/mobile1/src/parser/
parser_dm.c 71 int32_t contentLen, leftLen;
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 = pEnd - pStart
    [all...]
  /frameworks/base/media/libdrm/mobile1/include/parser/
parser_dm.h 65 int32_t contentLen; /**< The length of the media content */
  /frameworks/base/packages/WAPPushManager/tests/src/com/android/smspush/unitTests/
WapPushTest.java     [all...]
  /prebuilt/common/http-client/
httpmime-4.1.1.jar 
  /frameworks/base/media/libdrm/mobile1/src/objmng/
drm_api.c 848 s->contentLength = dmInfo.contentLen;
862 ((T_DRM_Dcf_Node *)(s->infoStruct))->encContentLength = dmInfo.contentLen;
    [all...]

Completed in 190 milliseconds