HomeSort by relevance Sort by last modified time
    Searched refs:discover (Results 1 - 15 of 15) sorted by null

  /external/libnfc-nci/src/nfc/nfc/
nfc_ee.c 46 ** Parameters discover - 1 to enable discover, 0 to disable.
51 tNFC_STATUS NFC_NfceeDiscover (BOOLEAN discover)
53 return nci_snd_nfcee_discover ((UINT8) (discover ? NCI_DISCOVER_ACTION_ENABLE : NCI_DISCOVER_ACTION_DISABLE));
  /system/netd/
MDnsSdListener.h 113 void discover(SocketClient *cli, const char *iface, const char *regType,
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/chromium/chrome/common/extensions/docs/examples/apps/hello-php/lib/lightopenid/
openid.php 179 function discover($url) function
431 if (!$this->server) $this->discover($this->identity);
462 $server = $this->discover($this->data['openid_identity']);
  /external/bluetooth/bluedroid/stack/avdt/
avdt_ccb_act.c 146 ** Description This function is called when a discover command is
149 ** sending of a discover response.
187 ** Description This function is called when a discover response or
400 ** Description This function is called to send a discover command to the
403 ** sends a discover command.
412 p_ccb->p_proc_data = p_data->discover.p_sep_info;
413 p_ccb->proc_cback = p_data->discover.p_cback;
414 p_ccb->proc_param = p_data->discover.num_seps;
419 /* build and queue discover req */
427 ** Description This function is called to send a discover response t
    [all...]
avdt_api.c 184 ** addition, a peer device can discover, get the capabilities,
305 evt.discover.p_sep_info = p_sep_info;
306 evt.discover.num_seps = max_seps;
307 evt.discover.p_cback = p_cback;
    [all...]
avdt_int.h 417 tAVDT_CCB_API_DISCOVER discover; member in union:__anon3046
441 BOOLEAN proc_busy; /* TRUE when a discover or get capabilities procedure in progress */
442 UINT8 proc_param; /* Procedure parameter; either SEID for get capabilities or number of SEPS for discover */
  /frameworks/support/v7/mediarouter/src/android/support/v7/media/
MediaRouter.java 85 * discover and select a new route.
108 * When this flag is specified, the media router will try to discover routes.
322 * Registers a callback to discover routes that match the selector and to receive
330 * callback would like to discover.
339 * Registers a callback to discover routes that match the selector and to receive
343 * discover. For example, if the application wants to use
376 * // the application is interested in so that it can try to discover suitable ones.
388 * // needs to invest effort trying to discover routes of these kinds for now.
402 * callback would like to discover.
485 * instances within this process can use to discover routes
    [all...]
  /external/bluetooth/bluedroid/bta/dm/
bta_dm_act.c     [all...]
bta_dm_int.h 585 tBTA_DM_API_DISCOVER discover; member in union:__anon2482
802 tBTA_DM_MSG * p_search_queue; /* search or discover commands during search cancel stored here */
  /external/libnfc-nci/src/nfc/include/
nfc_api.h 171 NFC_NFCEE_DISCOVER_REVT, /* 4 Discover NFCEE response */
172 NFC_NFCEE_INFO_REVT, /* 5 Discover NFCEE Notification */
176 NFC_EE_DISCOVER_REQ_REVT, /* 9 EE Discover Req notification */
    [all...]
  /external/chromium/chrome/common/extensions/docs/examples/apps/hello-php/
popuplib.js 27 // OpenID libraries can often discover these properties
  /external/grub/docs/
texinfo.tex     [all...]
  /external/bison/build-aux/
texinfo.tex     [all...]
  /ndk/sources/host-tools/sed-4.2.1/build-aux/
texinfo.tex     [all...]

Completed in 1725 milliseconds