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

/frameworks/base/media/libdrm/mobile1/include/objmng/
H A Dsvc_drm.h41 #define SEPARATE_DELIVERY_FL 4 /**< Separate delivery but DCF is forward-lock */ macro
202 * -The delivery method of this DRM object, include: FORWARD_LOCK, COMBINED_DELIVERY, SEPARATE_DELIVERY, SEPARATE_DELIVERY_FL.
/frameworks/base/media/libdrm/mobile1/src/parser/
H A Dparser_dm.c174 pDmInfo->deliveryType = SEPARATE_DELIVERY_FL;
231 case SEPARATE_DELIVERY_FL:
/frameworks/base/media/libdrm/mobile1/src/objmng/
H A Ddrm_api.c845 if (SEPARATE_DELIVERY_FL == s->deliveryMethod)
856 if (SEPARATE_DELIVERY_FL == s->deliveryMethod) {
1061 if ((SEPARATE_DELIVERY_FL == s->deliveryMethod || SEPARATE_DELIVERY == s->deliveryMethod) &&
1240 (SEPARATE_DELIVERY == s->deliveryMethod || SEPARATE_DELIVERY_FL == s->deliveryMethod)) {
1720 case SEPARATE_DELIVERY_FL:
1742 if (SEPARATE_DELIVERY == s->deliveryMethod || SEPARATE_DELIVERY_FL == s->deliveryMethod) {
/frameworks/base/media/libdrm/mobile1/src/jni/
H A Ddrm1_jni.c642 case SEPARATE_DELIVERY_FL:

Completed in 3203 milliseconds