OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:network
(Results
151 - 175
of
4662
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/wpa_supplicant_8/wpa_supplicant/dbus/
dbus_old_handlers.c
72
* wpas_dbus_global_add_interface - Request registration of a
network
interface
79
* by dbus clients to register a
network
interface that wpa_supplicant
203
* by dbus clients to deregister a
network
interface that wpa_supplicant
247
* by dbus clients for the object path of an specific
network
interface.
289
* by dbus clients for the object path of an specific
network
interface.
322
* @wpa_s: wpa_supplicant structure for a
network
interface
326
* Handler function for "scan" method call of a
network
device. Requests
342
* @wpa_s: wpa_supplicant structure for a
network
interface
346
* Handler function for "scanResults" method call of a
network
device. Returns
375
/* Construct the object path for this
network
. Note that ':
1004
char *
network
= NULL;
local
[
all
...]
/frameworks/base/services/core/java/com/android/server/connectivity/
NetworkMonitor.java
98
// After a
network
has been tested this result can be sent with EVENT_NETWORK_TESTED.
99
// The
network
should be used as a default internet connection. It was found to be:
100
// 1. a functioning
network
providing internet access, or
103
// After a
network
has been tested this result can be sent with EVENT_NETWORK_TESTED.
104
// The
network
should not be used as a default internet connection. It was found to be:
107
// 3. a broken
network
(e.g. DNS failed, connect failed, HTTP request failed).
113
* Inform NetworkMonitor that their
network
is connected.
114
* Initiates
Network
Validation.
119
* Inform ConnectivityService that the
network
has been tested.
126
* Inform NetworkMonitor to linger a
network
. The Monitor shoul
[
all
...]
/frameworks/base/wifi/java/android/net/wifi/p2p/
WifiP2pGroupList.java
90
* Remove the group with the specified
network
id from this group list.
121
* Return the
network
id of the group owner profile with the specified p2p device
127
* @return the
network
id. if not found, return -1.
145
* Return the
network
id of the group with the specified p2p device address
150
* @return the
network
id. if not found, return -1.
172
* Return the group owner address of the group with the specified
network
id
174
* @param netId
network
id.
187
* Return true if this group list contains the specified
network
id.
191
* @param netId
network
id.
192
* @return true if the specified
network
id is present in this group list
[
all
...]
/packages/services/Telephony/src/com/android/phone/vvm/omtp/fetch/
FetchVoicemailReceiver.java
24
import android.net.
Network
;
139
public void onAvailable(final
Network
network
) {
140
fetchVoicemail(
network
);
144
public void onLost(
Network
network
) {
154
private void fetchVoicemail(final
Network
network
) {
160
ImapHelper imapHelper = new ImapHelper(mContext, mPhoneAccount,
network
);
163
// releaseNetwork() will check if the
network
callback exist
[
all
...]
/packages/apps/Settings/src/com/android/settings/wifi/
WifiSetupActivity.java
47
// This boolean extra specifies whether
network
is required
57
// Key for whether the user selected
network
in saved instance state bundle
63
// Whether to auto finish when the user selected a
network
and successfully connected
65
// Whether
network
is required to proceed. This is decided in SUW and passed in as an extra.
69
// Whether the user connected to a
network
. This excludes the auto-connecting by the system.
98
// Behave like the user already selected a
network
if we do not require selection
129
// can either connect to a different
network
or press "next" to proceed.
137
// - or
network
is required, but no valid connection has been established.
143
// - and
network
is not required;
144
// - or
network
is required and a valid connection has been established
[
all
...]
/docs/source.android.com/src/devices/tech/datausage/
kernel-overview.jd
29
network
traffic. The framework can also specify additional rules to
35
<p>The <code>qtaguid</code> netfilter module tracks the
network
traffic on a
40
allows the ability to ascribe the ownership of each
network
socket to
45
<p>In the case of applications that provide
network
data transfer as a
47
it is possible to attribute the ownership of the
network
data transfer
51
re-assign the ownership of the
network
traffic.</p>
/external/jmonkeyengine/engine/src/test/jme3test/network/
TestLatency.java
33
package jme3test.
network
;
35
import com.jme3.
network
.*;
36
import com.jme3.
network
.serializing.Serializable;
37
import com.jme3.
network
.serializing.Serializer;
75
Server server =
Network
.createServer(5110);
78
client =
Network
.connectToServer("localhost", 5110);
TestSerialization.java
33
package jme3test.
network
;
35
import com.jme3.
network
.*;
36
import com.jme3.
network
.serializing.Serializable;
37
import com.jme3.
network
.serializing.Serializer;
146
Server server =
Network
.createServer( 5110 );
149
Client client =
Network
.connectToServer( "localhost", 5110 );
/development/tools/emulator/test-apps/SmokeTests/src/com/android/emulator/smoketests/connectivity/
ConnectivityTest.java
30
*
Network
connectivity testcases.
47
* Test that there is an active
network
57
* Test that a connection can be made over the active
network
/external/jmonkeyengine/engine/src/networking/com/jme3/network/
AbstractMessage.java
33
package com.jme3.
network
;
35
import com.jme3.
network
.serializing.Serializable;
38
* Interface implemented by all
network
messages.
Message.java
33
package com.jme3.
network
;
35
import com.jme3.
network
.serializing.Serializable;
38
* Interface implemented by all
network
messages.
/external/jmonkeyengine/engine/src/networking/com/jme3/network/base/
NioKernelFactory.java
33
package com.jme3.
network
.base;
35
import com.jme3.
network
.kernel.Kernel;
36
import com.jme3.
network
.kernel.tcp.SelectorKernel;
TcpConnectorFactory.java
33
package com.jme3.
network
.base;
35
import com.jme3.
network
.kernel.Connector;
36
import com.jme3.
network
.kernel.tcp.SocketConnector;
/external/jmonkeyengine/engine/src/networking/com/jme3/network/message/
GZIPCompressedMessage.java
33
package com.jme3.
network
.message;
35
import com.jme3.
network
.Message;
36
import com.jme3.
network
.serializing.Serializable;
/external/jmonkeyengine/engine/src/networking/com/jme3/network/rmi/
RemoteObjectDefMessage.java
33
package com.jme3.
network
.rmi;
35
import com.jme3.
network
.AbstractMessage;
36
import com.jme3.
network
.serializing.Serializable;
/external/jmonkeyengine/engine/src/networking/com/jme3/network/serializing/
Serializable.java
33
package com.jme3.
network
.serializing;
35
import com.jme3.
network
.serializing.serializers.FieldSerializer;
41
* over the
network
.
/external/libpcap/
pcap_lookupnet.3pcap
24
pcap_lookupnet \- find the IPv4
network
number and netmask for a device
44
is used to determine the IPv4
network
number and mask
45
associated with the
network
device
/external/wpa_supplicant_8/src/wps/
wps_er.h
80
u8 mac_addr[ETH_ALEN]; /* mac addr of
network
i.f. we use */
81
char *ip_addr_text; /* IP address of
network
i.f. we use */
82
unsigned ip_addr; /* IP address of
network
i.f. we use (host order) */
/frameworks/volley/src/test/java/com/android/volley/toolbox/
RequestQueueTest.java
32
assertNotNull(RequestQueue.class.getConstructor(Cache.class,
Network
.class, int.class,
34
assertNotNull(RequestQueue.class.getConstructor(Cache.class,
Network
.class, int.class));
35
assertNotNull(RequestQueue.class.getConstructor(Cache.class,
Network
.class));
/packages/services/Telephony/src/com/android/phone/
INetworkQueryService.aidl
30
* Starts a
network
query if it has not been started yet, and
47
* Tells the service to unregister the
network
query callback.
48
* Will not attempt to stop an ongoing
network
query.
/system/netd/include/
Permission.h
21
// the permission the app (UID) has been granted. When applied to a
network
, it's the permission an
22
// app must hold to be allowed to use the
network
. PERMISSION_NONE means "no special permission is
23
// held by the app" or "no special permission is required to use the
network
".
/development/tools/emulator/skins/WSVGA/
layout
85
network
{
/development/tools/emulator/skins/WXGA720/
layout
85
network
{
/development/tools/emulator/skins/WXGA800/
layout
85
network
{
/development/tools/emulator/skins/WXGA800-7in/
layout
86
network
{
Completed in 244 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>