OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:netType
(Results
1 - 3
of
3
) sorted by null
/external/deqp/execserver/
xsProtocol.cpp
153
int
netType
= hostToNetwork((int)type);
155
deMemcpy(dst+4, &
netType
, sizeof(
netType
));
/frameworks/base/services/core/java/com/android/server/connectivity/
Nat464Xlat.java
93
final int
netType
= nai.networkInfo.getType();
99
return connected && !hasIPv4Address && ArrayUtils.contains(NETWORK_TYPES,
netType
);
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/
ConnectivityManagerFacade.java
75
int
netType
=
79
if (
netType
== ConnectivityManager.TYPE_NONE) {
89
if (info.getType() ==
netType
) {
Completed in 1371 milliseconds