HomeSort by relevance Sort by last modified time
    Searched full:discovery (Results 201 - 225 of 784) sorted by null

1 2 3 4 5 6 7 891011>>

  /frameworks/base/core/java/android/nfc/tech/
NfcB.java 71 * Return the Application Data bytes from ATQB/SENSB_RES at tag discovery.
82 * Return the Protocol Info bytes from ATQB/SENSB_RES at tag discovery.
NfcF.java 77 * Return the System Code bytes from tag discovery.
88 * Return the Manufacturer bytes from tag discovery.
  /frameworks/support/v7/mediarouter/src/android/support/v7/media/
MediaRouteProviderProtocol.java 115 * Sets the discovery request.
118 * - obj : discovery request bundle, or null if none
  /packages/apps/Nfc/nxp/jni/
com_android_nfc.h 45 /* Discovery modes -- keep in sync with NFCManager.DISCOVERY_MODE_* */
150 /* Target discovery configuration */
  /packages/apps/Settings/tests/src/com/android/settings/tests/
BluetoothRequestPermissionTest.java 107 addMsg("Starting activity to enable bt + discovery");
127 addMsg("Result = RESULT_OK (not expected for discovery)");
  /frameworks/base/services/java/com/android/server/print/
UserState.java 378 // Kick of discovery.
395 // Kick of discovery.
619 pw.append(prefix).append(tab).append("discovery mediator:").println();
794 // If discovery is in progress, tear down the service.
    [all...]
  /packages/apps/Nfc/nci/jni/
NativeNfcManager.cpp 128 static bool sRfEnabled = false; // whether RF discovery is enabled
184 ** Description: Handle RF-discovery events from the stack.
194 //there is more discovery notification coming
248 case NFA_RF_DISCOVERY_STARTED_EVT: // RF Discovery started
257 case NFA_RF_DISCOVERY_STOPPED_EVT: // RF Discovery stopped event
266 case NFA_DISC_RESULT_EVT: // NFC link/protocol discovery notificaiton
280 case NFA_SELECT_RESULT_EVT: // NFC link/protocol discovery select response
377 // and it is deactivated to either IDLE or DISCOVERY mode, notify w/event.
    [all...]
  /external/libnfc-nxp/src/
phHciNfc.c 293 * \brief Interface to Starts the RF Device Discovery.
295 * This function Starts the Discovery Wheel.
324 * \brief Interface to Stop the RF Device Discovery.
326 * This function Stops the Discovery Wheel.
457 * \brief Interface to Configure the RF Device Discovery using
522 * \brief Interface to Restart the RF Device Discovery.
524 * This function restarts the Discovery Wheel.
864 * discovery sequence using the particular HCI Reader Gate .
915 * discovery sequence using the particular HCI Reader Gate .
    [all...]
  /external/libnfc-nci/src/nfa/ce/
nfa_ce_act.c 230 * Discovery configuration and discovery event handlers
237 ** Description Processing event from discovery callback
402 /* add RF discovery to DM only if it is not added yet */
458 /* register discovery callback to NFA DM */
    [all...]
nfa_ce_main.c 113 /* Delete discovery handles */
  /external/apache-http/src/org/apache/commons/logging/
package.html 91 discovery algorithm to select the name of the <code>LogFactory</code>
96 <li>Use the JDK 1.3 JAR Services Discovery mechanism (see
139 <code>LogFactory</code> implementation uses the following discovery
  /external/chromium_org/v8/tools/testrunner/
README 134 - "Discovery": Used to detect presence of other peers on the network.
161 | Discovery | StatusHandler <----------> StatusHandler | Discovery |
  /external/libnfc-nci/src/nfa/dm/
nfa_dm_main.c 153 /* If discovery state is not IDLE or DEACTIVATED and graceful disable, */
154 /* then we need to deactivate link or stop discovery */
161 /* discovery is not started */
  /frameworks/base/core/java/android/net/
DhcpStateMachine.java 90 /* Notification from DHCP state machine prior to DHCP discovery/renewal */
92 /* Notification from DHCP state machine post DHCP discovery/renewal. Indicates
98 /* Command from controller to indicate DHCP discovery/renewal can continue
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/p2p/testcase/
ServReqMultiClientTestCase01.java 25 * Service discovery requester test case to search all UPnP services on channel1
ServReqMultiClientTestCase02.java 24 * Service discovery requester test case to search bonjour IPP PTR service
ServReqMultiClientTestCase03.java 24 * Service discovery requester test case to removeServiceRequest and clearServiceResusts
ServReqRemoveRequestTestCase.java 25 * Service discovery requester test case to check removeServiceRequest() works well.
  /developers/build/prebuilts/gradle/CardReader/CardReaderSample/src/main/java/com/example/android/cardreader/
CardReaderFragment.java 31 * Generic UI for sample discovery.
  /developers/samples/android/connectivity/nfc/CardReader/CardReaderSample/src/main/java/com/example/android/cardreader/
CardReaderFragment.java 31 * Generic UI for sample discovery.
  /external/bluetooth/bluedroid/btif/include/
btif_common.h 105 BTIF_DM_CB_DISCOVERY_STARTED, /* Discovery has started */
  /external/bluetooth/bluedroid/stack/avrc/
avrc_int.h 125 tSDP_DISCOVERY_DB *p_db; /* pointer to discovery database */
  /external/chromium_org/chrome/test/functional/
search_engines.py 48 # Use omnibox to invoke search engine discovery.
  /external/libnfc-nci/src/nfa/ee/
nfa_ee_api.c 282 ** Note: If RF discovery is started, NFA_StopRfDiscovery()/NFA_RF_DISCOVERY_STOPPED_EVT
338 ** 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
453 ** Note: If RF discovery is started, NFA_StopRfDiscovery()/NFA_RF_DISCOVERY_STOPPED_EVT
  /external/libnfc-nci/src/nfa/int/
nfa_hci_int.h 371 UINT8 num_ee_dis_req_ntf; /* Number of ee discovery request ntf received */
372 UINT8 num_hot_plug_evts; /* Number of Hot plug events received after ee discovery disable ntf */
393 BOOLEAN ee_disc_cmplt; /* EE Discovery operation completed */
394 BOOLEAN ee_disable_disc; /* EE Discovery operation is disabled */

Completed in 987 milliseconds

1 2 3 4 5 6 7 891011>>