HomeSort by relevance Sort by last modified time
    Searched full:discover (Results 1 - 25 of 424) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /frameworks/base/core/java/android/net/dhcp/
DhcpDiscoverPacket.java 24 * This class implements the DHCP-DISCOVER packet.
28 * Generates a DISCOVER packet with the specified parameters.
37 return s + " DISCOVER " +
42 * Fills in a packet with the requested DISCOVER parameters.
55 * Adds optional parameters to a DISCOVER packet.
64 * Informs the state machine of the arrival of a DISCOVER packet.
DhcpStateMachine.java 49 * Signals that a client's DISCOVER packet has been received with the
  /external/llvm/projects/
CMakeLists.txt 0 # Discover the projects that use CMake in the subdirectories.
  /development/samples/training/NsdChat/res/values/
strings.xml 22 <string name="discover">Discover</string>
  /development/samples/WiFiDirectDemo/res/values/
strings.xml 5 <string name="discover_peers_button">Discover</string>
  /external/dnsmasq/contrib/lease-access/
README 5 called with an extra parameter "access" once a dhcp request or discover
  /frameworks/base/docs/html/training/connect-devices-wirelessly/
index.jd 50 <dd>Learn how to broadcast services offered by your own application, discover
59 <dd>Learn how to discover services published by nearby devices without being
nsd-wifi-direct.jd 15 <li><a href="#discover">Discover Nearby Services</a></li>
28 how to discover services that are connected to a local network. However, using
29 Wi-Fi Direct&trad; Service Discovery allows you to discover the services of nearby devices directly,
35 This lesson shows you how to discover services available from other devices,
115 <h2 id="discover">Discover Nearby Services</h2>
nsd.jd 18 <li><a href="#discover">Discover Services on the Network</a></li>
56 next section, <a href="#discover">Discover Services on the Network</a>.</p>
187 <h2 id="discover">Discover Services on the Network</h2>
  /external/bluetooth/bluez/tools/
avctrl.c 74 #define DISCOVER 0x03
86 if (!strncasecmp(argv[0], "discover", 4))
87 buf[0] = DISCOVER;
181 "\tdiscover Simulate pressing the discover button\n"
avinfo.c 518 struct discover_resp *discover = (void *) buffer; local
530 ret = avdtp_receive(sk, discover, sizeof(buffer));
538 switch (discover->seps[i].type) {
549 switch (discover->seps[i].media_type) {
564 discover->seps[i].seid, media, type,
565 discover->seps[i].inuse ? "*" : "");
567 avdtp_get_caps(sk, discover->seps[i].seid);
  /external/llvm/utils/lit/lit/ExampleTests/Clang/
lit.cfg 22 # Discover the 'clang' and 'clangcc' to use.
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/netfilter_bridge/
ebt_802_3.h 11 * to discover what kind of packet we're carrying.
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/netfilter_bridge/
ebt_802_3.h 11 * to discover what kind of packet we're carrying.
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/netfilter_bridge/
ebt_802_3.h 11 * to discover what kind of packet we're carrying.
  /system/netd/
MDnsSdListener.cpp 59 void MDnsSdListener::Handler::discover(SocketClient *cli, function in class:MDnsSdListener::Handler
66 ALOGD("discover(%s, %s, %s, %d, %d)", iface, regType, domain, requestId,
72 ALOGE("requestId %d already in use during discover call", requestId);
74 "RequestId already in use during discover call", false);
84 ALOGE("Discover request %d got an error from DNSServiceBrowse %d", requestId, result);
87 "Discover request got an error from DNSServiceBrowse", false);
91 if (VDBG) ALOGD("discover successful");
92 cli->sendMsg(ResponseCode::CommandOkay, "Discover operation started", false);
106 if (DBG) ALOGE("discover failure for %d, error= %d", refNumber, errorCode);
112 ALOGD("Discover found new serviceName %s, regType %s and domain %s for %d"
    [all...]
  /external/bluetooth/bluez/test/
test-attrib 42 print " discover <service path>"
79 if (args[0] == "discover"):
  /frameworks/base/wifi/java/android/net/wifi/p2p/
package.html 5 <p>Using these APIs, you can discover and connect to other devices when each
15 <li>Discover nearby devices by calling {@link android.net.wifi.p2p.WifiP2pManager#discoverPeers
  /development/samples/WiFiDirectServiceDiscovery/
_index.html 1 <p>This is a demo application highlighting how to advertise and discover local services that are Wi-Fi peer to peer network capable with
2 the Wi-Fi Direct Service Discovery APIs. Service discovery on Wi-Fi direct allows applications to discover and enagage with peers that support a certain service.
6 with Wi-Fi Direct Service Discovery APIs: Advertise services, discover services and connect to peers advertising such services</p>
  /packages/apps/Email/src/com/android/email/activity/setup/
AccountSetupExchange.java 54 * Try Auto-discover to get details from server
55 * If Auto-discover reports an authentication failure:
57 * If Auto-discover succeeds:
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/p2p/testcase/
P2pClientPbcTestCase.java 84 * discover services
P2pClientPinTestCase.java 81 * discover services
ServRespTestCase.java 81 * Start discover
  /development/samples/training/NsdChat/res/layout/
main.xml 40 android:text="@string/discover" />
  /external/llvm/lib/CodeGen/
PHIEliminationUtils.cpp 34 // Discover any defs/uses in this basic block.

Completed in 1395 milliseconds

1 2 3 4 5 6 7 8 91011>>