HomeSort by relevance Sort by last modified time
    Searched defs:Network (Results 1 - 25 of 141) sorted by null

1 2 3 4 5 6

  /frameworks/volley/src/main/java/com/android/volley/
Network.java 22 public interface Network {
  /external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/
Network.java 22 * Services specific to the host device's network interface. Prefer this over {@link
25 public interface Network {
26 Network DEFAULT = new Network() {
  /external/libweave/include/weave/provider/
network.h 17 // Interface with methods to detect network connectivity and opening network
19 class Network {
35 // Subscribes to notification about changes in network connectivity. Changes
50 virtual ~Network() {}
  /system/netd/server/
Network.cpp 17 #include "Network.h"
25 Network::~Network() {
27 ALOGE("deleting network with netId %u without clearing its interfaces", mNetId);
31 unsigned Network::getNetId() const {
35 bool Network::hasInterface(const std::string& interface) const {
39 const std::set<std::string>& Network::getInterfaces() const {
43 int Network::clearInterfaces() {
55 std::string Network::toString() const {
87 Network::Network(unsigned netId) : mNetId(netId)
    [all...]
Network.h 25 // A Network represents a collection of interfaces participating as a single administrative unit.
26 class Network {
35 // You MUST ensure that no interfaces are still assigned to this network, say by calling
38 virtual ~Network();
54 explicit Network(unsigned netId);
  /frameworks/base/core/java/android/net/
Network.java 47 * Identifies a {@code Network}. This is supplied to applications via
51 * It is used to direct traffic to the given {@code Network}, either on a {@link Socket} basis
55 public class Network implements Parcelable {
62 // Objects used to perform per-network operations such as getSocketFactory
68 private volatile com.android.okhttp.internal.Network mNetwork = null;
85 public Network(int netId) {
92 public Network(Network that) {
98 * resolution is done on this network.
110 * resolution is done on this network
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
ipxrip.h 26 UCHAR Network[4];
stm.h 15 UCHAR Network[4];
atalkwsh.h 66 USHORT Network;
ipxrtdef.h 68 UCHAR Network[4];
109 UCHAR Network[4];
114 UCHAR Network[4];
187 UCHAR Network[4];
devicetopology.h 312 Network = 5
    [all...]
routprot.h 150 UCHAR Network[4];
tdi.h 397 USHORT Network;
wlanapi.h 172 WLAN_AVAILABLE_NETWORK Network[1];
446 DOT11_NETWORK Network[1];
ntsecapi.h 29 Interactive = 2,Network,Batch,Service,Proxy,Unlock,NetworkCleartext,NewCredentials,RemoteInteractive,CachedInteractive,
    [all...]
  /external/webrtc/webrtc/base/
network.h 35 class Network;
52 // Makes a string key for this network. Used in the network manager's maps.
53 // Network objects are keyed on interface name, network prefix and the
67 // Generic network manager interface. It provides list of local
71 typedef std::vector<Network*> NetworkList;
75 ENUMERATION_ALLOWED, // Adapter enumeration is allowed. Getting 0 network
76 // from GetNetworks means that there is no network
85 // Called when network list is updated
    [all...]
network.cc 15 #include "webrtc/base/network.h"
65 Network* net;
69 bool CompareNetworks(const Network* a, const Network* b) {
78 bool SortNetworks(const Network* a, const Network* b) {
79 // Network types will be preferred above everything else while sorting
200 new rtc::Network("any", "any", ipv4_any_address, 0));
210 new rtc::Network("any", "any", ipv6_any_address, 0));
221 for (Network* network : networks_)
570 scoped_ptr<Network> network; local
    [all...]
  /external/webrtc/webrtc/p2p/base/
port.h 26 #include "webrtc/base/network.h"
120 rtc::Network* network,
127 rtc::Network* network,
136 virtual rtc::Network* Network() const { return network_; }
364 rtc::Network* network_;
  /frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/
SettingsBackupAgent.java 94 // Versioning of the Network Policies backup payload.
172 // Class for capturing a network definition from the wifi supplicant config file
173 static class Network {
181 public static Network readFromStream(BufferedReader in) {
182 final Network n = new Network();
234 Log.v(TAG, "network={");
244 // No SSID => malformed network definition
260 // Parse out all the key management regimes permitted for this network. The literal
295 if (!(o instanceof Network)) return false
    [all...]
  /frameworks/base/services/core/java/com/android/server/
ConnectivityService.java 62 import android.net.Network;
188 // TODO: create better separation between radio types and network types
190 // how long to wait before switching back to a radio's default network
196 // How long to wait before putting up a "This network doesn't have an Internet connection,
197 // connect anyway?" dialog after the user selects a network that doesn't validate.
224 /** Currently active network rules by UID. */
259 // the highest scoring network satisfying a NetworkRequest. This should be passed when
268 LINGER, // Determine whether this network is unneeded and should be lingered.
269 TEARDOWN, // Determine whether this network is unneeded and should be torn down.
280 * network - EVENT_EXPIRE_NET_TRANSITION_WAKELOCK happen
    [all...]
  /prebuilts/tools/common/m2/repository/com/squareup/okhttp/okhttp/2.5.0/
okhttp-2.5.0.jar 
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
ntifs.h     [all...]
  /prebuilts/gradle-plugin/com/android/tools/sdklib/25.0.0/
sdklib-25.0.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/sdklib/25.0.0-alpha5/
sdklib-25.0.0-alpha5.jar 
  /prebuilts/gradle-plugin/com/android/tools/sdklib/25.0.0-alpha7/
sdklib-25.0.0-alpha7.jar 

Completed in 761 milliseconds

1 2 3 4 5 6