Home
last modified time | relevance | path

Searched refs:OSCL_EXPORT_REF (Results 1 – 25 of 332) sorted by relevance

12345678910>>...14

/external/opencore/protocols/systems/3g-324m_pvterminal/common/src/
Dpvt_common.cpp26 OSCL_EXPORT_REF CPVMediaParam::CPVMediaParam(PVCodecType_t aCodecType) in CPVMediaParam()
31 OSCL_EXPORT_REF CPVMediaParam::~CPVMediaParam() in ~CPVMediaParam()
36 OSCL_EXPORT_REF PVCodecType_t CPVMediaParam::GetCodecType() in GetCodecType()
44 OSCL_EXPORT_REF CPVParam* CPVAudioParam::Copy() in Copy()
49 OSCL_EXPORT_REF PV2WayMediaType CPVAudioParam::GetMediaType() in GetMediaType()
59 OSCL_EXPORT_REF CPVVideoParam::~CPVVideoParam() in ~CPVVideoParam()
63 OSCL_EXPORT_REF PV2WayMediaType CPVVideoParam::GetMediaType() in GetMediaType()
68 OSCL_EXPORT_REF CPVParam* CPVVideoParam::Copy() in Copy()
73 OSCL_EXPORT_REF uint16 CPVVideoParam::GetWidth() in GetWidth()
78 OSCL_EXPORT_REF uint16 CPVVideoParam::GetHeight() in GetHeight()
[all …]
/external/opencore/nodes/streaming/jitterbuffernode/src/
Dpvmf_jitter_buffer_extension_interface.cpp36 OSCL_EXPORT_REF
52 OSCL_EXPORT_REF
58 OSCL_EXPORT_REF
64 OSCL_EXPORT_REF
70 OSCL_EXPORT_REF
76 OSCL_EXPORT_REF
82 OSCL_EXPORT_REF
88 OSCL_EXPORT_REF
94 OSCL_EXPORT_REF
100 OSCL_EXPORT_REF
[all …]
/external/opencore/oscl/oscl/osclio/src/
Doscl_socket.cpp29 OSCL_EXPORT_REF OsclSocketServ *OsclSocketServ::NewL(Oscl_DefAlloc &alloc) in NewL()
41 OSCL_EXPORT_REF OsclSocketServ::~OsclSocketServ() in ~OsclSocketServ()
50 OSCL_EXPORT_REF int32 OsclSocketServ::Connect(uint32 aMessageSlots) in Connect()
55 OSCL_EXPORT_REF void OsclSocketServ::Close(bool aCleanup) in Close()
60 OSCL_EXPORT_REF OsclUDPSocket *OsclUDPSocket::NewL(Oscl_DefAlloc &alloc, in NewL()
75 OSCL_EXPORT_REF OsclUDPSocket::~OsclUDPSocket() in ~OsclUDPSocket()
84 OSCL_EXPORT_REF int32 OsclUDPSocket::Bind(OsclNetworkAddress& aAddress) in Bind()
89 OSCL_EXPORT_REF int32 OsclUDPSocket::Join(OsclNetworkAddress& aAddress) in Join()
94 OSCL_EXPORT_REF TPVSocketEvent OsclUDPSocket::BindAsync(OsclNetworkAddress& aAddress, int32 aTimeou… in BindAsync()
99 OSCL_EXPORT_REF void OsclUDPSocket::CancelBind() in CancelBind()
[all …]
/external/opencore/oscl/oscl/osclproc/src/
Doscl_scheduler_ao.cpp175 OSCL_EXPORT_REF bool PVActiveBase::IsAdded() const in IsAdded()
211 OSCL_EXPORT_REF OsclActiveObject::OsclActiveObject(int32 aPriority, const char name[]): in OsclActiveObject()
217 OSCL_EXPORT_REF OsclActiveObject::~OsclActiveObject() in ~OsclActiveObject()
225 OSCL_EXPORT_REF void OsclActiveObject::PendComplete(int32 aStatus) in PendComplete()
230 OSCL_EXPORT_REF void OsclActiveObject::AddToScheduler() in AddToScheduler()
236 OSCL_EXPORT_REF void OsclActiveObject::RemoveFromScheduler() in RemoveFromScheduler()
241 OSCL_EXPORT_REF void OsclActiveObject::SetBusy() in SetBusy()
250 OSCL_EXPORT_REF bool OsclActiveObject::IsBusy() const in IsBusy()
258 OSCL_EXPORT_REF void OsclActiveObject::Cancel() in Cancel()
265 OSCL_EXPORT_REF int32 OsclActiveObject::Priority() const in Priority()
[all …]
Doscl_mutex.cpp35 OSCL_EXPORT_REF OsclMutex::OsclMutex() in OsclMutex()
40 OSCL_EXPORT_REF OsclMutex::~OsclMutex() in ~OsclMutex()
55 OSCL_EXPORT_REF OsclProcStatus::eOsclProcError OsclMutex::Create() in Create()
82 OSCL_EXPORT_REF void OsclMutex::Lock() in Lock()
101 OSCL_EXPORT_REF OsclProcStatus::eOsclProcError OsclMutex::TryLock() in TryLock()
128 OSCL_EXPORT_REF void OsclMutex::Unlock() in Unlock()
148 OSCL_EXPORT_REF OsclProcStatus::eOsclProcError OsclMutex::Close() in Close()
198 OSCL_EXPORT_REF OsclThreadLock::OsclThreadLock() in OsclThreadLock()
202 OSCL_EXPORT_REF OsclThreadLock::~OsclThreadLock() in ~OsclThreadLock()
206 OSCL_EXPORT_REF void OsclThreadLock::Lock() in Lock()
[all …]
/external/opencore/oscl/oscl/osclutil/src/
Doscl_string.cpp41 OSCL_EXPORT_REF OSCL_String::OSCL_String() in OSCL_DLL_ENTRY_POINT_DEFAULT()
44 OSCL_EXPORT_REF OSCL_wString::OSCL_wString() in OSCL_wString()
48 OSCL_EXPORT_REF OSCL_String::~OSCL_String() in ~OSCL_String()
51 OSCL_EXPORT_REF OSCL_wString::~OSCL_wString() in ~OSCL_wString()
55 OSCL_EXPORT_REF OSCL_String::chartype OSCL_String::read(uint32 index) const in read()
64 OSCL_EXPORT_REF OSCL_wString::chartype OSCL_wString::read(uint32 index) const in read()
74 OSCL_EXPORT_REF bool OSCL_String::operator==(const OSCL_String& a) const in operator ==()
80 OSCL_EXPORT_REF bool OSCL_wString::operator==(const OSCL_wString& a) const in operator ==()
87 OSCL_EXPORT_REF bool OSCL_String::operator==(const chartype* a) const in operator ==()
94 OSCL_EXPORT_REF bool OSCL_wString::operator==(const chartype* a) const in operator ==()
[all …]
Doscl_string_containers.cpp35 OSCL_EXPORT_REF void CHeapRep::set_rep(CHeapRep*& aRep, Oscl_DefAlloc& aAlloc, const char* cp, uint… in set_rep()
54 OSCL_EXPORT_REF void CHeapRep::set_rep(CHeapRep*& aRep, Oscl_DefAlloc& aAlloc, const oscl_wchar* cp… in set_rep()
73 OSCL_EXPORT_REF void CHeapRep::append_rep(CHeapRep*& aRep, Oscl_DefAlloc& aAlloc, const char* cp, u… in append_rep()
92 OSCL_EXPORT_REF void CHeapRep::append_rep(CHeapRep*& aRep, Oscl_DefAlloc& aAlloc, const oscl_wchar*… in append_rep()
111 OSCL_EXPORT_REF void CHeapRep::assign(CHeapRep*& dest, CHeapRep* src, Oscl_DefAlloc &alloc) in assign()
133 OSCL_EXPORT_REF bool CHeapRep::set(uint32 nsz, const char*cp, Oscl_DefAlloc &alloc) in set()
154 OSCL_EXPORT_REF bool CHeapRep::set(uint32 nsz, const oscl_wchar*cp, Oscl_DefAlloc &alloc) in set()
177 OSCL_EXPORT_REF bool CHeapRep::append(uint32 s1, const char*cp1, in append()
204 OSCL_EXPORT_REF bool CHeapRep::append(uint32 s1, const oscl_wchar*cp1, in append()
232 OSCL_EXPORT_REF void CHeapRep::add_ref() in add_ref()
[all …]
/external/opencore/oscl/oscl/osclbase/src/
Doscl_stdstring.cpp22 OSCL_EXPORT_REF uint32 oscl_strlen(const char* str) in oscl_strlen()
27 OSCL_EXPORT_REF uint32 oscl_strlen(const oscl_wchar* str) in oscl_strlen()
38 OSCL_EXPORT_REF char* oscl_strncpy(char* dest, const char* src, uint32 count) in oscl_strncpy()
43 OSCL_EXPORT_REF oscl_wchar* oscl_strncpy(oscl_wchar *dest, const oscl_wchar *src, uint32 count) in oscl_strncpy()
59 OSCL_EXPORT_REF int32 oscl_strcmp(const char* str1, const char* str2) in oscl_strcmp()
64 OSCL_EXPORT_REF int32 oscl_strncmp(const char* str1, const char* str2, uint32 count) in oscl_strncmp()
70 OSCL_EXPORT_REF int32 oscl_strcmp(const oscl_wchar *str1, const oscl_wchar *str2) in oscl_strcmp()
81 OSCL_EXPORT_REF int32 oscl_strncmp(const oscl_wchar *str1, const oscl_wchar *str2, uint32 count) in oscl_strncmp()
96 OSCL_EXPORT_REF char* oscl_strncat(char* dest, const char* src, uint32 count) in oscl_strncat()
101 OSCL_EXPORT_REF oscl_wchar* oscl_strncat(oscl_wchar* dest, const oscl_wchar* src, uint32 count) in oscl_strncat()
[all …]
/external/opencore/protocols/rtsp_client_engine/src/
Dpvrtspenginenodeextensioninterface_impl.cpp65 OSCL_EXPORT_REF PVMFStatus PVRTSPEngineNodeExtensionInterfaceImpl::SetStreamingType(PVRTSPStreaming… in SetStreamingType()
71 OSCL_EXPORT_REF PVMFStatus PVRTSPEngineNodeExtensionInterfaceImpl::SetSessionURL(OSCL_wString& aURL) in SetSessionURL()
76 OSCL_EXPORT_REF PVMFStatus PVRTSPEngineNodeExtensionInterfaceImpl::GetSDP(OsclRefCounterMemFrag& aS… in GetSDP()
81 OSCL_EXPORT_REF PVMFStatus PVRTSPEngineNodeExtensionInterfaceImpl::SetRtspProxy(OSCL_String& aRtspP… in SetRtspProxy()
86 OSCL_EXPORT_REF PVMFStatus PVRTSPEngineNodeExtensionInterfaceImpl::GetRtspProxy(OSCL_String& aRtspP… in GetRtspProxy()
91 OSCL_EXPORT_REF bool PVRTSPEngineNodeExtensionInterfaceImpl::IsRdtTransport() in IsRdtTransport()
96 OSCL_EXPORT_REF void PVRTSPEngineNodeExtensionInterfaceImpl::SetPortRdtStreamId(PVMFPortInterface* … in SetPortRdtStreamId()
101 OSCL_EXPORT_REF PVMFStatus PVRTSPEngineNodeExtensionInterfaceImpl::SetSDPInfo(OsclSharedPtr<SDPInfo… in SetSDPInfo()
106 OSCL_EXPORT_REF PVMFStatus PVRTSPEngineNodeExtensionInterfaceImpl::GetServerInfo(PVRTSPEngineNodeSe… in GetServerInfo()
111 OSCL_EXPORT_REF PVMFStatus PVRTSPEngineNodeExtensionInterfaceImpl::GetStreamInfo(Oscl_Vector<Stream… in GetStreamInfo()
[all …]
/external/opencore/baselibs/media_data_structures/src/
Daccess_unit.cpp24 OSCL_EXPORT_REF
40 OSCL_EXPORT_REF AccessUnit::~AccessUnit() in ~AccessUnit()
49 OSCL_EXPORT_REF
55 OSCL_EXPORT_REF
68 OSCL_EXPORT_REF
74 OSCL_EXPORT_REF
96 OSCL_EXPORT_REF void AccessUnit::Clear() in Clear()
101 OSCL_EXPORT_REF MediaTimestamp AccessUnit::GetTimestamp() const in GetTimestamp()
106 OSCL_EXPORT_REF void AccessUnit::SetTimestamp(const MediaTimestamp& media_timestamp) in SetTimestamp()
116 OSCL_EXPORT_REF
[all …]
/external/opencore/nodes/pvprotocolenginenode/download_protocols/common/src/
Dpvmf_protocol_engine_node_download_common.cpp28 OSCL_EXPORT_REF DownloadContainer::DownloadContainer(PVMFProtocolEngineNode *aNode) : in DownloadContainer()
36 OSCL_EXPORT_REF void DownloadContainer::deleteProtocolObjects() in deleteProtocolObjects()
50 OSCL_EXPORT_REF int32 DownloadContainer::doPreStart() in doPreStart()
75 OSCL_EXPORT_REF bool DownloadContainer::doPause() in doPause()
81 OSCL_EXPORT_REF PVMFStatus DownloadContainer::doStop() in doStop()
93 OSCL_EXPORT_REF void DownloadContainer::doClear(const bool aNeedDelete) in doClear()
100 OSCL_EXPORT_REF void DownloadContainer::doCancelClear() in doCancelClear()
107 OSCL_EXPORT_REF bool DownloadContainer::addSourceData(OsclAny* aSourceData) in addSourceData()
115 OSCL_EXPORT_REF bool DownloadContainer::createCfgFile(OSCL_String& aUri) in createCfgFile()
122 OSCL_EXPORT_REF bool DownloadContainer::getProxy(OSCL_String& aProxyName, uint32 &aProxyPort) in getProxy()
[all …]
/external/opencore/pvmi/pvmf/src/
Dpvmf_media_data.cpp25 OSCL_EXPORT_REF PVMFTimestamp PVMFMediaData::getTimestamp() in getTimestamp()
30 OSCL_EXPORT_REF uint32 PVMFMediaData::getDuration() in getDuration()
35 OSCL_EXPORT_REF uint32 PVMFMediaData::getStreamID() in getStreamID()
40 OSCL_EXPORT_REF uint32 PVMFMediaData::getSeqNum() in getSeqNum()
45 OSCL_EXPORT_REF PVUid32 PVMFMediaData::getFormatID() in getFormatID()
50 OSCL_EXPORT_REF bool PVMFMediaData::queryInterface(const PVUuid& uuid, PVInterface*& iface) in queryInterface()
57 OSCL_EXPORT_REF bool PVMFMediaData::getFormatSpecificInfo(OsclRefCounterMemFrag& memfrag) in getFormatSpecificInfo()
63 OSCL_EXPORT_REF void PVMFMediaData::setFormatSpecificInfo(OsclRefCounterMemFrag& memfrag) in setFormatSpecificInfo()
68 OSCL_EXPORT_REF bool PVMFMediaData::setMediaFragFilledLen(uint32 index, uint32 len) in setMediaFragFilledLen()
73 OSCL_EXPORT_REF void PVMFMediaData::setTimestamp(const PVMFTimestamp& ts) in setTimestamp()
[all …]
Dpvmf_simple_media_buffer.cpp26 OSCL_EXPORT_REF bool PVMFSimpleMediaBuffer::appendMediaFragment(OsclRefCounterMemFrag& memfrag) in appendMediaFragment()
33 OSCL_EXPORT_REF bool PVMFSimpleMediaBuffer::clearMediaFragments() in clearMediaFragments()
40 OSCL_EXPORT_REF PVMFSimpleMediaBuffer::~PVMFSimpleMediaBuffer() in ~PVMFSimpleMediaBuffer()
45 OSCL_EXPORT_REF uint32 PVMFSimpleMediaBuffer::getMarkerInfo() in getMarkerInfo()
50 OSCL_EXPORT_REF bool PVMFSimpleMediaBuffer::isRandomAccessPoint() in isRandomAccessPoint()
55 OSCL_EXPORT_REF uint32 PVMFSimpleMediaBuffer::getErrorsFlag() in getErrorsFlag()
60 OSCL_EXPORT_REF uint32 PVMFSimpleMediaBuffer::getNumFragments() in getNumFragments()
65 OSCL_EXPORT_REF bool PVMFSimpleMediaBuffer::getMediaFragment(uint32 index, OsclRefCounterMemFrag& m… in getMediaFragment()
81 OSCL_EXPORT_REF bool PVMFSimpleMediaBuffer::getMediaFragmentSize(uint32 index, uint32& size) in getMediaFragmentSize()
92 OSCL_EXPORT_REF uint32 PVMFSimpleMediaBuffer::getFilledSize() in getFilledSize()
[all …]
Dpvmf_basic_errorinfomessage.cpp22 OSCL_EXPORT_REF PVMFBasicErrorInfoMessage::PVMFBasicErrorInfoMessage() : in PVMFBasicErrorInfoMessage()
29 OSCL_EXPORT_REF PVMFBasicErrorInfoMessage::PVMFBasicErrorInfoMessage(int32 aCode, PVUuid& aUuid, PV… in PVMFBasicErrorInfoMessage()
44 OSCL_EXPORT_REF PVMFBasicErrorInfoMessage::~PVMFBasicErrorInfoMessage() in ~PVMFBasicErrorInfoMessage()
54 OSCL_EXPORT_REF void PVMFBasicErrorInfoMessage::destroy() in destroy()
59 OSCL_EXPORT_REF void PVMFBasicErrorInfoMessage::SetEventCodeUUID(int32 aCode, PVUuid aUuid) in SetEventCodeUUID()
66 OSCL_EXPORT_REF void PVMFBasicErrorInfoMessage::SetNextMessage(PVMFErrorInfoMessageInterface& aNext… in SetNextMessage()
79 OSCL_EXPORT_REF void PVMFBasicErrorInfoMessage::GetCodeUUID(int32& aCode, PVUuid& aUuid) in GetCodeUUID()
86 OSCL_EXPORT_REF PVMFErrorInfoMessageInterface* PVMFBasicErrorInfoMessage::GetNextMessage() in GetNextMessage()
92 OSCL_EXPORT_REF void PVMFBasicErrorInfoMessage::addRef() in addRef()
104 OSCL_EXPORT_REF void PVMFBasicErrorInfoMessage::removeRef() in removeRef()
[all …]
Dpvmf_duration_infomessage.cpp22 OSCL_EXPORT_REF PVMFDurationInfoMessage::PVMFDurationInfoMessage() : in PVMFDurationInfoMessage()
29 OSCL_EXPORT_REF PVMFDurationInfoMessage::PVMFDurationInfoMessage(uint32 aDuration, int32 aCode, PVU… in PVMFDurationInfoMessage()
38 OSCL_EXPORT_REF PVMFDurationInfoMessage::~PVMFDurationInfoMessage() in ~PVMFDurationInfoMessage()
43 OSCL_EXPORT_REF void PVMFDurationInfoMessage::destroy() in destroy()
48 OSCL_EXPORT_REF void PVMFDurationInfoMessage::SetEventCodeUUID(int32 aCode, PVUuid aUuid) in SetEventCodeUUID()
55 OSCL_EXPORT_REF void PVMFDurationInfoMessage::GetCodeUUID(int32& aCode, PVUuid& aUuid) in GetCodeUUID()
62 OSCL_EXPORT_REF uint32 PVMFDurationInfoMessage::GetDuration() in GetDuration()
68 OSCL_EXPORT_REF void PVMFDurationInfoMessage::addRef() in addRef()
74 OSCL_EXPORT_REF void PVMFDurationInfoMessage::removeRef() in removeRef()
89 OSCL_EXPORT_REF bool PVMFDurationInfoMessage::queryInterface(const PVUuid& uuid, PVInterface*& ifac… in queryInterface()
Dpvmf_metadata_infomessage.cpp22 OSCL_EXPORT_REF PVMFMetadataInfoMessage::PVMFMetadataInfoMessage() : in PVMFMetadataInfoMessage()
30 OSCL_EXPORT_REF PVMFMetadataInfoMessage::PVMFMetadataInfoMessage(Oscl_Vector<PvmiKvp, OsclMemAlloca… in PVMFMetadataInfoMessage()
40 OSCL_EXPORT_REF PVMFMetadataInfoMessage::~PVMFMetadataInfoMessage() in ~PVMFMetadataInfoMessage()
47 OSCL_EXPORT_REF void PVMFMetadataInfoMessage::destroy() in destroy()
52 OSCL_EXPORT_REF void PVMFMetadataInfoMessage::SetEventCodeUUID(int32 aCode, PVUuid aUuid) in SetEventCodeUUID()
59 OSCL_EXPORT_REF void PVMFMetadataInfoMessage::GetCodeUUID(int32& aCode, PVUuid& aUuid) in GetCodeUUID()
66 OSCL_EXPORT_REF Oscl_Vector<PvmiKvp, OsclMemAllocator>& PVMFMetadataInfoMessage::GetMetadataVector() in GetMetadataVector()
72 OSCL_EXPORT_REF void PVMFMetadataInfoMessage::addRef() in addRef()
78 OSCL_EXPORT_REF void PVMFMetadataInfoMessage::removeRef() in removeRef()
93 OSCL_EXPORT_REF bool PVMFMetadataInfoMessage::queryInterface(const PVUuid& uuid, PVInterface*& ifac… in queryInterface()
/external/opencore/nodes/streaming/streamingmanager/src/
Dpvmf_streaming_manager_extension_interface.cpp61 OSCL_EXPORT_REF
79 OSCL_EXPORT_REF
86 OSCL_EXPORT_REF
106 OSCL_EXPORT_REF
126 OSCL_EXPORT_REF
132 OSCL_EXPORT_REF PVMFStatus
147 OSCL_EXPORT_REF PVMFStatus
154 OSCL_EXPORT_REF PVMFStatus
170 OSCL_EXPORT_REF PVMFStatus
176 OSCL_EXPORT_REF PVMFStatus
[all …]
/external/opencore/nodes/pvprotocolenginenode/protocol_common/src/
Dpvmf_protocol_engine_node_common.cpp44 OSCL_EXPORT_REF ProtocolContainer::ProtocolContainer(PVMFProtocolEngineNode *aNode) : iNode(aNode) in ProtocolContainer()
50 OSCL_EXPORT_REF void ProtocolContainer::clear() in clear()
66 OSCL_EXPORT_REF OsclAny* ProtocolContainer::getObject(const NodeObjectType aObjectType) in getObject()
116 OSCL_EXPORT_REF bool ProtocolContainer::isObjectsReady() in isObjectsReady()
127 OSCL_EXPORT_REF void ProtocolContainer::setSupportObject(OsclAny* aSupportObject, const uint32 aTyp… in setSupportObject()
151 OSCL_EXPORT_REF PVMFStatus ProtocolContainer::doPrepare() in doPrepare()
156 OSCL_EXPORT_REF PVMFStatus ProtocolContainer::initImpl() in initImpl()
182 OSCL_EXPORT_REF bool ProtocolContainer::initProtocol() in initProtocol()
196 OSCL_EXPORT_REF PVMFStatus ProtocolContainer::doStop() in doStop()
212 OSCL_EXPORT_REF void ProtocolContainer::sendSocketDisconnectCmd() in sendSocketDisconnectCmd()
[all …]
/external/opencore/protocols/systems/tools/general/common/src/
Dpvmf_buffer_data_sink.cpp20 OSCL_EXPORT_REF PVMFBufferDataSink::PVMFBufferDataSink(int32 aPortTag) in PVMFBufferDataSink()
28 OSCL_EXPORT_REF PVMFBufferDataSink::~PVMFBufferDataSink() in ~PVMFBufferDataSink()
65 OSCL_EXPORT_REF unsigned PVMFBufferDataSink::GetNumBytesReceived() in GetNumBytesReceived()
70 OSCL_EXPORT_REF unsigned PVMFBufferDataSink::GetNumPktsReceived() in GetNumPktsReceived()
75 OSCL_EXPORT_REF unsigned PVMFBufferDataSink::GetNumPktErrorsReceived() in GetNumPktErrorsReceived()
80 OSCL_EXPORT_REF void PVMFBufferDataSink::setObserver(PvmiConfigAndCapabilityCmdObserver* aObserver) in setObserver()
85 OSCL_EXPORT_REF PVMFStatus PVMFBufferDataSink::getParametersSync(PvmiMIOSession aSession, PvmiKeyTy… in getParametersSync()
98 OSCL_EXPORT_REF PVMFStatus PVMFBufferDataSink::releaseParameters(PvmiMIOSession aSession, PvmiKvp* … in releaseParameters()
107 OSCL_EXPORT_REF void PVMFBufferDataSink::createContext(PvmiMIOSession aSession, PvmiCapabilityConte… in createContext()
113 OSCL_EXPORT_REF void PVMFBufferDataSink::setContextParameters(PvmiMIOSession aSession, PvmiCapabili… in setContextParameters()
[all …]
/external/opencore/nodes/pvdownloadmanagernode/src/
Dpvmf_filebufferdatastream_factory.cpp38 OSCL_EXPORT_REF
45 OSCL_EXPORT_REF void
54 OSCL_EXPORT_REF PVMFStatus
61 OSCL_EXPORT_REF PVInterface*
80 OSCL_EXPORT_REF void
109 OSCL_EXPORT_REF void
124 OSCL_EXPORT_REF
134 OSCL_EXPORT_REF
143 OSCL_EXPORT_REF PVMFStatus
150 OSCL_EXPORT_REF PVInterface*
[all …]
/external/opencore/nodes/pvprotocolenginenode/download_protocols/progressive_download/src/
Dpvmf_protocol_engine_node_progressive_download.cpp30 OSCL_EXPORT_REF ProgressiveDownloadContainer::ProgressiveDownloadContainer(PVMFProtocolEngineNode *… in ProgressiveDownloadContainer()
38 OSCL_EXPORT_REF bool ProgressiveDownloadContainer::createProtocolObjects() in createProtocolObjects()
59 OSCL_EXPORT_REF bool ProgressiveDownloadContainer::needSocketReconnect() in needSocketReconnect()
68 OSCL_EXPORT_REF PVMFStatus ProgressiveDownloadContainer::initImpl() in initImpl()
90 OSCL_EXPORT_REF bool ProgressiveDownloadContainer::initProtocol_SetConfigInfo() in initProtocol_SetConfigInfo()
102 OSCL_EXPORT_REF bool progressiveDownloadControl::isDlAlgoPreConditionMet(const uint32 aDownloadRate, in isDlAlgoPreConditionMet()
121 OSCL_EXPORT_REF int32 progressiveDownloadControl::isPlaybackRateCloseToClipBitrate(const uint32 aDu… in isPlaybackRateCloseToClipBitrate()
158 OSCL_EXPORT_REF bool progressiveDownloadControl::isBufferingEnoughTime(const uint32 aCurrDownloadSi… in isBufferingEnoughTime()
187 OSCL_EXPORT_REF bool progressiveDownloadControl::checkNewDuration(const uint32 aCurrDurationMsec, u… in checkNewDuration()
206 OSCL_EXPORT_REF bool progressiveDownloadControl::approveAutoResumeDecisionShortCut(const uint32 aCu… in approveAutoResumeDecisionShortCut()
[all …]
/external/opencore/nodes/pvprotocolenginenode/download_protocols/progressive_streaming/src/
Dpvmf_protocol_engine_node_progressive_streaming.cpp30 OSCL_EXPORT_REF ProgressiveStreamingContainer::ProgressiveStreamingContainer(PVMFProtocolEngineNode… in ProgressiveStreamingContainer()
36 OSCL_EXPORT_REF bool ProgressiveStreamingContainer::createProtocolObjects() in createProtocolObjects()
62 OSCL_EXPORT_REF PVMFStatus ProgressiveStreamingContainer::doStop() in doStop()
78 OSCL_EXPORT_REF PVMFStatus ProgressiveStreamingContainer::doSeek(PVMFProtocolEngineNodeCommand& aCm… in doSeek()
88 OSCL_EXPORT_REF uint32 ProgressiveStreamingContainer::getSeekOffset(PVMFProtocolEngineNodeCommand& … in getSeekOffset()
97 OSCL_EXPORT_REF PVMFStatus ProgressiveStreamingContainer::doSeekBody(uint32 aNewOffset) in doSeekBody()
115 OSCL_EXPORT_REF bool ProgressiveStreamingContainer::completeRepositionRequest() in completeRepositionRequest()
151 OSCL_EXPORT_REF void ProgressiveStreamingContainer::updateDownloadControl(const bool isDownloadComp… in updateDownloadControl()
173 OSCL_EXPORT_REF bool ProgressiveStreamingContainer::needToCheckResumeNotificationMaually() in needToCheckResumeNotificationMaually()
181 OSCL_EXPORT_REF bool ProgressiveStreamingContainer::doInfoUpdate(const uint32 downloadStatus) in doInfoUpdate()
[all …]
/external/opencore/nodes/streaming/jitterbuffernode/jitterbuffer/common/src/
Dpvmf_jitter_buffer_impl.cpp133 OSCL_EXPORT_REF void PVMFJitterBufferImpl::StreamingSessionStarted() in StreamingSessionStarted()
139 OSCL_EXPORT_REF void PVMFJitterBufferImpl::StreamingSessionPaused() in StreamingSessionPaused()
147 OSCL_EXPORT_REF void PVMFJitterBufferImpl::StreamingSessionStopped() in StreamingSessionStopped()
156 OSCL_EXPORT_REF void PVMFJitterBufferImpl::SetRebufferingThresholdInMilliSeconds(uint32 aRebufferin… in SetRebufferingThresholdInMilliSeconds()
161 OSCL_EXPORT_REF void PVMFJitterBufferImpl::SetDurationInMilliSeconds(uint32 aDuration) in SetDurationInMilliSeconds()
166 OSCL_EXPORT_REF void PVMFJitterBufferImpl::PrepareForRepositioning() in PrepareForRepositioning()
174 OSCL_EXPORT_REF PVMFJitterBufferDataState PVMFJitterBufferImpl::GetState() const in GetState()
179 OSCL_EXPORT_REF void PVMFJitterBufferImpl::SetJitterBufferState(PVMFJitterBufferDataState aState) in SetJitterBufferState()
184 OSCL_EXPORT_REF void PVMFJitterBufferImpl::SetJitterBufferChunkAllocator(OsclMemPoolResizableAlloca… in SetJitterBufferChunkAllocator()
190 OSCL_EXPORT_REF const char* PVMFJitterBufferImpl::GetMimeType() const in GetMimeType()
[all …]
/external/opencore/fileformats/mp4/parser/src/
Dtextsampleentry.cpp38 OSCL_EXPORT_REF TextSampleEntry:: TextSampleEntry(MP4_FF_FILE *fp, uint32 size, uint32 type) in TextSampleEntry()
92 OSCL_EXPORT_REF TextSampleEntry::~TextSampleEntry() in ~TextSampleEntry()
112 OSCL_EXPORT_REF int16 TextSampleEntry::getBoxTop() in getBoxTop()
124 OSCL_EXPORT_REF int16 TextSampleEntry::getBoxLeft() in getBoxLeft()
136 OSCL_EXPORT_REF int16 TextSampleEntry::getBoxBottom() in getBoxBottom()
148 OSCL_EXPORT_REF int16 TextSampleEntry::getBoxRight() in getBoxRight()
159 OSCL_EXPORT_REF uint16 TextSampleEntry::getFontID() in getFontID()
171 OSCL_EXPORT_REF uint16 TextSampleEntry::getStartChar() in getStartChar()
183 OSCL_EXPORT_REF uint16 TextSampleEntry::getEndChar() in getEndChar()
195 OSCL_EXPORT_REF uint8 TextSampleEntry::getFontStyleFlags() in getFontStyleFlags()
[all …]
/external/opencore/protocols/sdp/parser/src/
Dsdp_info.cpp37 OSCL_EXPORT_REF
50 OSCL_EXPORT_REF
149 OSCL_EXPORT_REF
166 OSCL_EXPORT_REF
181 OSCL_EXPORT_REF
187 OSCL_EXPORT_REF
200 OSCL_EXPORT_REF
206 OSCL_EXPORT_REF
212 OSCL_EXPORT_REF
218 OSCL_EXPORT_REF
[all …]

12345678910>>...14