Searched refs:interface (Results 1 – 10 of 10) sorted by relevance
/development/samples/ToyVpn/server/linux/ |
D | ToyVpnServer.cpp | 63 int interface = open("/dev/net/tun", O_RDWR | O_NONBLOCK); in get_interface() local 70 if (ioctl(interface, TUNSETIFF, &ifr)) { in get_interface() 75 return interface; in get_interface() 185 int interface = get_interface(argv[1]); in main() local 220 int length = read(interface, packet, sizeof(packet)); in main() 243 write(interface, packet, length); in main()
|
/development/samples/devbytes/telephony/SmsSampleProject/app/ |
D | proguard-rules.pro | 13 # and specify the fully qualified class name to the JavaScript interface 15 #-keepclassmembers class fqcn.of.javascript.interface.for.webview {
|
/development/samples/ControllerSample/ |
D | proguard-project.txt | 16 # and specify the fully qualified class name to the JavaScript interface 18 #-keepclassmembers class fqcn.of.javascript.interface.for.webview {
|
/development/samples/training/NsdChat/ |
D | proguard.cfg | 16 # and specify the fully qualified class name to the JavaScript interface 18 #-keepclassmembers class fqcn.of.javascript.interface.for.webview {
|
/development/samples/browseable/JobScheduler/ |
D | _index.jd | 8 Demonstration of the JobScheduler API, which provides an interface for scheduling
|
/development/samples/browseable/StorageClient/ |
D | _index.jd | 11 interface, and choose an image on your device. It will be displayed in this app.
|
/development/samples/USB/AdbTest/ |
D | README.txt | 9 - Matching devices based on interface class, subclass and protocol (see device_filter.xml)
|
/development/samples/SkeletonApp/ |
D | readme.txt | 41 The res/layout/ directory contains XML files describing user interface
|
/development/tools/repo_diff/service/repodiff/ |
D | Makefile | 117 --local-ssd interface=nvme \
|
/development/tools/logblame/ |
D | sample.txt | 511 Unable to convert the the network interface's MAC Address to string. MAC address cannot be null. 517 Unable to convert the the network interface's MAC Address to string. MAC address cannot be null. 1937 Unable to convert the the network interface's MAC Address to string. MAC address cannot be null. 1964 Unable to convert the the network interface's MAC Address to string. MAC address cannot be null. 1970 Unable to convert the the network interface's MAC Address to string. MAC address cannot be null. 1973 Unable to convert the the network interface's MAC Address to string. MAC address cannot be null. 1979 Unable to convert the the network interface's MAC Address to string. MAC address cannot be null. 1985 Unable to convert the the network interface's MAC Address to string. MAC address cannot be null. 1994 Unable to convert the the network interface's MAC Address to string. MAC address cannot be null. 2000 Unable to convert the the network interface's MAC Address to string. MAC address cannot be null. [all …]
|