OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:deliverytype
(Results
1 - 4
of
4
) sorted by null
/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
) {
/external/opencore/protocols/rtsp_parcom/src/
rtsp_transport.h
30
typedef enum { UNICAST_DELIVERY, MULTICAST_DELIVERY }
DeliveryType
;
38
DeliveryType
delivery;
/frameworks/base/media/libdrm/mobile1/include/parser/
parser_dm.h
62
uint8_t
deliveryType
; /**< The Delivery type */
/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 19 milliseconds