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

  /external/wpa_supplicant_8/wpa_supplicant/
ibss_rsn.h 49 struct ibss_rsn_peer *peers; member in struct:ibss_rsn
  /developers/samples/android/connectivity/wifidirect/DirectP2P/Application/src/main/java/com/example/android/wifidirectp2p/
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,
  /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/webrtc/webrtc/examples/peerconnection/client/
peer_connection_client.cc 83 const Peers& PeerConnectionClient::peers() const { function in class:PeerConnectionClient
345 // The body of the response will be a list of already connected peers.
  /external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/
wpagui.h 124 Peers *peers; member in class:WpaGui
  /frameworks/base/core/java/com/android/internal/os/
ZygoteServer.java 145 ArrayList<ZygoteConnection> peers = new ArrayList<ZygoteConnection>(); local
148 peers.add(null);
169 peers.add(newPeer);
173 ZygoteConnection connection = peers.get(i);
195 peers.remove(i);
211 ZygoteConnection conn = peers.remove(i);
  /external/sl4a/Common/src/com/googlecode/android_scripting/facade/wifi/
WifiP2pManagerFacade.java 205 msg.putParcelableList("Peers", mP2pPeers);
254 Log.d("Wifi P2p Peers Changed. Requesting peers.");
255 WifiP2pDeviceList peers = intent local
257 Log.d(peers.toString());
442 @Rpc(description = "Start peers discovery for wifi p2p.")
498 @Rpc(description = "Request peers that are discovered for wifi p2p.")
  /art/runtime/openjdkjvmti/
ti_thread.cc 513 std::vector<art::ObjPtr<art::mirror::Object>> peers; local
523 peers.push_back(peer);
527 if (peers.empty()) {
532 jvmtiError data_result = env->Allocate(peers.size() * sizeof(jthread), &data);
537 for (size_t i = 0; i != peers.size(); ++i) {
538 threads[i] = soa.AddLocalReference<jthread>(peers[i]);
541 *threads_count_ptr = static_cast<jint>(peers.size());
    [all...]
  /external/wpa_supplicant_8/src/wps/
wps_upnp_i.h 112 struct dl_list peers; /* active UPnP peer sessions */ member in struct:upnp_wps_device_interface
  /system/bt/btif/co/
bta_av_co.cc 101 tBTA_AV_CO_PEER peers[BTA_AV_NUM_STRS]; member in class:BtaAvCoCb
112 memset(peers, 0, sizeof(peers));
117 for (size_t i = 0; i < BTA_AV_CO_NUM_ELEMENTS(peers); i++) {
118 tBTA_AV_CO_PEER* p_peer = &peers[i];
203 if (index >= BTA_AV_CO_NUM_ELEMENTS(bta_av_co_cb.peers)) {
208 return &bta_av_co_cb.peers[index];
    [all...]
  /frameworks/base/wifi/java/android/net/wifi/p2p/
WifiP2pManager.java 52 * application discover available peers, setup connection to peers and query for the list of peers.
66 * <p> An application can initiate discovery of peers with {@link #discoverPeers}. An initiated
73 * <p> When an application needs to fetch the current list of peers, it can request the list
74 * of peers with {@link #requestPeers}. When the peer list is available
90 * peers, but has no good way to figure out which peer to establish a connection with. For example,
91 * if a game application is interested in finding all the neighboring peers that are also running
93 * service discovery is meant to address this issue of filtering the peers based on the running
206 * can be sent as a result of peers being found, lost or updated
805 WifiP2pDeviceList peers = (WifiP2pDeviceList) message.obj; local
    [all...]
  /external/robolectric/v3/runtime/
android-all-4.4_r1-robolectric-1.jar 
android-all-5.0.0_r2-robolectric-1.jar 
android-all-5.1.1_r9-robolectric-1.jar 
  /prebuilts/misc/common/robolectric/lib/
android-all-4.4_r1-robolectric-1.jar 
android-all-5.0.0_r2-robolectric-1.jar 
android-all-6.0.0_r1-robolectric-0.jar 

Completed in 621 milliseconds