OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ifaceName
(Results
1 - 8
of
8
) sorted by null
/frameworks/av/media/common_time/
ICommonTimeConfig.cpp
156
virtual status_t getInterfaceBinding(String16&
ifaceName
) {
165
ifaceName
= reply.readString16();
172
virtual status_t setInterfaceBinding(const String16&
ifaceName
) {
175
data.writeString16(
ifaceName
);
415
String16
ifaceName
;
416
ifaceName
= data.readString16();
417
status_t status = setInterfaceBinding(
ifaceName
);
/system/netd/
BandwidthController.h
93
:
ifaceName
(ifn), quota(q), alert(a) {};
94
std::string
ifaceName
;
BandwidthController.cpp
501
std::string
ifaceName
;
515
ifaceName
= ifn;
523
if (*it ==
ifaceName
)
538
sharedQuotaIfaces.push_front(
ifaceName
);
567
std::string
ifaceName
;
575
ifaceName
= ifn;
578
if (*it ==
ifaceName
)
605
std::string
ifaceName
;
623
ifaceName
= ifn;
628
if (it->
ifaceName
== ifaceName
[
all
...]
/frameworks/base/core/java/android/os/
CommonTimeConfig.java
204
String
ifaceName
= mUtils.transactGetString(METHOD_GET_INTERFACE_BINDING, null);
206
if ((null !=
ifaceName
) && (0 ==
ifaceName
.length()))
209
return
ifaceName
;
216
* @param
ifaceName
The name of the network interface ("eth0", "wlan0", etc...) wich the common
222
public int setNetworkBinding(String
ifaceName
) {
227
(null ==
ifaceName
) ? "" :
ifaceName
);
/frameworks/base/core/java/android/net/
LinkProperties.java
268
String
ifaceName
= (mIfaceName == null ? "" : "InterfaceName: " + mIfaceName + " ");
293
return "{" +
ifaceName
+ linkAddresses + routes + dns + domainName + proxy + stacked + "}";
/external/jdiff/src/jdiff/
RootDocToXML.java
461
String
ifaceName
= buildEmittableTypeString(ifaces[i]);
462
if (trace) System.out.println("PROCESSING INTERFACE: " +
ifaceName
);
463
outputFile.println(" <implements name=\"" +
ifaceName
+ "\"/>");
[
all
...]
/frameworks/base/services/java/com/android/server/
ConnectivityService.java
[
all
...]
/external/guava/guava/lib/
jdiff.jar
Completed in 345 milliseconds