Searched refs:PVDS_READ_ONLY (Results 1 – 11 of 11) sorted by relevance
/external/opencore/nodes/pvdownloadmanagernode/src/ |
D | pvmf_filebufferdatastream_factory.cpp | 262 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()
|
D | pvmf_memorybufferdatastream_factory.cpp | 274 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/ |
D | pvmi_data_stream_interface.h | 97 PVDS_READ_ONLY, enumerator
|
/external/opencore/fileformats/common/parser/src/ |
D | pvmi_datastreamsyncinterface_ref_impl.cpp | 111 if (aMode == PVDS_READ_ONLY) in OpenSession()
|
D | pvfile.cpp | 188 PVDS_READ_ONLY); in Open()
|
/external/opencore/pvmi/recognizer/src/ |
D | pvmf_recognizer_registry_impl.cpp | 454 if (iDataStream->OpenSession(iDataStreamSessionID, PVDS_READ_ONLY) == PVDS_SUCCESS) in CheckForDataAvailability()
|
/external/opencore/pvmi/content_policy_manager/plugins/oma1/passthru/src/ |
D | pvmf_cpmplugin_passthru_oma1.cpp | 1112 if ((aMode == PVDS_READ_ONLY) || (aMode == PVDS_READ_WRITE)) in OpenSession()
|
/external/opencore/nodes/pvmp3ffparsernode/src/ |
D | pvmf_mp3ffparser_node.cpp | 1805 iDataStreamInterface->OpenSession(iDataStreamSessionID, PVDS_READ_ONLY); in PassDatastreamFactory()
|
/external/opencore/nodes/pvaacffparsernode/src/ |
D | pvmf_aacffparser_node.cpp | 3598 iDataStreamInterface->OpenSession(iDataStreamSessionID, PVDS_READ_ONLY); in PassDatastreamFactory()
|
/external/opencore/nodes/pvamrffparsernode/src/ |
D | pvmf_amrffparser_node.cpp | 3293 iDataStreamInterface->OpenSession(iDataStreamSessionID, PVDS_READ_ONLY); in PassDatastreamFactory()
|
/external/opencore/nodes/pvmp4ffparsernode/src/ |
D | pvmf_mp4ffparser_node.cpp | 7725 iDataStreamInterface->OpenSession(iDataStreamSessionID, PVDS_READ_ONLY); in PassDatastreamFactory()
|