/frameworks/base/services/java/com/android/server/print/ |
RemotePrintService.java | 134 // Stop printer discovery. 139 // Destroy the discovery session. 171 // The service is dead and neither has active jobs nor discovery 188 // If the service has a printer discovery session 286 // The service is dead and neither has active jobs nor discovery 308 // If the service has no print jobs and no active discovery 323 // Take a note that we are doing discovery. 354 // We are not doing discovery anymore. 557 // If the service died and there is a discovery session, recreate it. 561 // If the service died and there is discovery started, restart it [all...] |
/cts/apps/CtsVerifier/src/com/android/cts/verifier/p2p/ |
ServiceRequesterTestActivity.java | 24 * Test activity that sends service discovery request.
|
ServiceRequesterTestListActivity.java | 28 * Activity that lists all the service discovery requester tests.
|
ServiceResponderTestActivity.java | 26 * Test activity that responds service discovery request.
|
/development/samples/WiFiDirectServiceDiscovery/ |
AndroidManifest.xml | 3 package="com.example.android.wifidirect.discovery"
|
/development/samples/WiFiDirectServiceDiscovery/src/com/example/android/wifidirect/discovery/ |
ChatManager.java | 2 package com.example.android.wifidirect.discovery;
|
GroupOwnerSocketHandler.java | 2 package com.example.android.wifidirect.discovery;
|
/external/bluetooth/bluedroid/stack/a2dp/ |
a2d_int.h | 48 tSDP_DISCOVERY_DB *p_db; /* pointer to discovery database */
|
a2d_api.c | 238 ** perform service discovery and retrieve SRC or SNK SDP 242 ** function will be executed when service discovery is 254 ** the discovery database. 264 ** A2D_BUSY if discovery is already in progress. 289 /* set up discovery database */ 304 /* store service_uuid and discovery db pointer */
|
/external/chromium_org/chrome/browser/extensions/api/discovery/ |
discovery_api_unittest.cc | 9 #include "chrome/browser/extensions/api/discovery/discovery_api.h" 10 #include "chrome/browser/extensions/api/discovery/suggested_link.h" 11 #include "chrome/browser/extensions/api/discovery/suggested_links_registry.h" 12 #include "chrome/browser/extensions/api/discovery/suggested_links_registry_factory.h"
|
/external/chromium_org/chrome/browser/extensions/api/mdns/ |
dns_sd_device_lister.cc | 52 VLOG(1) << "Discovery new devices for service type "
|
/external/libnfc-nci/src/nfc/include/ |
llcp_defs.h | 125 #define LLCP_WKS_MASK_SDP 0x0002 /* Service Discovery "urn:nfc:sn:sdp" */ 132 #define LLCP_SAP_SDP 0x01 /* Service Discovery "urn:nfc:sn:sdp" */ 157 /* Service Discovery Request, SDREQ */ 161 /* Service Discovery Response, SDRES */
|
/external/wpa_supplicant_8/wpa_supplicant/ |
wifi_display.c | 73 * Provision Discovery Req: 92 * Provision Discovery Resp: 141 wpa_hexdump_buf(MSG_DEBUG, "WFD: WFD IE for Provision Discovery " 172 wpa_hexdump_buf(MSG_DEBUG, "WFD: WFD IE for Provision Discovery "
|
README-P2P | 72 Device Discovery 101 Stop ongoing P2P device discovery or other operation (connect, listen 112 Send P2P provision discovery request to the specified peer. The 150 Discovery Request message to the target GO before associating for WPS 164 "provdisc" can be used to request a Provision Discovery exchange to be 184 discovery of the peer. 210 Service Discovery 214 Schedule a P2P service discovery request. The parameters for this 217 supports service discovery) and P2P Service Query TLV(s) as hexdump. For 223 discovery protocols and requests this to be sent to all discovere [all...] |
/frameworks/base/core/java/android/bluetooth/ |
package.html | 27 additional functionality, such as requesting device discovery,
|
/external/bluetooth/bluedroid/bta/ag/ |
bta_ag_sdp.c | 41 /* size of database for service discovery */ 298 ** Description Process SDP discovery results to find requested attributes 399 ** Description Do service discovery. 448 /* HSP acceptor; no discovery */ 459 /* set up service discovery database; attr happens to be attr_list len */ 468 /*Service discovery not initiated */ 487 ** Description Free discovery database.
|
/frameworks/base/docs/html/training/connect-devices-wirelessly/ |
nsd-wifi-direct.jd | 1 page.title=Using Wi-Fi P2P for Service Discovery 24 Discovery</a>, showed you 26 Wi-Fi Peer-to-Peer (P2P) Service Discovery allows you to discover the services of nearby devices 30 <p>While this set of APIs is similar in purpose to the Network Service Discovery 65 service discovery. Once your local service is registered, the framework 66 automatically responds to service discovery requests from peers.</p> 77 service for service discovery.</li>
|
wifi-direct.jd | 14 <li><a href="#discover">Initiate Peer Discovery</a></li> 180 <h2 id="discover">Initiate Peer Discovery</h2> 189 the system invokes for successful and unsuccessful discovery.</li> 197 // Code for when the discovery initiation is successful goes here. 199 // can often be left blank. Code for peer discovery goes in the 205 // Code for when the discovery initiation fails goes here. 211 <p>Keep in mind that this only <em>initiates</em> peer discovery. The 213 WifiP2pManager.ActionListener) discoverPeers()} method starts the discovery process and then 214 immediately returns. The system notifies you if the peer discovery process is 216 Also, discovery will remain active until a connection is initiated or a P2P group i [all...] |
/external/chromium_org/chrome/browser/extensions/api/dial/ |
dial_registry.cc | 66 VLOG(2) << "Listener added; starting periodic discovery."; 75 VLOG(2) << "Listeners removed; stopping periodic discovery."; 194 // (1) We haven't sent one yet in this round of discovery, or 305 VLOG(2) << "Lost connection, shutting down discovery and clearing" 324 VLOG(2) << "Connection detected, restarting discovery.";
|
dial_service.cc | 53 // The total number of requests to make per discovery cycle. 65 // The multicast IP address for discovery. 68 // The UDP port number for discovery. 430 VLOG(2) << "Discovery is already active - returning."; 435 VLOG(2) << "Discovery started."; 494 // discovery list. 516 DVLOG(1) << "Could not find a valid interface to bind. Finishing discovery"; 521 // Schedule a timer to finish the discovery process (and close the sockets). 523 VLOG(2) << "Starting timer to finish discovery."; 575 // If discovery is inactive, no reason to notify observers [all...] |
/external/libnfc-nxp/src/ |
phHal4Nfc.h | 134 * callback. It contains either discovery information or other event 175 * Notification callback type used by HAL to provide a Discovery or 293 eRegisterTagDiscovery, /**<For Tag Discovery notification*/ 294 eRegisterP2PDiscovery, /**<For P2P Discovery notification*/ 412 * This function is used to Configure discovery wheel (and start if 413 * required) based on the discovery configuration passed. 423 * \param[in] discoveryMode Discovery Mode allows to choose between: 424 * discovery configuration and start, stop 425 * discovery and start discovery (with las [all...] |
/external/bluetooth/bluedroid/stack/include/ |
avrc_api.h | 123 UINT32 db_len; /* Length, in bytes, of the discovery database */ 124 tSDP_DISCOVERY_DB *p_db; /* Pointer to the discovery database */ 132 /* This callback function returns service discovery information to the 211 ** discovery and retrieve AVRCP SDP record information from a 214 ** The callback function will be executed when service discovery 219 ** discovery database. It is recommended that the size of the 220 ** discovery database be at least 300 bytes. The application 230 ** p_db: SDP discovery database parameters. 238 ** AVRC_BAD_PARAMS if discovery database parameters are invalid.
|
/external/bluetooth/bluedroid/bta/gatt/ |
bta_gattc_act.c | 79 "Discovery", 697 /* start discovery */ 782 ** Description when a SRCB finished discovery, tell all related clcb. 805 ** Description close a GATTC connection while in discovery state. 812 APPL_TRACE_DEBUG1("Discovery cancel conn_id=%d",p_clcb->bta_conn_id); 821 ** Description when a SRCB start discovery, tell all related clcb and set 848 ** Description process service change in discovery state, mark up the auto 849 ** update flag and set status to be discovery cancel for current 850 ** discovery. 864 ** Description Start a discovery on server [all...] |
bta_gattc_cache.c | 21 * This file contains the GATT client discovery procedures and cache 164 ** Description Initialize the database cache and discovery related resources. 427 ** Description get discovery stating and ending handle range. 457 ** Description Start primary service discovery 473 ** Description Start a particular type of discovery procedure on server. 509 ** Description Start discovery for included service 522 ** Description Start discovery for characteristic 537 ** Description Start discovery for characteristic descriptor 554 ** Description process the service discovery complete event 564 APPL_TRACE_DEBUG1("Start service discovery: srvc_idx = %d", p_srvc_cb->cur_srvc_idx) [all...] |
/external/libnfc-nxp/inc/ |
phNfcHalTypes.h | 334 * is updated for every device discovery. 350 * is updated for every device discovery. 370 * is updated for every device discovery. 388 * is updated for every device discovery. 406 * is updated for every device discovery. 443 * is updated for every device discovery. 656 * required for the NFC device to be used during ISO14443A target discovery 690 * required for the NFC device to be used during ISO14443B target discovery 709 * required for the NFC device to be used during Felica target discovery 724 * \brief Poll Device Information for conifiguring the discovery whee [all...] |