Home
last modified time | relevance | path

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

/external/opencore/nodes/pvdownloadmanagernode/src/
Dpvmf_filebufferdatastream_factory.cpp623 iReadNotifications[i].ReadStructValid = false; in PVMFFileBufferWriteDataStreamImpl()
749 iReadNotifications[iLastSessionID].ReadStructValid = true; in OpenSession()
801 … (iReadNotifications[aSessionID-MAX_NUMBER_OF_WRITE_CONNECTIONS].ReadStructValid != true)) in CloseSession()
807 iReadNotifications[aSessionID-MAX_NUMBER_OF_WRITE_CONNECTIONS].ReadStructValid = false; in CloseSession()
841 … (iReadNotifications[aSessionID-MAX_NUMBER_OF_WRITE_CONNECTIONS].ReadStructValid != true)) in RequestReadCapacityNotification()
901 … (iReadNotifications[aSessionID-MAX_NUMBER_OF_WRITE_CONNECTIONS].ReadStructValid != true)) in CancelNotification()
926 … (iReadNotifications[aSessionID - MAX_NUMBER_OF_WRITE_CONNECTIONS].ReadStructValid != true)) in CancelNotificationSync()
989 if ((iReadNotifications[i].ReadStructValid == true) && in Write()
1127 if ((iReadNotifications[i].ReadStructValid == true) && in NotifyDownloadComplete()
/external/opencore/nodes/pvdownloadmanagernode/include/
Dpvmf_filebufferdatastream_factory.h389 bool ReadStructValid; member