HomeSort by relevance Sort by last modified time
    Searched defs:card (Results 1 - 25 of 139) sorted by null

1 2 3 4 5 6

  /external/tinyalsa/
tinypcminfo.c 37 unsigned int card = 0; local
41 fprintf(stderr, "Usage: %s -D card -d device\n", argv[0]);
51 card = atoi(*argv);
62 printf("Info for card %d, device %d:\n", card, device);
71 params = pcm_params_get(card, device, i == 0 ? PCM_OUT : PCM_IN);
tinymix.c 45 int card = 0; local
50 card = atoi(argv[1]);
58 mixer = mixer_open(card);
71 printf("Usage: tinymix [-D card] [control id] [value to set]\n");
tinycap.c 61 unsigned int capture_sample(FILE *file, unsigned int card, unsigned int device,
75 unsigned int card = 0; local
85 fprintf(stderr, "Usage: %s file.wav [-D card] [-d device] [-c channels] "
118 card = atoi(*argv);
150 frames = capture_sample(file, card, device, header.num_channels,
166 unsigned int capture_sample(FILE *file, unsigned int card, unsigned int device,
189 pcm = pcm_open(card, device, PCM_IN, &config);
tinyplay.c 63 void play_sample(FILE *file, unsigned int card, unsigned int device, unsigned int channels,
81 unsigned int card = 0; local
88 fprintf(stderr, "Usage: %s file.wav [-D card] [-d device] [-p period_size]"
149 card = atoi(*argv);
155 play_sample(file, card, device, chunk_fmt.num_channels, chunk_fmt.sample_rate,
163 void play_sample(FILE *file, unsigned int card, unsigned int device, unsigned int channels,
185 pcm = pcm_open(card, device, PCM_OUT, &config);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sound/
pt2258.h 26 struct snd_card *card; member in struct:snd_pt2258
tea575x-tuner.h 36 struct snd_card *card; member in struct:snd_tea575x
mixer_oss.h 53 struct snd_card *card; member in struct:snd_mixer_oss
72 struct snd_card *card; member in struct:snd_mixer_oss_file
seq_device.h 36 struct snd_card *card; /* sound card */ member in struct:snd_seq_device
60 * Typically, call snd_device_free(dev->card, dev->driver_data)
71 int snd_seq_device_new(struct snd_card *card, int device, char *id, int argsize, struct snd_seq_device **result);
seq_virmidi.h 55 struct snd_card *card; /* associated card */ member in struct:snd_virmidi_dev
79 int snd_virmidi_new(struct snd_card *card, int device, struct snd_rawmidi **rrmidi);
ak4xxx-adda.h 59 struct snd_card *card; member in struct:snd_akm4xxx
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,
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,
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sound/
pt2258.h 26 struct snd_card *card; member in struct:snd_pt2258
tea575x-tuner.h 36 struct snd_card *card; member in struct:snd_tea575x
mixer_oss.h 53 struct snd_card *card; member in struct:snd_mixer_oss
72 struct snd_card *card; member in struct:snd_mixer_oss_file
seq_device.h 36 struct snd_card *card; /* sound card */ member in struct:snd_seq_device
60 * Typically, call snd_device_free(dev->card, dev->driver_data)
71 int snd_seq_device_new(struct snd_card *card, int device, char *id, int argsize, struct snd_seq_device **result);
seq_virmidi.h 55 struct snd_card *card; /* associated card */ member in struct:snd_virmidi_dev
79 int snd_virmidi_new(struct snd_card *card, int device, struct snd_rawmidi **rrmidi);
ak4xxx-adda.h 59 struct snd_card *card; member in struct:snd_akm4xxx
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,
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,
  /external/qemu/android/
audio-test.c 23 QEMUSoundCard card; member in struct:__anon12960
55 AUD_register_card("test_audio", &ta->card);
63 &ta->card,
  /external/chromium/chrome/browser/autofill/
credit_card_unittest.cc 11 // Tests credit card summary string generation. This test simulates a variety
13 // existence of credit card number, month, and year fields.
15 // Case 0: empty credit card.
22 // Case 00: Empty credit card with empty strings.
31 // Case 1: No credit card number.
121 CreditCard card; local
123 autofill_test::SetCreditCardInfo(&card, "Baby Face Nelson",
125 EXPECT_EQ("genericCC", card.type());
128 // Verify that we preserve exactly what the user typed for credit card numbers.
130 CreditCard card; local
    [all...]
  /external/proguard/src/proguard/gui/
TabbedPane.java 221 Component card = cardPanel.getComponent(index); local
222 if (card.isShowing())
  /external/webkit/Source/WebCore/wml/
WMLCardElement.cpp 107 // Only one template is allowed to be attached to a card
118 // Only one timer is allowed in a card
141 // Calculate the entry method of current card
175 // Start the timer if it exists in current card
194 // element is equivalent to specifying the event-handling element in each card.
239 // Register intrinsic event in card
251 // The first card inserted into a document, is visible by default.
253 RefPtr<NodeList> nodeList = document->getElementsByTagName("card");
285 RefPtr<NodeList> nodeList = doc->getElementsByTagName("card");
294 WMLCardElement* card = static_cast<WMLCardElement*>(nodeList->item(i)) local
325 WMLCardElement* card = static_cast<WMLCardElement*>(nodeList->item(i)); local
    [all...]
  /bionic/libc/kernel/common/linux/
media.h 81 __u32 card; member in struct:media_entity_desc::__anon381::__anon384

Completed in 624 milliseconds

1 2 3 4 5 6