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
104
:
ifaceName
(ifn), quota(q), alert(a) {};
105
std::string
ifaceName
;
BandwidthController.cpp
598
std::string
ifaceName
;
612
ifaceName
= ifn;
620
if (*it ==
ifaceName
)
635
sharedQuotaIfaces.push_front(
ifaceName
);
664
std::string
ifaceName
;
672
ifaceName
= ifn;
675
if (*it ==
ifaceName
)
702
std::string
ifaceName
;
720
ifaceName
= ifn;
725
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
);
/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/core/java/android/net/
LinkProperties.java
348
String
ifaceName
= (mIfaceName == null ? "" : "InterfaceName: " + mIfaceName + " ");
375
return "{" +
ifaceName
+ linkAddresses + routes + dns + domainName + mtu
/frameworks/base/services/java/com/android/server/
ConnectivityService.java
[
all
...]
/external/guava/guava/lib/
jdiff.jar
Completed in 268 milliseconds