Home
last modified time | relevance | path

Searched refs:iFlag (Results 1 – 2 of 2) sorted by relevance

/external/opencore/nodes/pvprotocolenginenode/download_protocols/common/src/
Dpvdl_config_file.cpp41 , iFlag(0) in PVDlCfgFile()
95 iFlag |= 0x1; in SetDownloadType()
99 iFlag &= (~0x1); in SetDownloadType()
105 return (iFlag & 0x1); in IsFastTrack()
110 iFlag |= 0x2; in SetDonwloadComplete()
115 iFlag &= (~0xC); //clear in SetPlaybackMode()
117 iFlag |= (playbackModeBit << 2); in SetPlaybackMode()
122 return OSCL_STATIC_CAST(TPVDLPlaybackMode, ((iFlag & 0xC) >> 2)); in GetPlaybackMode()
358 iFlag = *tmpPtr++; in LoadConfig()
570 *tmpPtr++ = iFlag; in composeFixedHeader()
Dpvdl_config_file.h396 uint32 iFlag; variable