Home
last modified time | relevance | path

Searched refs:doStop (Results 1 – 8 of 8) sorted by relevance

/external/opencore/android/author/
DPVMediaRecorder.cpp302 status_t ret = doStop(); in stop()
315 status_t PVMediaRecorder::doStop() in doStop() function in android::PVMediaRecorder
/external/opencore/nodes/pvprotocolenginenode/download_protocols/progressive_streaming/src/
Dpvmf_protocol_engine_node_progressive_streaming.cpp62 OSCL_EXPORT_REF PVMFStatus ProgressiveStreamingContainer::doStop() in doStop() function in ProgressiveStreamingContainer
64 PVMFStatus status = DownloadContainer::doStop(); in doStop()
Dpvmf_protocol_engine_node_progressive_streaming.h34 OSCL_IMPORT_REF PVMFStatus doStop();
/external/opencore/nodes/pvprotocolenginenode/download_protocols/common/src/
Dpvmf_protocol_engine_node_download_common.h51 OSCL_IMPORT_REF virtual PVMFStatus doStop();
Dpvmf_protocol_engine_node_download_common.cpp81 OSCL_EXPORT_REF PVMFStatus DownloadContainer::doStop() in doStop() function in DownloadContainer
83 ProtocolContainer::doStop(); in doStop()
/external/opencore/nodes/pvprotocolenginenode/protocol_common/src/
Dpvmf_protocol_engine_node_common.cpp196 OSCL_EXPORT_REF PVMFStatus ProtocolContainer::doStop() in doStop() function in ProtocolContainer
Dpvmf_protocol_engine_node_common.h348 OSCL_IMPORT_REF virtual PVMFStatus doStop();
/external/opencore/nodes/pvprotocolenginenode/base/src/
Dpvmf_protocol_engine_node.cpp1057 status = iProtocolContainer->doStop(); in DoStop()