Searched refs:retrievalIndex (Results 1 - 1 of 1) sorted by path

/haiku/src/preferences/bluetooth/
H A DInquiryPanel.cpp173 static int32 retrievalIndex = 0; local
235 retrievalIndex = 0;
268 if (retrievalIndex < fDiscoveryAgent->RetrieveDevices(0).CountItems()) {
277 ->RetrieveDevices(0).ItemAt(retrievalIndex)
285 ((DeviceListItem*)fRemoteList->ItemAt(retrievalIndex))
287 ->RetrieveDevices(0).ItemAt(retrievalIndex));
288 fRemoteList->InvalidateItem(retrievalIndex);
290 retrievalIndex++;
299 retrievalIndex = 0;

Completed in 38 milliseconds