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

12 3 4 5 6 7 8 9

  /developers/build/prebuilts/gradle/WatchFace/Wearable/src/main/java/com/example/android/wearable/watchface/provider/
RandomNumberProviderService.java 111 * Called when the complication has been deactivated. If you are updating the complication
  /developers/samples/android/wearable/wear/WatchFace/Wearable/src/main/java/com/example/android/wearable/watchface/provider/
RandomNumberProviderService.java 111 * Called when the complication has been deactivated. If you are updating the complication
  /development/samples/browseable/WatchFace/Wearable/src/com.example.android.wearable.watchface/provider/
RandomNumberProviderService.java 111 * Called when the complication has been deactivated. If you are updating the complication
  /development/samples/training/device-management-policy/src/com/example/training/deviceadmin/
Policy.java 160 // Called when the app is about to be deactivated as a device administrator.
  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/editor/
PropertyEditor.java 59 * If any exception happens, {@link PropertyEditor} will be deactivated.
  /external/iptables/
INSTALL 101 deactivated.
  /external/libchrome/base/profiler/
tracked_time_unittest.cc 75 ThreadData::InitializeAndSetTrackingStatus(ThreadData::DEACTIVATED);
  /external/libgdx/tests/gdx-tests/src/com/badlogic/gdx/tests/bullet/
BulletEntity.java 90 * bodies this method is called on every update, unless the body is deactivated. */
  /external/libnfc-nci/src/nfa/rw/
nfa_rw_main.c 119 ** Description Called by nfa_dm to handle ACTIVATED/DEACTIVATED events
  /hardware/bsp/intel/peripheral/libupm/src/ttp223/
ttp223.h 96 * the button is activated or deactivated.
  /external/vboot_reference/tests/
tlcl_tests.c 297 uint8_t disable = 0, deactivated = 0, nvlocked = 0; local
313 TEST_EQ(TlclGetFlags(&disable, &deactivated, &nvlocked), 0, "GetFlags");
  /external/libchrome/base/
tracked_objects.cc 32 // record all of the startup-time tasks, or should we start up DEACTIVATED, so
553 // Even if we have been DEACTIVATED, we will process any pending births so
582 // Even if we have been DEACTIVATED, we will process any pending births so
613 // Even if we have been DEACTIVATED, we will process any pending births so
701 if (base::subtle::Acquire_Load(&status_) >= DEACTIVATED)
710 if (base::subtle::Acquire_Load(&status_) >= DEACTIVATED)
744 DCHECK_GE(status, DEACTIVATED);
749 if (status > DEACTIVATED)
761 return base::subtle::Acquire_Load(&status_) > DEACTIVATED;
806 InitializeAndSetTrackingStatus(DEACTIVATED);
    [all...]
tracked_objects_unittest.cc 61 if (ThreadData::status() == ThreadData::DEACTIVATED)
376 // Start in the deactivated state.
377 ThreadData::InitializeAndSetTrackingStatus(ThreadData::DEACTIVATED);
398 // Start in the deactivated state.
399 ThreadData::InitializeAndSetTrackingStatus(ThreadData::DEACTIVATED);
    [all...]
  /packages/apps/Nfc/nci/jni/
NativeNfcTag.cpp 577 ALOGE ("%s: tag already deactivated", __FUNCTION__);
770 ALOGE ("%s: tag already deactivated", __FUNCTION__);
835 ALOGE ("%s: tag already deactivated", __FUNCTION__);
991 ALOGE ("%s: already deactivated", __FUNCTION__);
1377 tNFA_DEACTIVATED deactivated = {NFA_DEACTIVATE_TYPE_IDLE}; local
    [all...]
PeerToPeer.h 114 ** Description: Receive LLLCP-deactivated event from stack.
116 ** deactivated: Event data.
121 void llcpDeactivatedHandler (nfc_jni_native_data* nativeData, tNFA_LLCP_DEACTIVATED& deactivated);
NativeNfcManager.cpp 358 case NFA_DEACTIVATED_EVT: // NFC link/protocol deactivated
359 ALOGD("%s: NFA_DEACTIVATED_EVT Type: %u, gIsTagDeactivating: %d", __FUNCTION__, eventData->deactivated.type,gIsTagDeactivating);
360 NfcTag::getInstance().setDeactivationState (eventData->deactivated);
361 if (eventData->deactivated.type != NFA_DEACTIVATE_TYPE_SLEEP)
385 // and it is deactivated to either IDLE or DISCOVERY mode, notify w/event.
386 if ((eventData->deactivated.type == NFA_DEACTIVATE_TYPE_IDLE)
387 || (eventData->deactivated.type == NFA_DEACTIVATE_TYPE_DISCOVERY))
497 case NFA_LLCP_DEACTIVATED_EVT: // LLCP link is deactivated
    [all...]
NfcTag.h 132 ** deactivated: state of deactivation.
137 void setDeactivationState (tNFA_DEACTIVATED& deactivated);
  /external/libnfc-nci/src/nfa/dm/
nfa_dm_act.c     [all...]
  /external/libnfc-nci/src/nfa/p2p/
nfa_p2p_act.c 426 ** LLCP link has been deactivated before receiving CC or DM.
435 P2P_TRACE_ERROR0 ("nfa_p2p_proc_llcp_disconnect_ind (): Link deactivated");
626 else /* if LLCP link is deactivated */
644 evt_data.deactivated.handle = (NFA_HANDLE_GROUP_P2P | local_sap);
651 evt_data.deactivated.handle = (NFA_HANDLE_GROUP_P2P | local_sap);
    [all...]
  /external/vboot_reference/firmware/lib/
rollback_index.c 356 uint8_t deactivated; local
410 RETURN_ON_FAILURE(TlclGetFlags(&disable, &deactivated, NULL));
411 if (disable || deactivated) {
412 VBDEBUG(("TPM: disabled (%d) or deactivated (%d). Fixing...\n",
413 disable, deactivated));
  /external/libnfc-nci/src/nfa/int/
nfa_dm_int.h 281 NFA_DM_RF_DISC_DEACTIVATED_EVT /* deactivated sleep or idle */
398 BOOLEAN deact_notify_pending; /* TRUE if notify DEACTIVATED EVT while Stop rf discovery*/
418 #define NFA_DM_FLAGS_SEND_DEACTIVATED_EVT 0x00000040 /* Send NFA_DEACTIVATED_EVT when deactivated */
  /docs/source.android.com/src/devices/tech/config/
voicemail.jd 176 <p>The VVM service can be disabled or deactivated by user interaction, removal of
178 local device no longer displays visual voicemail. <em>Deactivated</em> means that
  /external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/CollisionDispatch/
btSimulationIslandManager.cpp 396 //traverse the simulation islands, and call the solver, unless all objects are sleeping/deactivated
429 /// Process the actual simulation, only if not sleeping/deactivated
  /external/libnfc-nci/src/nfa/include/
nfa_snep_api.h 57 #define NFA_SNEP_DEACTIVATED_EVT 0x02 /* LLCP link has been deactivated, client only */
173 tNFA_SNEP_DEACTIVATED deactivated; /* NFA_SNEP_DEACTIVATED_EVT */ member in union:__anon15633
  /frameworks/base/docs/html/work/
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.

Completed in 1292 milliseconds

12 3 4 5 6 7 8 9