Home
last modified time | relevance | path

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

/external/opencore/nodes/pvdownloadmanagernode/src/
Dpvmf_filebufferdatastream_factory.cpp625 iLastSessionID = 0; in PVMFFileBufferWriteDataStreamImpl()
747 if (iLastSessionID < MAX_NUMBER_OF_READ_CONNECTIONS) in OpenSession()
749 iReadNotifications[iLastSessionID].ReadStructValid = true; in OpenSession()
750 iReadNotifications[iLastSessionID].iReadSessionID = in OpenSession()
751 iLastSessionID + MAX_NUMBER_OF_WRITE_CONNECTIONS; in OpenSession()
752 iReadNotifications[iLastSessionID].iReadObserver = NULL; in OpenSession()
753 iReadNotifications[iLastSessionID].iFilePosition = 0; in OpenSession()
754 iReadNotifications[iLastSessionID].iReadCapacity = 0; in OpenSession()
755 iReadNotifications[iLastSessionID].iContextData = NULL; in OpenSession()
756 iReadNotifications[iLastSessionID].iCommandID = 0; in OpenSession()
[all …]
/external/opencore/nodes/pvdownloadmanagernode/include/
Dpvmf_filebufferdatastream_factory.h398 PvmiDataStreamSession iLastSessionID; variable