Home
last modified time | relevance | path

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

/external/opencore/nodes/pvdownloadmanagernode/src/
Dpvmf_filebufferdatastream_factory.cpp849 PvmiDataStreamSession temp_session = aSessionID - MAX_NUMBER_OF_WRITE_CONNECTIONS; in RequestReadCapacityNotification() local
852 iReadNotifications[temp_session].iReadObserver = &observer; in RequestReadCapacityNotification()
853 iReadNotifications[temp_session].iFilePosition = GetCurrentPointerPosition(0); in RequestReadCapacityNotification()
854 iReadNotifications[temp_session].iReadCapacity = capacity; in RequestReadCapacityNotification()
855 iReadNotifications[temp_session].iContextData = aContextData; in RequestReadCapacityNotification()
856 iReadNotifications[temp_session].iCommandID = in RequestReadCapacityNotification()
857 iReadNotifications[temp_session].iCurrentCommandID++; in RequestReadCapacityNotification()
858 return iReadNotifications[temp_session].iCommandID; in RequestReadCapacityNotification()
Dpvmf_memorybufferdatastream_factory.cpp1530 PvmiDataStreamSession temp_session = aSessionID - PV_MBDS_MAX_NUMBER_OF_WRITE_CONNECTIONS; in RequestReadCapacityNotification() local
1533 iReadNotifications[temp_session].iOutstanding = true; in RequestReadCapacityNotification()
1534 iReadNotifications[temp_session].iReadObserver = &aObserver; in RequestReadCapacityNotification()
1535 iReadNotifications[temp_session].iFilePosition = iReadFilePositions[temp_session].iReadFilePtr; in RequestReadCapacityNotification()
1536 iReadNotifications[temp_session].iReadCapacity = aCapacity; in RequestReadCapacityNotification()
1537 iReadNotifications[temp_session].iContextData = aContextData; in RequestReadCapacityNotification()
1538 …iReadNotifications[temp_session].iCommandID = iReadNotifications[temp_session].iCurrentCommandID++; in RequestReadCapacityNotification()
1540 …Impl::RequestReadCapacityNotification returning %d", iReadNotifications[temp_session].iCommandID)); in RequestReadCapacityNotification()
1541 return iReadNotifications[temp_session].iCommandID; in RequestReadCapacityNotification()