Home
last modified time | relevance | path

Searched refs:PVDS_READ_ONLY (Results 1 – 11 of 11) sorted by relevance

/external/opencore/nodes/pvdownloadmanagernode/src/
Dpvmf_filebufferdatastream_factory.cpp262 case PVDS_READ_ONLY: in OpenSession()
378 result = iWriteDataStream->OpenSession(iSessionID, PVDS_READ_ONLY, false); in RequestReadCapacityNotification()
673 if ((!iFileObject) && (aMode != PVDS_READ_ONLY)) in OpenSession()
744 if (aMode == PVDS_READ_ONLY) in OpenSession()
Dpvmf_memorybufferdatastream_factory.cpp274 if (aMode != PVDS_READ_ONLY) in OpenSession()
288 status = iWriteDataStream->OpenReadSession(iSessionID, PVDS_READ_ONLY, false, this); in OpenSession()
380 … PvmiDataStreamStatus result = iWriteDataStream->OpenSession(iSessionID, PVDS_READ_ONLY, false); in RequestReadCapacityNotification()
1309 case PVDS_READ_ONLY: in OpenSession()
1403 if ((PVDS_SUCCESS == status) && (PVDS_READ_ONLY == aMode)) in OpenReadSession()
/external/opencore/pvmi/pvmf/include/
Dpvmi_data_stream_interface.h97 PVDS_READ_ONLY, enumerator
/external/opencore/fileformats/common/parser/src/
Dpvmi_datastreamsyncinterface_ref_impl.cpp111 if (aMode == PVDS_READ_ONLY) in OpenSession()
Dpvfile.cpp188 PVDS_READ_ONLY); in Open()
/external/opencore/pvmi/recognizer/src/
Dpvmf_recognizer_registry_impl.cpp454 if (iDataStream->OpenSession(iDataStreamSessionID, PVDS_READ_ONLY) == PVDS_SUCCESS) in CheckForDataAvailability()
/external/opencore/pvmi/content_policy_manager/plugins/oma1/passthru/src/
Dpvmf_cpmplugin_passthru_oma1.cpp1112 if ((aMode == PVDS_READ_ONLY) || (aMode == PVDS_READ_WRITE)) in OpenSession()
/external/opencore/nodes/pvmp3ffparsernode/src/
Dpvmf_mp3ffparser_node.cpp1805 iDataStreamInterface->OpenSession(iDataStreamSessionID, PVDS_READ_ONLY); in PassDatastreamFactory()
/external/opencore/nodes/pvaacffparsernode/src/
Dpvmf_aacffparser_node.cpp3598 iDataStreamInterface->OpenSession(iDataStreamSessionID, PVDS_READ_ONLY); in PassDatastreamFactory()
/external/opencore/nodes/pvamrffparsernode/src/
Dpvmf_amrffparser_node.cpp3293 iDataStreamInterface->OpenSession(iDataStreamSessionID, PVDS_READ_ONLY); in PassDatastreamFactory()
/external/opencore/nodes/pvmp4ffparsernode/src/
Dpvmf_mp4ffparser_node.cpp7725 iDataStreamInterface->OpenSession(iDataStreamSessionID, PVDS_READ_ONLY); in PassDatastreamFactory()