HomeSort by relevance Sort by last modified time
    Searched refs:card (Results 51 - 75 of 280) sorted by null

1 23 4 5 6 7 8 91011>>

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sound/
emu8000.h 80 struct snd_card *card; /* The card that this belongs to */ member in struct:snd_emu8000
101 int snd_emu8000_new(struct snd_card *card, int device, long port, int seq_ports,
hwdep.h 45 struct snd_card *card; member in struct:snd_hwdep
69 extern int snd_hwdep_new(struct snd_card *card, char *id, int device,
snd_wavefront.h 98 struct snd_card *card; member in struct:_snd_wavefront
111 extern void snd_wavefront_internal_interrupt (snd_wavefront_card_t *card);
116 extern int snd_wavefront_detect (snd_wavefront_card_t *card);
rawmidi.h 118 struct snd_card *card; member in struct:snd_rawmidi
149 int snd_rawmidi_new(struct snd_card *card, char *id, int device,
170 int snd_rawmidi_info_select(struct snd_card *card, struct snd_rawmidi_info *info);
171 int snd_rawmidi_kernel_open(struct snd_card *card, int device, int subdevice,
uda1341.h 122 int __init snd_chip_uda1341_mixer_new(struct snd_card *card, struct l3_client **clnt);
es1688.h 47 struct snd_card *card; member in struct:snd_es1688
110 int snd_es1688_create(struct snd_card *card,
i2c.h 55 struct snd_card *card; /* card which I2C belongs to */ member in struct:snd_i2c_bus
78 int snd_i2c_bus_create(struct snd_card *card, const char *name,
cs4231.h 82 struct snd_card *card; member in struct:snd_cs4231
127 int snd_cs4231_create(struct snd_card *card,
138 int snd_cs4236_create(struct snd_card *card,
opl3.h 281 struct snd_card *card; /* The card that this belongs to */ member in struct:snd_opl3
320 int snd_opl3_new(struct snd_card *card, unsigned short hardware,
323 int snd_opl3_create(struct snd_card *card,
  /external/chromium_org/chrome/browser/ui/android/autofill/
autofill_dialog_result.cc 81 const ScopedJavaLocalRef<jobject> card(
82 FETCH_JFIELD(env, wallet, ResultWallet, Card));
85 FETCH_JFIELD(env, card.obj(), ResultCard, ExpirationMonth);
87 FETCH_JFIELD(env, card.obj(), ResultCard, ExpirationYear);
89 FETCH_JSTRING(UTF8, env, card.obj(), ResultCard, Pan);
91 FETCH_JSTRING(UTF8, env, card.obj(), ResultCard, Cvn);
  /art/runtime/gc/accounting/
card_table-inl.h 78 // Find the first dirty card.
85 auto* card = reinterpret_cast<byte*>(word_cur) + i; local
86 DCHECK(*card == static_cast<byte>(start_word) || *card == kCardDirty)
87 << "card " << static_cast<size_t>(*card) << " word " << (start_word & 0xFF);
112 * Visitor is expected to take in a card and return the new value. When a value is modified, the
114 * visitor: The visitor which modifies the cards. Returns the new value for a card given an old
116 * modified: Whenever the visitor modifies a card, this visitor is called on the card. Enable
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sound/
snd_wavefront.h 98 struct snd_card *card; member in struct:_snd_wavefront
111 extern void snd_wavefront_internal_interrupt (snd_wavefront_card_t *card);
116 extern int snd_wavefront_detect (snd_wavefront_card_t *card);
rawmidi.h 118 struct snd_card *card; member in struct:snd_rawmidi
149 int snd_rawmidi_new(struct snd_card *card, char *id, int device,
170 int snd_rawmidi_info_select(struct snd_card *card, struct snd_rawmidi_info *info);
171 int snd_rawmidi_kernel_open(struct snd_card *card, int device, int subdevice,
uda1341.h 122 int __init snd_chip_uda1341_mixer_new(struct snd_card *card, struct l3_client **clnt);
es1688.h 47 struct snd_card *card; member in struct:snd_es1688
110 int snd_es1688_create(struct snd_card *card,
i2c.h 55 struct snd_card *card; /* card which I2C belongs to */ member in struct:snd_i2c_bus
78 int snd_i2c_bus_create(struct snd_card *card, const char *name,
cs4231.h 82 struct snd_card *card; member in struct:snd_cs4231
127 int snd_cs4231_create(struct snd_card *card,
138 int snd_cs4236_create(struct snd_card *card,
opl3.h 281 struct snd_card *card; /* The card that this belongs to */ member in struct:snd_opl3
320 int snd_opl3_new(struct snd_card *card, unsigned short hardware,
323 int snd_opl3_create(struct snd_card *card,
  /external/chromium_org/chrome/browser/resources/options/
autofill_edit_overlay.css 9 #autofill-edit-credit-card-overlay {
42 :-webkit-any(#autofill-edit-credit-card-overlay, #autofill-edit-address-overlay)
82 #autofill-edit-credit-card-overlay .content-area > *:first-child {
  /external/tinyalsa/
tinycap.c 61 unsigned int capture_sample(FILE *file, unsigned int card, unsigned int device,
75 unsigned int card = 0; local
86 fprintf(stderr, "Usage: %s file.wav [-D card] [-d device] [-c channels] "
119 card = atoi(*argv);
167 frames = capture_sample(file, card, device, header.num_channels,
183 unsigned int capture_sample(FILE *file, unsigned int card, unsigned int device,
203 pcm = pcm_open(card, device, PCM_IN, &config);
tinymix.c 45 int card = 0; local
50 card = atoi(argv[1]);
58 mixer = mixer_open(card);
73 printf("Usage: tinymix [-D card] [control id] [value to set]\n");
  /external/chromium_org/components/autofill/core/browser/
validation.cc 65 // Credit card numbers are at most 19 digits in length [1]. 12 digits seems to
66 // be a fairly safe lower-bound [2]. Specific card issuers have more rigidly
131 CreditCard card; local
132 card.SetRawInfo(CREDIT_CARD_NUMBER, number);
134 if (card.type() == kAmericanExpressCard)
  /external/tinyalsa/include/tinyalsa/
asoundlib.h 139 struct pcm *pcm_open(unsigned int card, unsigned int device,
145 struct pcm_params *pcm_params_get(unsigned int card, unsigned int device,
222 struct mixer *mixer_open(unsigned int card);
  /dalvik/vm/mterp/mips/
OP_IPUT_OBJECT_QUICK.S 15 lw a2, offThread_cardTable(rSELF) # a2 <- card table base
  /external/chromium/chrome/browser/chromeos/
audio_mixer_alsa.cc 271 const char* card = "default"; local
274 LOG(ERROR) << "ALSA mixer " << card << " open error: " << snd_strerror(err);
278 if ((err = snd_mixer_attach(handle, card)) < 0) {
279 LOG(ERROR) << "ALSA Attach to card " << card << " failed: "
290 card,
305 LOG(ERROR) << "ALSA mixer " << card << " load error: %s"
311 VLOG(1) << "Opened ALSA mixer " << card << " OK";
328 LOG(ERROR) << "Cannot find 'Master' ALSA mixer element on " << card;

Completed in 442 milliseconds

1 23 4 5 6 7 8 91011>>