HomeSort by relevance Sort by last modified time
    Searched full:deactivated (Results 26 - 50 of 125) sorted by null

12 3 4 5

  /external/libnfc-nci/src/nfa/include/
nfa_snep_api.h 57 #define NFA_SNEP_DEACTIVATED_EVT 0x02 /* LLCP link has been deactivated, client only */
165 tNFA_SNEP_DEACTIVATED deactivated; /* NFA_SNEP_DEACTIVATED_EVT */ member in union:__anon10343
nfa_api.h 229 #define NFA_DEACTIVATED_EVT 6 /* NFC link/protocol deactivated */
237 #define NFA_LLCP_DEACTIVATED_EVT 14 /* LLCP link is deactivated */
463 tNFA_DEACTIVATED deactivated; /* NFA_DEACTIVATED_EVT */ member in union:__anon10267
    [all...]
nfa_cho_api.h 46 #define NFA_CHO_DEACTIVATED_EVT 0x02 /* LLCP link deactivated */
  /frameworks/base/docs/html/training/enterprise/
device-management-policy.jd 91 <p>In the sample application, Device Admin, when the device administrator is deactivated by the
104 // Called when the app is about to be deactivated as a device administrator.
  /packages/apps/Nfc/nci/jni/
NativeNfcManager.cpp 347 case NFA_DEACTIVATED_EVT: // NFC link/protocol deactivated
348 ALOGD("%s: NFA_DEACTIVATED_EVT Type: %u, gIsTagDeactivating: %d", __FUNCTION__, eventData->deactivated.type,gIsTagDeactivating);
349 NfcTag::getInstance().setDeactivationState (eventData->deactivated);
350 if (eventData->deactivated.type != NFA_DEACTIVATE_TYPE_SLEEP)
363 // and it is deactivated to either IDLE or DISCOVERY mode, notify w/event.
364 if ((eventData->deactivated.type == NFA_DEACTIVATE_TYPE_IDLE)
365 || (eventData->deactivated.type == NFA_DEACTIVATE_TYPE_DISCOVERY))
475 case NFA_LLCP_DEACTIVATED_EVT: // LLCP link is deactivated
    [all...]
PowerSwitch.h 158 bool setModeOff (PowerActivity deactivated);
PeerToPeer.cpp 367 ** Description: Receive LLLCP-deactivated event from stack.
369 ** deactivated: Event data.
374 void PeerToPeer::llcpDeactivatedHandler (nfc_jni_native_data* nat, tNFA_LLCP_DEACTIVATED& /*deactivated*/)
388 /* Notify manager that the LLCP is lost or deactivated */
415 /* Notify manager that the LLCP is lost or deactivated */
    [all...]
  /external/chromium/chrome/browser/
about_flags.h 32 // The first of the values should correspond to a deactivated state for this
  /external/libnfc-nci/halimpl/bcm2079x/hal/hal/
nfc_hal_dm_cfg.c 36 /* B3 */ NCI_PARAM_ID_CONTINUE_MODE, /* NFCC will restart discovery after deactivated */
  /external/quake/quake/src/QW/scitech/include/
mglwin.h 120 /* Let the MGL know when your application is being activated or deactivated.
  /external/quake/quake/src/WinQuake/scitech/INCLUDE/
MGLWIN.H 120 /* Let the MGL know when your application is being activated or deactivated.
  /external/replicaisland/src/com/replica/replicaisland/
GameObjectManager.java 31 * deactivated.
  /external/v8/test/mjsunit/
array-literal-transitions.js 31 // time sticks if built with snapshot. If --smi-only-arrays is deactivated
  /frameworks/base/core/java/android/database/
AbstractWindowedCursor.java 140 "Most probable cause: cursor is deactivated prior to calling this method.");
  /frameworks/base/telephony/java/com/android/internal/telephony/
DctConstants.java 31 * context is not yet deactivated
  /libcore/luni/src/main/java/javax/sql/
PooledConnection.java 56 * kept open until the {@code PooledConnection} object itself is deactivated by
  /external/libnfc-nci/src/nfa/ce/
nfa_ce_act.c     [all...]
  /external/libnfc-nci/src/nfa/int/
nfa_dm_int.h 277 NFA_DM_RF_DISC_DEACTIVATED_EVT /* deactivated sleep or idle */
406 #define NFA_DM_FLAGS_SEND_DEACTIVATED_EVT 0x00000040 /* Send NFA_DEACTIVATED_EVT when deactivated */
  /external/libnfc-nci/src/nfa/p2p/
nfa_p2p_main.c 160 evt_data.deactivated.type = NFA_DEACTIVATE_TYPE_SLEEP;
165 evt_data.deactivated.type = NFA_DEACTIVATE_TYPE_IDLE;
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/common/
CommonXmlEditor.java 421 public void deactivated() { method in class:CommonXmlEditor
422 super.deactivated();
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
LayoutWindowCoordinator.java 66 * {@code deactivated()} events to all the XML editors, to ensure that key bindings are
391 ((AndroidXmlEditor)part).deactivated(); method
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/manifest/
ManifestEditor.java 109 public void deactivated() { method in class:ManifestEditor
110 super.deactivated();
  /external/chromium/chrome/browser/ui/views/bubble/
bubble.h 121 // deactivated as a result of clicking outside the bubble.
  /external/libnfc-nci/src/nfc/llcp/
llcp_dlc.c 249 /* received bad frame or link is deactivated */
339 /* received bad frame or link is deactivated */
468 /* received bad frame or link is deactivated */
520 /* received bad frame or link is deactivated */
    [all...]
  /external/libnfc-nxp/src/
phHal4Nfc_Internal.h 149 /*Emulation state Activated/Deactivated*/

Completed in 1239 milliseconds

12 3 4 5