HomeSort by relevance Sort by last modified time
    Searched refs:sd_dev_list (Results 1 - 3 of 3) sorted by null

  /external/wpa_supplicant_8/src/p2p/
p2p.c 125 /* SD_FAIR_POLICY: Update the current sd_dev_list pointer to next device */
126 if(&dev->list == p2p->sd_dev_list)
127 p2p->sd_dev_list = dev->list.next;
422 /* SD_FAIR_POLICY: Update the current sd_dev_list pointer to next device */
423 if(&oldest->list == p2p->sd_dev_list)
424 p2p->sd_dev_list = oldest->list.next;
    [all...]
p2p_i.h 228 * sd_dev_list - device pointer to be serviced next
231 struct dl_list *sd_dev_list; member in struct:p2p_data
p2p_sd.c 908 p2p->sd_dev_list = NULL;

Completed in 361 milliseconds