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

/haiku-fatelf/src/preferences/bluetooth/
H A DInquiryPanel.cpp180 static int32 retrievalIndex = 0; local
241 retrievalIndex = 0;
273 if (retrievalIndex < fDiscoveryAgent->RetrieveDevices(0).CountItems()) {
282 ->RetrieveDevices(0).ItemAt(retrievalIndex)
290 ((DeviceListItem*)fRemoteList->ItemAt(retrievalIndex))
292 ->RetrieveDevices(0).ItemAt(retrievalIndex));
293 fRemoteList->InvalidateItem(retrievalIndex);
295 retrievalIndex++;
304 retrievalIndex = 0;

Completed in 38 milliseconds