Home
last modified time | relevance | path

Searched full:smart (Results 1 – 25 of 398) sorted by relevance

12345678910>>...16

/external/libnfc-nxp/src/
DphFriNfc_SmtCrdFmt.h19 * \brief NFC-FRI Smart Card Formatting.
34 * \name Smart Card Formatting
44 /*! \defgroup grp_fri_smart_card_formatting NFC FRI Smart Card Formatting
46 * Smart Card Formatting functionality enables automatic formatting of any type of smart cards.
47 * This initializes the smart cards and makes them NDEF Compliant.
113 * \brief NFC Smart Card Formatting Component Type1 Additional Information Structure
133 * \brief NFC Smart Card Formatting Component Type2 Additional Information Structure
168 * \brief NFC Smart Card Formatting Component Type4 Additional Information Structure
195 * \brief NFC Smart Card Formatting Component Mifare Std Additional Information Structure
252 * \brief NFC Smart Card Formatting Component ISO-15693 Additional Information Structure
[all …]
DphFriNfc_DesfireFormat.h19 * \brief Type4 Smart card formatting.
35 * \name NDEF Smart Card Foramting
184 * \ref phFriNfc_sNdefSmtCrdFmt_t. Use this function to reset the instance of smart card
192 * \brief Initiates the card formatting procedure for Remote Smart Card Type.
220 * \ref phFriNfc_sNdefSmtCrdFmt_t. Use this function to reset the instance of smart card
253 * \brief Smart card Formatting \b Completion \b Routine or \b Process function
DphFriNfc_ISO15693Format.h19 * \brief ISO-15693 Smart card formatting.
49 * \ref phFriNfc_sNdefSmtCrdFmt_t. Use this function to reset the instance of smart card
59 * \brief Initiates the card formatting procedure for Remote Smart Card Type.
85 * \brief Smart card Formatting \b Completion \b Routine or \b Process function
DphFriNfc_MifULFormat.h150 * \brief Smart Card Formatting \b Reset function
160 * \brief Initiates the card formatting procedure for Remote Smart Card Type.
162 * \copydoc page_ovr The function initiates and formats the Smart Card.After this formation, remote
202 * \brief Smart card Formatting \b Completion \b Routine or \b Process function
DphFriNfc_DesfireMap.c276 /* Select smart tag operation. First step for the read operation. */ in phFriNfc_Desfire_RdNdef()
345 /* Select smart tag operation. First step for the write operation. */ in phFriNfc_Desfire_WrNdef()
372 /*Call Select Smart tag Functinality*/ in phFriNfc_Desfire_ChkNdef()
415 /*Call Select Smart tag Functinality*/ in phFriNfc_Desfire_HSetGet_NLEN()
678 /*Call Select Smart tag Functinality*/ in phFriNfc_Desfire_Process()
706 /* The card is not the new desfire, so send select smart tag command in phFriNfc_Desfire_Process()
740 /*Error " Smart Tag Functionality Not Supported"*/ in phFriNfc_Desfire_Process()
811 /*Update the smart tag capability container*/ in phFriNfc_Desfire_Process()
1037 * \brief this shall select the smart tag functinality of the Desfire card.
1039 * Only when this command returns command completed it is a Smart Tag
[all …]
DphFriNfc_NdefMap.h19 * \brief NFC Ndef Mapping For Different Smart Cards.
67 * a remote device that can be a smart- or memory card. \n\n
104 #define PH_FRINFC_NDEFMAP_FELICA_SMART_CARD 5 /**< \internal Felica Smart Tag */
105 #define PH_FRINFC_NDEFMAP_TOPAZ_CARD 7 /**< \internal Felica Smart Tag */
106 #define PH_FRINFC_NDEFMAP_TOPAZ_DYNAMIC_CARD 8 /**< \internal Felica Smart Tag */
511 * The Capability Container structure required for smart card operations.
859 /**< \internal Stores the type of the smart card. */
901 /** \internal stores operating mode type of the felica smart tag */
932 /** \internal Following are the Felica Smart tag related strucutre & variables */
935 /** \internal Struture Stores the dev i/p , opmode informations of smart tag */
[all …]
DphFriNfc_DesfireMap.h19 * \brief NFC Ndef Mapping For Desfire Smart Card.
57 #define PH_FRINFC_NDEFMAP_DESF_CAPDU_SMARTTAG_PKT_SIZE 12 /*!< Send Length for Smart T…
67 …#define PH_FRINFC_NDEFMAP_DESF_STATE_SELECT_SMART_TAG_EV1 4 /*!< Selection of Smart Tag …
69 #define PH_FRINFC_NDEFMAP_DESF_STATE_SELECT_SMART_TAG 5 /*!< Selection of Smart T…
DphFriNfc_SmtCrdFmt.c19 * \brief This component encapsulates different smart and simple tag formatting functionalities,
72 * \brief Used to Reset the context variables , before the actual smart card formatting
249 * \brief Used to format the different smart cards.
484 /* Remote device is Topaz Smart card */ in phFriNfc_NdefSmtCrd_Process()
/external/valgrind/drd/tests/
Dannotate_smart_pointer.cpp2 * Test program that illustrates how to annotate a smart pointer
4 * working with smart pointers:
7 * - whether or not the smart pointer objects are shared over threads.
8 * - whether or not the smart pointer object itself is thread-safe.
10 * Most smart pointer implemenations are not thread-safe
15 * Even for non-thread-safe smart pointers it is possible to have different
16 * threads access the same object via smart pointers without triggering data
17 * races on the smart pointer objects.
19 * A smart pointer implementation guarantees that the destructor of the object
20 * pointed at is invoked after the last smart pointer that points to that
[all …]
/external/icu/icu4c/source/common/unicode/
Dlocalpointer.h22 * \brief C++ API: "Smart pointers" for use with and in ICU4C C++ code.
29 * but none of those provide for all of the goals for ICU smart pointers:
30 * - Smart pointer owns the object and releases it when it goes out of scope.
46 * "Smart pointer" base class; do not use directly: use LocalPointer etc.
48 * Base class for smart pointer classes that do not throw exceptions.
168 * "Smart pointer" class, deletes objects via the standard C++ delete operator.
216 * @param src source smart pointer
236 * @param src source smart pointer
249 * @param src source smart pointer
261 * @param other other smart pointer
[all …]
/external/snakeyaml/src/test/java/examples/collections/
DTypeSafeMap2Test.java206 private boolean smart; field in TypeSafeMap2Test.SuperMan
212 private SuperMan(String name, String role, boolean smart) { in SuperMan() argument
214 this.smart = smart; in SuperMan()
218 return smart; in isSmart()
221 public void setSmart(boolean smart) { in setSmart() argument
222 this.smart = smart; in setSmart()
/external/sfntly/cpp/src/sfntly/port/
Drefcount.h17 // Object reference count and smart pointer implementation.
19 // Smart pointer usage in sfntly:
21 // sfntly carries a smart pointer implementation like COM. Ref-countable object
23 // IUnknown (but no QueryInterface). Use a Ptr<> based smart pointer to hold
42 // 1. Virtual inherit from RefCount interface in base class if smart pointers
49 // In this case the smart pointer is pretty dumb and don't count on it to
54 // 4. Smart pointers here are very bad candidates for function parameters. Use
175 // semi-smart pointer for RefCount derived objects, similar to CComPtr
/external/llvm/include/llvm/ADT/
DIntrusiveRefCntPtr.h1 //== llvm/ADT/IntrusiveRefCntPtr.h - Smart Refcounting Pointer ---*- C++ -*-==//
11 // implements a "smart" pointer for objects that maintain their own
37 /// typically handled with IntrusiveRefCntPtr "smart pointers" (see below)
97 /// \c IntrusiveRefCntPtr "smart pointers" which automatically handle the
118 /// IntrusiveRefCntPtr - A template class that implements a "smart pointer"
121 /// IntrusivePtrAddRef/IntrusivePtrRelease. The smart pointers
123 /// smart pointer the reference count of the wrapped object is
124 /// incremented and upon destruction of the smart pointer the
/external/sfntly/cpp/src/sample/chromium/
Dsubsetter_impl.h30 // Smart pointer usage in sfntly:
32 // sfntly carries a smart pointer implementation like COM. Ref-countable object
34 // IUnknown (but no QueryInterface). Use a Ptr<> based smart pointer to hold
/external/snakeyaml/src/test/resources/examples/
Dmap-bean-13.yaml8 smart: false
20 smart: true
/external/autotest/client/site_tests/hardware_StorageWearoutDetect/
Dcontrol16 This test check wear out status for storage device available in SMART for SSD
19 SMART value is failing or eMMC wear out is in 90-100% band or higher.
Dcontrol.non_cache13 This test check wear out status for storage device available in SMART for SSD
16 SMART value is failing or eMMC wear out is in 90-100% band or higher.
/external/kernel-headers/original/uapi/linux/
Dhdreg.h275 /* Password used in TF4 & TF5 executing SMART commands */
481 * 0: SMART Feature Set
510 * 1: SMART selt-test supported
511 * 0: SMART error logging
530 * 0: SMART Feature Set
560 * 1: SMART selt-test supported
561 * 0: SMART error logging
/external/libchrome/base/win/
Dscoped_comptr.h16 // A fairly minimalistic smart class for COM interface pointers.
17 // Uses scoped_refptr for the basic smart pointer functionality
44 // We don't want the smart pointer class to be bigger than the pointer in ~ScopedComPtr()
/external/libchrome/base/memory/
Dlinked_ptr.h5 // A "smart" pointer type with reference tracking. Every pointer to a
12 // - Each smart pointer is actually two pointers (8 bytes instead of 4).
107 // Smart pointer members.
/external/google-breakpad/src/processor/
Dlinked_ptr.h30 // A "smart" pointer type with reference tracking. Every pointer to a
37 // - Each smart pointer is actually two pointers (8 bytes instead of 4).
123 // Smart pointer members.
/external/vulkan-validation-layers/tests/gtest-1.7.0/include/gtest/internal/
Dgtest-linked_ptr.h32 // A "smart" pointer type with reference tracking. Every pointer to a
39 // - Each smart pointer is actually two pointers (8 bytes instead of 4).
167 // Smart pointer members.
/external/mesa3d/src/gtest/include/gtest/internal/
Dgtest-linked_ptr.h32 // A "smart" pointer type with reference tracking. Every pointer to a
39 // - Each smart pointer is actually two pointers (8 bytes instead of 4).
167 // Smart pointer members.
/external/gtest/include/gtest/internal/
Dgtest-linked_ptr.h32 // A "smart" pointer type with reference tracking. Every pointer to a
39 // - Each smart pointer is actually two pointers (8 bytes instead of 4).
167 // Smart pointer members.
/external/llvm/utils/unittest/googletest/include/gtest/internal/
Dgtest-linked_ptr.h32 // A "smart" pointer type with reference tracking. Every pointer to a
39 // - Each smart pointer is actually two pointers (8 bytes instead of 4).
167 // Smart pointer members.

12345678910>>...16