HomeSort by relevance Sort by last modified time
    Searched defs:peers (Results 1 - 8 of 8) sorted by null

  /external/wpa_supplicant_8/wpa_supplicant/
ibss_rsn.h 49 struct ibss_rsn_peer *peers; member in struct:ibss_rsn
  /development/samples/WiFiDirectDemo/src/com/example/android/wifidirect/
DeviceListFragment.java 40 * A ListFragment that displays available peers on discovery and requests the
45 private List<WifiP2pDevice> peers = new ArrayList<WifiP2pDevice>(); field in class:DeviceListFragment
53 this.setListAdapter(new WiFiPeerListAdapter(getActivity(), R.layout.row_devices, peers));
160 peers.clear();
161 peers.addAll(peerList.getDeviceList());
163 if (peers.size() == 0) {
171 peers.clear();
182 progressDialog = ProgressDialog.show(getActivity(), "Press back to cancel", "finding peers", true,
  /external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/
wpagui.h 93 Peers *peers; member in class:WpaGui
  /external/chromium_org/third_party/libjingle/source/talk/examples/peerconnection/client/
peer_connection_client.cc 100 const Peers& PeerConnectionClient::peers() const { function in class:PeerConnectionClient
363 // The body of the response will be a list of already connected peers.
  /external/bluetooth/bluedroid/btif/co/
bta_av_co.c 137 tBTA_AV_CO_PEER peers[BTA_AV_NUM_STRS]; member in struct:__anon3316
235 if (index >= BTA_AV_CO_NUM_ELEMENTS(bta_av_co_cb.peers))
241 return &bta_av_co_cb.peers[index];
    [all...]
  /frameworks/base/core/java/com/android/internal/os/
ZygoteInit.java 611 ArrayList<ZygoteConnection> peers = new ArrayList<ZygoteConnection>(); local
615 peers.add(null);
649 peers.add(newPeer);
653 done = peers.get(index).runOnce();
656 peers.remove(index);
  /frameworks/base/wifi/java/android/net/wifi/p2p/
WifiP2pManager.java 54 * application discover available peers, setup connection to peers and query for the list of peers.
68 * <p> An application can initiate discovery of peers with {@link #discoverPeers}. An initiated
75 * <p> When an application needs to fetch the current list of peers, it can request the list
76 * of peers with {@link #requestPeers}. When the peer list is available
92 * peers, but has no good way to figure out which peer to establish a connection with. For example,
93 * if a game application is interested in finding all the neighboring peers that are also running
95 * service discovery is meant to address this issue of filtering the peers based on the running
210 * can be sent as a result of peers being found, lost or updated
726 WifiP2pDeviceList peers = (WifiP2pDeviceList) message.obj; local
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.ui.forms_3.5.2.r36_v20100702.jar 

Completed in 116 milliseconds