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;
439 /* SD_FAIR_POLICY: Update the current sd_dev_list pointer to next device */
440 if(&oldest->list == p2p->sd_dev_list)
441 p2p->sd_dev_list = oldest->list.next;
    [all...]
p2p_i.h 242 * sd_dev_list - device pointer to be serviced next
245 struct dl_list *sd_dev_list; member in struct:p2p_data
p2p_sd.c 999 p2p->sd_dev_list = NULL;

Completed in 30 milliseconds