HomeSort by relevance Sort by last modified time
    Searched full:deactivated (Results 1 - 25 of 161) sorted by null

1 2 3 4 5 6 7

  /external/vboot_reference/tests/tpm_lite/
tpmtest_fastenable.c 6 /* Testing: ForceClear and behavior of disable and permanent deactivated flags.
8 * ForceClear sets the permanent disable and deactivated flags to their default
22 uint8_t disable, deactivated; local
29 TPM_CHECK(TlclGetFlags(&disable, &deactivated, NULL));
30 printf("disable is %d, deactivated is %d\n", disable, deactivated);
34 TPM_CHECK(TlclGetFlags(&disable, &deactivated, NULL));
35 printf("disable is %d, deactivated is %d\n", disable, deactivated);
36 VbAssert(disable == 1 && deactivated == 1)
    [all...]
tpmtest_enable.c 17 uint8_t disable, deactivated; local
23 TPM_CHECK(TlclGetFlags(&disable, &deactivated, NULL));
24 printf("disable is %d, deactivated is %d\n", disable, deactivated);
27 TPM_CHECK(TlclGetFlags(&disable, &deactivated, NULL));
28 printf("disable is %d, deactivated is %d\n", disable, deactivated);
29 if (disable == 1 || deactivated == 1) {
  /external/nist-sip/java/javax/sip/header/
SubscriptionStateHeader.java 9 String DEACTIVATED = "Deactivated";
  /external/vboot_reference/utility/
tpm_init_temp_fix.c 14 * deactivated.
28 uint8_t disable, deactivated; local
55 result = TlclGetFlags(&disable, &deactivated, NULL);
69 if (deactivated) {
tpmc.c 91 uint8_t deactivated; local
93 uint32_t result = TlclGetFlags(&disabled, &deactivated, &nvlocked);
96 disabled, deactivated, nvlocked);
285 P(deactivated);
313 P(deactivated);
  /external/libnfc-nci/halimpl/pn54x/hal/
phNxpNciHal_Kovio.c 80 * send kovio deactivated ntf to upper layer.
82 NXPLOG_NCIHAL_D(">> send kovio deactivated ntf to upper layer.");
139 ** passed on to upper layer. for every NTF, DH send a deactivated
143 ** generated deactivated notification.
246 * send kovio deactivated ntf to upper layer.
248 NXPLOG_NCIHAL_D(">> send kovio deactivated ntf to upper layer.");
  /external/vboot_reference/firmware/include/
tss_constants.h 67 TSS_BOOL deactivated; member in struct:tdTPM_PERMANENT_FLAGS
89 TSS_BOOL deactivated; member in struct:tdTPM_STCLEAR_FLAGS
  /external/vboot_reference/firmware/lib/tpm_lite/
mocked_tlcl.c 122 uint8_t* deactivated,
125 *deactivated = 0;
tlcl.c 321 *(cmd.buffer + cmd.deactivated) = flag;
361 uint8_t* deactivated,
368 if (deactivated)
369 *deactivated = pflags.deactivated;
372 VBDEBUG(("TPM: Got flags disable=%d, deactivated=%d, nvlocked=%d\n",
373 pflags.disable, pflags.deactivated, pflags.nvLocked));
  /cts/hostsidetests/devicepolicy/app/DeviceAndProfileOwner/src/com/android/cts/deviceandprofileowner/
PrimaryUserAdminHelper.java 38 * Device admin can only be deactivated by itself and this test should be executed before the
  /cts/hostsidetests/devicepolicy/app/ManagedProfile/src/com/android/cts/managedprofile/
PrimaryUserAdminHelper.java 37 * Device admin can only be deactivated by itself and this test should be executed before the
  /frameworks/base/core/java/android/os/
MemoryFile.java 114 * Checks whether the memory file has been deactivated.
196 * @throws IOException if the memory file has been purged or deactivated.
201 throw new IOException("Can't read from deactivated memory file.");
220 * @throws IOException if the memory file has been purged or deactivated.
225 throw new IOException("Can't write to deactivated memory file.");
  /external/libnfc-nci/src/nfc/include/
llcp_api.h 71 #define LLCP_LINK_DEACTIVATED_EVT 0x02 /* LLCP Link is deactivated */
80 #define LLCP_LINK_LOCAL_INITIATED 0x04 /* Link has been deactivated by local */
81 #define LLCP_LINK_REMOTE_INITIATED 0x05 /* Link has been deactivated by remote */
82 #define LLCP_LINK_TIMEOUT 0x06 /* Link has been deactivated by timeout */
83 #define LLCP_LINK_FRAME_ERROR 0x07 /* Link has been deactivated by frame error */
321 ** when LLCP link is deactivated. Then NFC link may be deactivated.
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/nfc/hce/
HceService.java 56 // Don't accept any more APDUs until deactivated
  /packages/apps/Nfc/nci/jni/
PowerSwitch.cpp 244 bool PowerSwitch::setModeOff (PowerActivity deactivated)
249 mCurrActivity &= ~deactivated;
251 ALOGD ("PowerSwitch::setModeOff(deactivated=0x%x) : mCurrActivity=0x%x", deactivated, mCurrActivity);
NativeNfcTag.cpp 494 ALOGE ("%s: tag already deactivated", __FUNCTION__);
684 ALOGE ("%s: tag already deactivated", __FUNCTION__);
747 ALOGE ("%s: tag already deactivated", __FUNCTION__);
882 ALOGE ("%s: already deactivated", __FUNCTION__);
1226 tNFA_DEACTIVATED deactivated = {NFA_DEACTIVATE_TYPE_IDLE}; local
    [all...]
  /sdk/eclipse/
dictionary.txt 68 deactivated
  /hardware/libhardware/include/hardware/
power.h 123 * Low power mode is activated or deactivated. Low power mode
126 * when deactivated.
  /frameworks/base/core/java/android/nfc/cardemulation/
HostApduService.java 202 * was deactivated.
245 Log.e(TAG, "Response not sent; service was deactivated.");
266 Log.e(TAG, "Response not sent; service was deactivated.");
283 Log.e(TAG, "notifyUnhandled not sent; service was deactivated.");
379 * <li>The NFC link has been deactivated or lost
  /external/libnfc-nci/src/nfa/dm/
nfa_dm_act.c     [all...]
  /external/libnfc-nci/src/nfa/include/
nfa_p2p_api.h 42 #define NFA_P2P_DISC_REASON_LLCP_DEACTIVATED 0x05 /* LLCP link deactivated */
50 #define NFA_P2P_DEACTIVATED_EVT 0x03 /* LLCP Link has been deactivated */
168 tNFA_P2P_DEACTIVATED deactivated; /* NFA_P2P_DEACTIVATED_EVT */ member in union:__anon12851
  /external/libnfc-nci/src/nfc/int/
llcp_int.h 36 LLCP_LINK_STATE_DEACTIVATED, /* llcp link is deactivated */
87 UINT8 link_deact_reason; /* reason of LLCP link deactivated */
153 LLCP_DLC_EVENT_LINK_ERROR, /* llcp link has been deactivated */
  /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.

Completed in 2008 milliseconds

1 2 3 4 5 6 7