Home
last modified time | relevance | path

Searched refs:iReadObserver (Results 1 – 4 of 4) sorted by relevance

/external/opencore/nodes/pvdownloadmanagernode/src/
Dpvmf_filebufferdatastream_factory.cpp752 iReadNotifications[iLastSessionID].iReadObserver = NULL; in OpenSession()
852 iReadNotifications[temp_session].iReadObserver = &observer; in RequestReadCapacityNotification()
908 iReadNotifications[temp_sessionID].iReadObserver = NULL; in CancelNotification()
934 iReadNotifications[temp_sessionID].iReadObserver = NULL; in CancelNotificationSync()
990 (iReadNotifications[i].iReadObserver != NULL)) in Write()
1000 PvmiDataStreamObserver* copy_observer = iReadNotifications[i].iReadObserver; in Write()
1005 iReadNotifications[i].iReadObserver = NULL; in Write()
1026 PvmiDataStreamObserver* copy_observer = iReadNotifications[i].iReadObserver; in Write()
1031 iReadNotifications[i].iReadObserver = NULL; in Write()
1128 (iReadNotifications[i].iReadObserver != NULL)) in NotifyDownloadComplete()
[all …]
Dpvmf_memorybufferdatastream_factory.cpp1211 (iReadNotifications[i].iReadObserver != NULL)) in ~PVMFMemoryBufferWriteDataStreamImpl()
1213 PvmiDataStreamObserver* observer = iReadNotifications[i].iReadObserver; in ~PVMFMemoryBufferWriteDataStreamImpl()
1323 iReadNotifications[i].iReadObserver = NULL; in OpenSession()
1534 iReadNotifications[temp_session].iReadObserver = &aObserver; in RequestReadCapacityNotification()
1647 iReadNotifications[temp_sessionID].iReadObserver = NULL; in CancelNotificationSync()
2399 (iReadNotifications[i].iReadObserver != NULL)) in ManageReadCapacityNotifications()
2420 PvmiDataStreamObserver* observer = iReadNotifications[i].iReadObserver; in ManageReadCapacityNotifications()
2425 iReadNotifications[i].iReadObserver = NULL; in ManageReadCapacityNotifications()
/external/opencore/nodes/pvdownloadmanagernode/include/
Dpvmf_filebufferdatastream_factory.h391 PvmiDataStreamObserver *iReadObserver; member
Dpvmf_memorybufferdatastream_factory.h567 PvmiDataStreamObserver *iReadObserver; member