/developers/build/prebuilts/gradle/CardReader/ |
README.md | 5 This sample demonstrates how to implement a low-level NFC card reader, for reading cards 7 loyalty card implemented in the "CardEmulation" sample. 11 reader is interested, and establish communication with the card
|
/developers/samples/android/connectivity/nfc/CardEmulation/Application/src/main/ |
AndroidManifest.xml | 23 <!-- Card emulation was introduced in API 19. --> 47 <!-- Intent filter indicating that we support card emulation. --> 53 for. This defines what protocols our card emulation service supports. -->
|
/developers/samples/android/connectivity/nfc/CardReader/ |
README.md | 5 This sample demonstrates how to implement a low-level NFC card reader, for reading cards 7 loyalty card implemented in the "CardEmulation" sample. 11 reader is interested, and establish communication with the card
|
/development/samples/browseable/CardEmulation/ |
AndroidManifest.xml | 23 <!-- Card emulation was introduced in API 19. --> 47 <!-- Intent filter indicating that we support card emulation. --> 53 for. This defines what protocols our card emulation service supports. -->
|
/external/kernel-headers/original/uapi/linux/dvb/ |
ca.h | 37 #define CA_SC 128 /* simple smart card interface */ 40 #define CA_CI_MODULE_PRESENT 1 /* module (or card) inserted */ 56 unsigned int slot_num; /* total number of CA card and module slots */
|
/external/libdrm/tests/planetest/ |
planetest.c | 43 int card = 0, crtc = 0; local 47 parse_arguments(argc, argv, &card, &crtc); 49 dev = create_sp_dev(card);
|
/external/libnfc-nxp/src/ |
phFriNfc_DesfireMap.h | 19 * \brief NFC Ndef Mapping For Desfire Smart Card. 72 #define PH_FRINFC_NDEFMAP_DESF_STATE_READ_BIN 8 /*!< Reading from the card */ 73 #define PH_FRINFC_NDEFMAP_DESF_STATE_UPDATE_BIN_BEGIN 60 /*!< Writing to the card */ 74 #define PH_FRINFC_NDEFMAP_DESF_STATE_UPDATE_BIN_END 61 /*!< Writing to the card */ 216 * file/card storage \b or continue from the last offset. The last Offset set is stored 221 * from the begining of the card (restarted) 227 * \retval NFCSTATUS_MORE_INFORMATION There are more bytes to read in the card. 228 * \retval NFCSTATUS_SUCCESS Last Byte of the card read. 258 * file/card storage \b or continue from the last offset. The last Offset set is stored 263 * from the begining of the card (restarted [all...] |
phFriNfc_MifareULMap.h | 19 * \brief NFC Ndef Mapping For Mifare UL Card. 81 READ WRITE/INITIALISED card state*/ 83 READ only card state*/ 152 #define PH_FRINFC_NDEFMAP_MFUL_WR_BUF_STR 0x04 /*!< To store the block of data written to the card */ 184 * file/card storage \b or continue from the last offset. The last Offset set is stored 189 * from the begining of the card (restarted) 195 * \retval NFCSTATUS_MORE_INFORMATION There are more bytes to read in the card. 196 * \retval NFCSTATUS_SUCCESS Last Byte of the card read. 226 * file/card storage \b or continue from the last offset. The last Offset set is stored 231 * from the begining of the card (restarted) [all...] |
/frameworks/base/libs/hwui/tests/common/scenes/ |
PartialDamageAnimation.cpp | 45 sp<RenderNode> card = TestUtils::createNode(x, y, variable 50 canvas.drawRenderNode(card.get()); 51 cards.push_back(card);
|
ShadowGrid2Animation.cpp | 37 sp<RenderNode> card = createCard(x, y, dp(50), dp(50)); variable 38 canvas.drawRenderNode(card.get()); 39 cards.push_back(card);
|
ShadowGridAnimation.cpp | 37 sp<RenderNode> card = createCard(x, y, dp(100), dp(100)); variable 38 canvas.drawRenderNode(card.get()); 39 cards.push_back(card);
|
/frameworks/base/libs/usb/tests/accessorytest/ |
accessory.c | 25 fprintf(stderr, "Usage: %s [-a] [-h] [-ic input card] [-id input device] " 26 "[-oc output card] [-d output device] [-a] [-h] [-i]\n\n" 27 "\t-ic, -id, -oc and -od specify ALSA card and device numbers\n"
|
/hardware/bsp/intel/peripheral/libupm/examples/c++/ |
pn532.cxx | 80 // found a card 81 printf("Found a card: UID len %d\n", uidSize); 92 printf("Waiting for a card...\n");
|
/hardware/bsp/intel/peripheral/libupm/examples/python/ |
pn532.py | 74 # found a card 75 print "Found a card: UID len", uidSize.__getitem__(0) 85 print "Waiting for a card...\n"
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/dvb/ |
ca.h | 37 #define CA_SC 128 /* simple smart card interface */ 40 #define CA_CI_MODULE_PRESENT 1 /* module (or card) inserted */ 56 unsigned int slot_num; /* total number of CA card and module slots */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/dvb/ |
ca.h | 37 #define CA_SC 128 /* simple smart card interface */ 40 #define CA_CI_MODULE_PRESENT 1 /* module (or card) inserted */ 56 unsigned int slot_num; /* total number of CA card and module slots */
|
/frameworks/base/docs/html/design/wear/ |
structure.jd | 16 <p>Users are used to tapping icons to launch apps. Android Wear is different. A typical Wear app adds a card to the stream at a contextually relevant moment. It might have a button that opens a full screen view for a fast micro interaction, but it just as well might not. 23 <li><strong>Contextual card in the stream</strong>: 29 card that appears when you begin running, are generated locally on the wearable and appear at 30 contextually relevant moments. You can do more with this kind of card than with a notification 40 extend beyond the basic card/stream metaphor, such as to present a graph or map.</li> 76 <p>The easiest way to do this is to use standard templates for Android notifications. But you can also make your own layout from scratch with an <a href="{@docRoot}guide/components/activities.html">activity</a> inside a card. If you decide to do this, we strongly recommend you take a look at the <a href="{@docRoot}design/wear/style.html">Style</a> guide to make sure you stay consistent with the rest of the device. </p> 109 <p>For actions on each card, use the <a href="{@docRoot}design/wear/patterns.html#Actions">Action cards pattern</a>.</p> 121 <li>Show the most popular card at the top </li> 128 <p>Your app should dismiss the 2D picker when the user makes a selection. Users should also be able to exit by swiping the first card down, or swiping left to right on a left-most card.</p [all...] |
/hardware/bsp/intel/peripheral/audio/generic/ |
audio_hal.c | 158 * returns its card-number. If no match, returns -1. 189 return info.card; 203 * Returns the number of the first valid USB Audio card 232 ALOGW("No usb-card found in /dev/snd"); 237 static bool parse_card_device_params(bool is_out_stream, int *card, int *device) 244 *card = out_stream_card_number; 250 *card = in_stream_card_number; 265 *card = -1; 276 *card = found_card; 284 if (profile->card < 0 || profile->device < 0) 420 int card = -1; local 810 int card = -1; local [all...] |
/art/runtime/gc/accounting/ |
mod_union_table.cc | 41 inline void operator()(uint8_t* card, 45 cleared_cards_->insert(card); 58 inline void operator()(uint8_t* card, 62 // We want the address the card represents, not the address of the card. 63 bitmap_->Set(reinterpret_cast<uintptr_t>(card_table_->AddrFromCard(card))); 78 void operator()(uint8_t* card, uint8_t expected_card, uint8_t new_card ATTRIBUTE_UNUSED) const { 80 cleared_cards_->push_back(card); 329 // Check the references of each clean card which is also in the mod union table. 333 const uint8_t* card = ref_pair.first local [all...] |
/developers/build/prebuilts/gradle/CardEmulation/Application/src/main/res/values/ |
strings.xml | 20 <string name="card_title">Sample Loyalty Card</string>
|
/developers/build/prebuilts/gradle/CardReader/Application/src/main/res/values/ |
strings.xml | 19 <string name="card_title">Sample Loyalty Card</string>
|
/developers/samples/android/connectivity/nfc/CardEmulation/Application/src/main/res/values/ |
strings.xml | 20 <string name="card_title">Sample Loyalty Card</string>
|
/developers/samples/android/connectivity/nfc/CardReader/Application/src/main/res/values/ |
strings.xml | 19 <string name="card_title">Sample Loyalty Card</string>
|
/development/samples/BusinessCard/res/values/ |
strings.xml | 21 <string name="businesscard_app">Business Card</string>
|
/development/samples/browseable/CardEmulation/res/values/ |
strings.xml | 20 <string name="card_title">Sample Loyalty Card</string>
|