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

  /frameworks/base/media/libdrm/mobile1/include/parser/
parser_dm.h 62 uint8_t deliveryType; /**< The Delivery type */
  /frameworks/base/media/libdrm/mobile1/src/parser/
parser_dm.c 109 if (0 != pDmInfo->deliveryType) { /* This means the delivery type has been confirmed */
170 pDmInfo->deliveryType = COMBINED_DELIVERY;
174 pDmInfo->deliveryType = SEPARATE_DELIVERY_FL;
177 else if (0 == pDmInfo->deliveryType) {
178 pDmInfo->deliveryType = FORWARD_LOCK;
215 switch(pDmInfo->deliveryType) {
  /frameworks/base/media/libdrm/mobile1/src/objmng/
drm_api.c 754 if (COMBINED_DELIVERY != dmInfo.deliveryType || dmInfo.rightsOffset <= 0 || dmInfo.rightsLen <= 0) {
843 s->deliveryMethod = dmInfo.deliveryType;
    [all...]

Completed in 147 milliseconds