Home
last modified time | relevance | path

Searched refs:BITMASK_PVMF_SOURCE_INTENT_PLAY (Results 1 – 5 of 5) sorted by relevance

/external/opencore/nodes/common/include/
Dpvmf_local_data_source.h36 #define BITMASK_PVMF_SOURCE_INTENT_PLAY 0x00000001 macro
49 , iIntent(BITMASK_PVMF_SOURCE_INTENT_PLAY) in iFileHandle()
Dpvmf_streaming_data_source.h42 #define BITMASK_PVMF_SOURCE_INTENT_PLAY 0x00000001 macro
55 , iIntent(BITMASK_PVMF_SOURCE_INTENT_PLAY) in iFileHandle()
Dpvmf_source_context_data.h50 #define BITMASK_PVMF_SOURCE_INTENT_PLAY 0x00000001 macro
63 iIntent = BITMASK_PVMF_SOURCE_INTENT_PLAY; in PVMFSourceContextDataCommon()
/external/opencore/nodes/streaming/streamingmanager/plugins/common/src/
Dpvmf_sm_fsp_base_cpm_support.cpp471 if (iCPMSourceData.iIntent & BITMASK_PVMF_SOURCE_INTENT_PLAY) in CompleteDRMInit()
Dpvmf_sm_fsp_base_impl.cpp2502 iCPMSourceData.iIntent = BITMASK_PVMF_SOURCE_INTENT_PLAY; in ResetCPMParams()