Home
last modified time | relevance | path

Searched refs:all_channels (Results 1 – 3 of 3) sorted by relevance

/external/devlib/devlib/instrument/
Denergy_probe.py90 all_channels = [c.label for c in self.list_channels()]
92 active_indexes = [all_channels.index(ac) for ac in active_channels]
Dacmecape.py114 all_channels = [c.label for c in self.list_channels()]
116 active_indexes = [all_channels.index(ac) for ac in active_channels]
/external/wpa_supplicant_8/src/p2p/
Dp2p_invitation.c186 struct p2p_channels all_channels, intersection, *channels = NULL; in p2p_process_invitation_req() local
239 &all_channels); in p2p_process_invitation_req()
241 if (p2p_peer_channels_check(p2p, &all_channels, dev, in p2p_process_invitation_req()
250 p2p_channels_dump(p2p, "own client channels", &all_channels); in p2p_process_invitation_req()
252 p2p_channels_intersect(&all_channels, &dev->channels, in p2p_process_invitation_req()