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

1 2

  /development/samples/training/NsdChat/src/com/example/android/nsdchat/
NsdChatActivity.java 74 mNsdHelper.discoverServices();
115 mNsdHelper.discoverServices();
NsdHelper.java 156 public void discoverServices() {
157 mNsdManager.discoverServices(
  /external/chromium_org/chromeos/dbus/
introspectable_client_unittest.cc 29 " <method name=\"DiscoverServices\">\n"
  /frameworks/base/docs/html/training/connect-devices-wirelessly/
nsd.jd 193 API call to {@link android.net.nsd.NsdManager#discoverServices(String
194 , int , NsdManager.DiscoveryListener) discoverServices()}.</p>
276 <p>After setting up the listener, call {@link android.net.nsd.NsdManager#discoverServices(String, int,
277 NsdManager.DiscoveryListener) discoverServices()}, passing in the service type
282 mNsdManager.discoverServices(
352 mNsdHelper.discoverServices();
nsd-wifi-direct.jd 212 android.net.wifi.p2p.WifiP2pManager#discoverServices(WifiP2pManager.Channel,
213 WifiP2pManager.ActionListener) discoverServices()}.</p>
216 mManager.discoverServices(channel, new ActionListener() {
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/p2p/testcase/
P2pClientPbcTestCase.java 86 mP2pMgr.discoverServices(mChannel, actionListener);
P2pClientPinTestCase.java 83 mP2pMgr.discoverServices(mChannel, actionListener);
ServReqClearRequestTestCase.java 88 mP2pMgr.discoverServices(mChannel, actionListener);
ServReqMultiClientTestCase01.java 93 mP2pMgr.discoverServices(mChannel, actionListener);
ServReqMultiClientTestCase02.java 93 mP2pMgr.discoverServices(mChannel, actionListener);
ServReqMultiClientTestCase03.java 99 mP2pMgr.discoverServices(mChannel, actionListener);
ServReqRemoveRequestTestCase.java 111 mP2pMgr.discoverServices(mChannel, actionListener);
ServReqTestCase.java 84 mP2pMgr.discoverServices(mChannel, actionListener);
  /external/chromium_org/chrome/utility/local_discovery/
service_discovery_message_handler.h 72 void DiscoverServices(uint64 id, bool force_update);
service_discovery_message_handler.cc 271 base::Bind(&ServiceDiscoveryMessageHandler::DiscoverServices,
326 void ServiceDiscoveryMessageHandler::DiscoverServices(uint64 id,
328 VLOG(1) << "DiscoverServices, id=" << id;
  /external/chromium_org/device/bluetooth/
bluetooth_task_manager_win.cc 301 DiscoverServices(device_list);
330 DiscoverServices(device_list);
368 void BluetoothTaskManagerWin::DiscoverServices(
bluetooth_task_manager_win.h 135 void DiscoverServices(ScopedVector<DeviceState>* device_list);
  /frameworks/base/core/java/android/bluetooth/
IBluetoothGatt.aidl 50 void discoverServices(in int clientIf, in String address);
BluetoothGattCallback.java 43 * @param gatt GATT client invoked {@link BluetoothGatt#discoverServices}
  /frameworks/base/core/java/android/net/nsd/
NsdManager.java 63 * discoverServices()
104 * with a call to {@link #discoverServices}. A service found is notified with a callback
526 public void discoverServices(String serviceType, int protocolType, DiscoveryListener listener) {
544 * Stop service discovery initiated with {@link #discoverServices}. An active service
552 * @param listener This should be the listener object that was passed to {@link #discoverServices}.
  /developers/build/prebuilts/gradle/BluetoothLeGatt/BluetoothLeGattSample/src/main/java/com/example/android/bluetoothlegatt/
BluetoothLeService.java 82 mBluetoothGatt.discoverServices());
310 * invoked only after {@code BluetoothGatt#discoverServices()} completes successfully.
  /developers/samples/android/connectivity/bluetooth/BluetoothLeGatt/BluetoothLeGattSample/src/main/java/com/example/android/bluetoothlegatt/
BluetoothLeService.java 82 mBluetoothGatt.discoverServices());
310 * invoked only after {@code BluetoothGatt#discoverServices()} completes successfully.
  /development/samples/browseable/BluetoothLeGatt/src/com.example.android.bluetoothlegatt/
BluetoothLeService.java 82 mBluetoothGatt.discoverServices());
310 * invoked only after {@code BluetoothGatt#discoverServices()} completes successfully.
  /frameworks/base/services/java/com/android/server/
NsdService.java 299 if (discoverServices(id, servInfo.getServiceType())) {
702 private boolean discoverServices(int discoveryId, String serviceType) {
703 if (DBG) Slog.d(TAG, "discoverServices: " + discoveryId + " " + serviceType);
707 Slog.e(TAG, "Failed to discoverServices " + e);
    [all...]
  /frameworks/base/wifi/java/android/net/wifi/p2p/
WifiP2pManager.java 112 * can do so with a call to {@link #discoverServices}. Prior to initiating the discovery,
489 * Indicates that the {@link #discoverServices} failed because no service
    [all...]

Completed in 1387 milliseconds

1 2