/frameworks/base/docs/html/training/connect-devices-wirelessly/ |
nsd.jd | 1 page.title=Using Network Service Discovery 36 <p>Adding Network Service Discovery (NSD) to your app allows your users to 90 authoritative list of service types used by service discovery protocols such as NSD and Bonjour. 187 functionality is service discovery. Your application needs to listen to service 191 <p>Service discovery, like service registration, has two steps: 192 setting up a discovery listener with the relevant callbacks, and making a single asynchronous 206 // Called as soon as service discovery begins. 209 Log.d(TAG, "Service discovery started"); 215 Log.d(TAG, "Service discovery success" + service); 238 Log.i(TAG, "Discovery stopped: " + serviceType) [all...] |
/frameworks/support/v7/mediarouter/src/android/support/v7/media/ |
MediaRouteProvider.java | 37 * The provider should watch for changes to the discovery request by implementing 125 * Gets the current discovery request which informs the provider about the 128 * @return The current discovery request, or null if no discovery is needed at this time. 137 * Sets a discovery request to inform the provider about the kinds of 140 * @param request The discovery request, or null if no discovery is needed at this time. 165 * Called by the media router when the {@link MediaRouteDiscoveryRequest discovery request} 176 * in the discovery request's {@link MediaRouteSelector selector} to determine what 183 * @param request The new discovery request, or null if no discovery is needed at this time [all...] |
/external/bluetooth/bluedroid/stack/avrc/ |
avrc_sdp.c | 100 ** discovery and retrieve AVRCP SDP record information from a 103 ** The callback function will be executed when service discovery 108 ** discovery database. It is recommended that the size of the 109 ** discovery database be at least 300 bytes. The application 119 ** p_db: SDP discovery database parameters. 127 ** AVRC_BAD_PARAMS if discovery database parameters are invalid. 154 /* set up discovery database */ 169 /* store service_uuid and discovery db pointer */
|
/external/bluetooth/bluedroid/stack/include/ |
a2d_api.h | 103 UINT32 db_len; /* Length, in bytes, of the discovery database */ 105 tSDP_DISCOVERY_DB *p_db; /* Pointer to the discovery database */ 112 /* This data type is used in tA2D_FIND_CBACK to report the result of the SDP discovery process. */ 125 /* This is the callback to notify the result of the SDP discovery process. */ 174 ** perform service discovery and retrieve SRC or SNK SDP 178 ** function will be executed when service discovery is 190 ** the discovery database. 200 ** A2D_BUSY if discovery is already in progress.
|
sdp_api.h | 76 /* Define a callback function for when discovery is complete. */ 98 /* Define a callback function for when discovery result is received. */ 193 /* API into the SDP layer for service discovery. */ 199 ** Description This function is called to initialize a discovery database. 216 ** Returns TRUE if discovery cancelled, FALSE if a matching activity is not found. 227 ** Returns TRUE if discovery started, FALSE if failed. 245 ** Returns TRUE if discovery started, FALSE if failed. 263 ** Returns TRUE if discovery started, FALSE if failed. 270 /* API of utilities to find data in the local discovery database */ 293 ** Description This function searches an SDP discovery record for [all...] |
/external/chromium_org/chrome/browser/extensions/api/discovery/ |
suggested_links_registry.h | 11 #include "chrome/browser/extensions/api/discovery/suggested_link.h" 16 // This class keeps track of links suggested by an extension using the discovery
|
/external/libnfc-nci/src/nfa/include/ |
nfa_api.h | 225 #define NFA_DISC_RESULT_EVT 2 /* NFC link/protocol discovery notificaiton */ 226 #define NFA_SELECT_RESULT_EVT 3 /* NFC link/protocol discovery select response */ 253 #define NFA_RF_DISCOVERY_STARTED_EVT 30 /* RF Discovery started event */ 254 #define NFA_RF_DISCOVERY_STOPPED_EVT 31 /* RF Discovery stopped event */ 275 tNFC_RESULT_DEVT discovery_ntf; /* RF discovery notification details */ 317 tNFC_ACTIVATE_DEVT activate_ntf; /* RF discovery activation details */ 427 tNFC_ACTIVATE_DEVT activate_ntf; /* RF discovery activation details */ 490 /* compile-time configuration structure for the RF Discovery Frequency for each technology */ 529 ** Discovery Configuration Parameters for Listen A 539 ** Discovery Configuration Parameters for Listen [all...] |
/external/llvm/utils/lit/ |
setup.py | 15 keywords = 'test C++ automatic discovery', 33 * Flexible test discovery.
|
/hardware/libhardware/include/hardware/ |
nfc.h | 46 * 4) Core NCI stack calls pre_discover() to allow HAL to prepare for RF discovery 47 * 5) Core NCI stack starts discovery through calls to write() 48 * 6) Core NCI stack stops discovery through calls to write() (e.g. screen turns off) 49 * 7) Core NCI stack calls pre_discover() to prepare for RF discovery (e.g. screen turned back on) 50 * 8) Core NCI stack starts discovery through calls to write() 150 * (*pre_discover)() Is called every time before starting RF discovery. 152 * performed every time RF discovery is about to be started. 158 * RF discovery immediately.
|
/external/libnfc-nxp/src/ |
phHal4Nfc_ADD.c | 188 /**Configure the discovery*/ 289 );/*Configure HCI Discovery*/ 293 /*Restart Discovery wheel*/ 393 /**if connect failed and discovery wheel was restarted*/ 408 /**if disconnect failed and discovery wheel was restarted*/ 418 /**Handler for Target discovery completion for all remote device types*/ 428 /*Union type to encapsulate and return the discovery info*/ 602 is first discovery notification from Hci*/ 667 /*Only one P2P target can be detected in one discovery*/ 706 else/*Restart Discovery wheel*/ [all...] |
phLibNfc_discovery.c | 100 /* Application has called discovery before receiving this callback, 102 discovery is called */ 139 * Configure Discovery Modes. 140 * This function is used to configure ,start and stop the discovery wheel. 178 /* call lower layer config API for the discovery 189 /* Copy discovery callback and its context */
|
/frameworks/base/core/java/android/print/ |
PrinterDiscoverySession.java | 71 Log.e(LOG_TAG, "Error creating printer discovery session", re); 85 Log.e(LOG_TAG, "Error starting printer discovery", re); 92 Log.w(LOG_TAG, "Ignoring stop printers discovery - session destroyed"); 100 Log.e(LOG_TAG, "Error stopping printer discovery", re); 174 Log.e(LOG_TAG, "Destroying leaked printer discovery session"); 189 Log.e(LOG_TAG, "Error destroying printer discovery session", re);
|
/external/libnfc-nxp/inc/ |
phNfcTypes.h | 545 * is updated for every device discovery. 577 * is updated for every device discovery. 625 * is updated for every device discovery. 647 * is updated for every device discovery. 667 * is updated for every device discovery. 722 * is updated for every device discovery. [all...] |
/frameworks/base/media/lib/java/com/android/media/remotedisplay/ |
RemoteDisplayProvider.java | 117 * Discovery mode: Do not perform any discovery. 122 * Discovery mode: Passive or low-power periodic discovery. 133 * Discovery mode: Active discovery. 174 * Called when the current discovery mode changes. 176 * @param mode The new discovery mode. 216 * Gets the current discovery mode. 218 * @return The current discovery mode [all...] |
/frameworks/base/core/java/android/printservice/ |
PrinterDiscoverySession.java | 33 * system during printer discovery. During printer discovery you are responsible 38 * performing printer discovery multiple times. You will receive a call to {@link 40 * discovery and a call to {@link PrinterDiscoverySession#onStopPrinterDiscovery()} 41 * to stop printer discovery. When the system is no longer interested in printers 174 // If during discovery, add the new printers and send them. 238 // If during discovery, remove existing printers and send them. 273 // Noting changed since the last discovery period - nothing to do. 324 * Callback asking you to start printer discovery. Discovered printers should be 329 * when you should stop printer discovery [all...] |
/external/libnfc-nci/src/nfa/ce/ |
nfa_ce_api.c | 103 ** Note: If RF discovery is started, NFA_StopRfDiscovery()/NFA_RF_DISCOVERY_STOPPED_EVT 191 ** Note: If RF discovery is started, NFA_StopRfDiscovery()/NFA_RF_DISCOVERY_STOPPED_EVT 241 ** Note: If RF discovery is started, NFA_StopRfDiscovery()/NFA_RF_DISCOVERY_STOPPED_EVT 289 ** Note: If RF discovery is started, NFA_StopRfDiscovery()/NFA_RF_DISCOVERY_STOPPED_EVT 316 ** Note: If RF discovery is started, NFA_StopRfDiscovery()/NFA_RF_DISCOVERY_STOPPED_EVT 364 ** Note: If RF discovery is started, NFA_StopRfDiscovery()/NFA_RF_DISCOVERY_STOPPED_EVT 393 ** Note: If RF discovery is started, NFA_StopRfDiscovery()/NFA_RF_DISCOVERY_STOPPED_EVT
|
/packages/apps/Settings/src/com/android/settings/bluetooth/ |
RequestPermissionActivity.java | 34 * RequestPermissionActivity asks the user whether to enable discovery. This is 35 * usually started by an application wanted to start bluetooth and or discovery 62 * go away when bt has started and discovery mode has been enabled. 112 * would fail to turn on discovery mode. By kicking this to the 119 * 1) ask the user about enabling bt AND discovery 141 // Ask the user about enabling discovery mode 159 // Ask the user whether to turn on discovery mode or not
|
/external/libnfc-nci/src/nfa/dm/ |
nfa_dm_api.c | 172 ** Note: If RF discovery is started, NFA_StopRfDiscovery()/NFA_RF_DISCOVERY_STOPPED_EVT 174 ** parameters are related to RF discovery. 273 ** Note: If RF discovery is started, NFA_StopRfDiscovery()/NFA_RF_DISCOVERY_STOPPED_EVT 372 ** Note: If RF discovery is started, NFA_StopRfDiscovery()/NFA_RF_DISCOVERY_STOPPED_EVT 405 ** Note: If RF discovery is started, NFA_StopRfDiscovery()/NFA_RF_DISCOVERY_STOPPED_EVT 444 ** Note: If RF discovery is started, NFA_StopRfDiscovery()/NFA_RF_DISCOVERY_STOPPED_EVT 475 ** This function is called to exclude listen at RF discovery. 477 ** Note: If RF discovery is started, NFA_StopRfDiscovery()/NFA_RF_DISCOVERY_STOPPED_EVT 514 ** Note: If RF discovery is started, NFA_StopRfDiscovery()/NFA_RF_DISCOVERY_STOPPED_EVT 547 ** Note: If RF discovery is started, NFA_StopRfDiscovery()/NFA_RF_DISCOVERY_STOPPED_EV [all...] |
/cts/apps/CtsVerifier/src/com/android/cts/verifier/p2p/testcase/ |
ServReqTestCase.java | 27 * The base class for service discovery requester test case. 44 * @param reqList service discovery request list to send. 65 * Set service discovery request to the framework.
|
/external/chromium_org/chrome/renderer/resources/extensions/ |
bluetooth_custom_bindings.js | 15 // receive events about device discovery and call the event listener that was 16 // provided with the request to begin discovery. 42 'Concurrent discovery is not allowed.');
|
/external/mdnsresponder/mDNSShared/ |
mDNSResponder.8 | 33 is a daemon invoked at boot time to implement Multicast DNS and DNS Service Discovery. On 92 For information on DNS Service Discovery, see 96 DNS Service Discovery APIs on Mac OS X and other platforms, see
|
/external/ppp/pppd/plugins/rp-pppoe/ |
pppoe.h | 177 /* Discovery phase states */ 252 int discoveryState; /* Where we are in discovery */ 253 int discoverySocket; /* Raw socket for discovery frames */ 264 int skipDiscovery; /* Skip discovery */ 265 int noDiscoverySocket; /* Don't even open discovery socket */ 306 void discovery(PPPoEConnection *conn);
|
/external/chromium_org/chrome/browser/extensions/api/dial/ |
dial_apitest.cc | 85 IN_PROC_BROWSER_TEST_F(DialAPITest, Discovery) { 86 ASSERT_TRUE(RunExtensionSubtest("dial/experimental", "discovery.html"));
|
/external/chromium_org/chrome/browser/extensions/api/mdns/ |
dns_sd_registry.h | 46 // Observer registration for parties interested in discovery events. 50 // DNS-SD-related discovery functionality.
|
/external/wpa_supplicant_8/src/p2p/ |
p2p_i.h | 65 * req_config_methods - Pending provision discovery methods 73 * Discovery and connection to a running group. 114 int wsd; /* Wi-Fi Display Service Discovery Request */ 150 * P2P_SEARCH - Search (Device Discovery) 185 * P2P_SD_DURING_FIND - Service Discovery during find 195 * P2P_PD_DURING_FIND - Provision Discovery during find 243 * for service discovery 262 * sd_peer - Pointer to Service Discovery peer 267 * sd_query - Pointer to Service Discovery query 352 * sd_queries - Pending service discovery querie [all...] |