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

1 2 3 4 5 6 7 8 91011>>

  /external/qemu/distrib/sdl-1.2.15/src/video/fbcon/
SDL_fb3dfx.h 29 extern void FB_3DfxAccel(_THIS, __u32 card);
SDL_fbmatrox.h 29 extern void FB_MatroxAccel(_THIS, __u32 card);
SDL_fbriva.h 36 extern void FB_RivaAccel(_THIS, __u32 card);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sound/
core.h 78 struct snd_card *card; /* card which holds this device */ member in struct:snd_device
102 char id[16]; /* id string of this card */
107 char components[80]; /* card components delimited with
112 void (*private_free) (struct snd_card *card); /* callback for freeing of
121 struct list_head controls; /* all controls for this card */
125 struct snd_info_entry *proc_id; /* the card id */
128 struct snd_monitor_file *files; /* all files associated to this card */
131 spinlock_t files_lock; /* lock the files for this card */
132 int shutdown; /* this card is going down *
189 int card; \/* card number *\/ member in struct:snd_minor
    [all...]
tea6330t.h 28 int snd_tea6330t_update_mixer(struct snd_card *card, struct snd_i2c_bus *bus,
opl4.h 27 extern int snd_opl4_create(struct snd_card *card,
pt2258.h 26 struct snd_card *card; member in struct:snd_pt2258
info.h 79 struct snd_card *card; member in struct:snd_info_entry
116 struct snd_info_entry *snd_info_create_card_entry(struct snd_card * card,
123 int snd_info_card_create(struct snd_card * card);
124 int snd_info_card_register(struct snd_card * card);
125 int snd_info_card_free(struct snd_card * card);
126 void snd_info_card_disconnect(struct snd_card * card);
129 /* for card drivers */
130 int snd_card_proc_new(struct snd_card *card, const char *name, struct snd_info_entry **entryp);
154 static inline struct snd_info_entry *snd_info_create_card_entry(struct snd_card * card, const char *name, struct snd_info_entry * parent) { return NULL; }
157 static inline int snd_info_card_create(struct snd_card * card) { return 0;
    [all...]
control.h 92 struct snd_card *card; member in struct:snd_ctl_file
105 typedef int (*snd_kctl_ioctl_func_t) (struct snd_card * card,
109 void snd_ctl_notify(struct snd_card * card, unsigned int mask, struct snd_ctl_elem_id * id);
113 int snd_ctl_add(struct snd_card * card, struct snd_kcontrol * kcontrol);
114 int snd_ctl_remove(struct snd_card * card, struct snd_kcontrol * kcontrol);
115 int snd_ctl_remove_id(struct snd_card * card, struct snd_ctl_elem_id *id);
116 int snd_ctl_rename_id(struct snd_card * card, struct snd_ctl_elem_id *src_id, struct snd_ctl_elem_id *dst_id);
117 struct snd_kcontrol *snd_ctl_find_numid(struct snd_card * card, unsigned int numid);
118 struct snd_kcontrol *snd_ctl_find_id(struct snd_card * card, struct snd_ctl_elem_id *id);
120 int snd_ctl_create(struct snd_card *card);
    [all...]
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);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sound/
core.h 78 struct snd_card *card; /* card which holds this device */ member in struct:snd_device
102 char id[16]; /* id string of this card */
107 char components[80]; /* card components delimited with
112 void (*private_free) (struct snd_card *card); /* callback for freeing of
121 struct list_head controls; /* all controls for this card */
125 struct snd_info_entry *proc_id; /* the card id */
128 struct snd_monitor_file *files; /* all files associated to this card */
131 spinlock_t files_lock; /* lock the files for this card */
132 int shutdown; /* this card is going down *
189 int card; \/* card number *\/ member in struct:snd_minor
    [all...]
tea6330t.h 28 int snd_tea6330t_update_mixer(struct snd_card *card, struct snd_i2c_bus *bus,
opl4.h 27 extern int snd_opl4_create(struct snd_card *card,
pt2258.h 26 struct snd_card *card; member in struct:snd_pt2258
info.h 79 struct snd_card *card; member in struct:snd_info_entry
116 struct snd_info_entry *snd_info_create_card_entry(struct snd_card * card,
123 int snd_info_card_create(struct snd_card * card);
124 int snd_info_card_register(struct snd_card * card);
125 int snd_info_card_free(struct snd_card * card);
126 void snd_info_card_disconnect(struct snd_card * card);
129 /* for card drivers */
130 int snd_card_proc_new(struct snd_card *card, const char *name, struct snd_info_entry **entryp);
154 static inline struct snd_info_entry *snd_info_create_card_entry(struct snd_card * card, const char *name, struct snd_info_entry * parent) { return NULL; }
157 static inline int snd_info_card_create(struct snd_card * card) { return 0;
    [all...]
control.h 92 struct snd_card *card; member in struct:snd_ctl_file
105 typedef int (*snd_kctl_ioctl_func_t) (struct snd_card * card,
109 void snd_ctl_notify(struct snd_card * card, unsigned int mask, struct snd_ctl_elem_id * id);
113 int snd_ctl_add(struct snd_card * card, struct snd_kcontrol * kcontrol);
114 int snd_ctl_remove(struct snd_card * card, struct snd_kcontrol * kcontrol);
115 int snd_ctl_remove_id(struct snd_card * card, struct snd_ctl_elem_id *id);
116 int snd_ctl_rename_id(struct snd_card * card, struct snd_ctl_elem_id *src_id, struct snd_ctl_elem_id *dst_id);
117 struct snd_kcontrol *snd_ctl_find_numid(struct snd_card * card, unsigned int numid);
118 struct snd_kcontrol *snd_ctl_find_id(struct snd_card * card, struct snd_ctl_elem_id *id);
120 int snd_ctl_create(struct snd_card *card);
    [all...]
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);
  /dalvik/vm/alloc/
CardTable.h 18 * Maintain a card table from the the write barrier. All writes of
32 * Initializes the card table; must be called before any other
43 * Resets all of the bytes in the card table to clean.
48 * Returns the address of the relevent byte in the card table, given
54 * Returns the first address in the heap which maps to this card.
56 void *dvmAddrFromCard(const u1 *card);
59 * Returns true if addr points to a valid card.
61 bool dvmIsValidCard(const u1 *card);
64 * Set the card associated with the given address to GC_CARD_DIRTY.
69 * Verifies that all gray objects are on a dirty card
    [all...]
  /external/chromium_org/chrome/browser/ui/autofill/
data_model_wrapper_unittest.cc 21 CreditCard card; local
24 card.SetRawInfo(CREDIT_CARD_EXP_MONTH, base::IntToString16(month));
25 AutofillCreditCardWrapper wrapper(&card);
32 CreditCard card; local
33 card.SetRawInfo(CREDIT_CARD_EXP_MONTH, ASCIIToUTF16("1"));
34 card.SetRawInfo(CREDIT_CARD_EXP_4_DIGIT_YEAR, ASCIIToUTF16("2010"));
35 card.SetRawInfo(CREDIT_CARD_NUMBER, ASCIIToUTF16("4111111111111111"));
36 AutofillCreditCardWrapper wrapper(&card);
42 CreditCard card; local
43 card.SetRawInfo(CREDIT_CARD_EXP_MONTH, ASCIIToUTF16("12"))
52 CreditCard card; local
    [all...]
  /external/chromium_org/chrome/browser/resources/google_now/
cards.js 10 * Builds an object to manage notification card set.
11 * @return {Object} Card set interface.
14 var cardShowPrefix = 'card-show-';
15 var cardHidePrefix = 'card-hide-';
19 * @param {string} cardId Card ID.
20 * @param {number=} opt_timeHide If specified, epoch time to hide the card. If
21 * undefined, the card will be kept shown at least until next update.
34 * @param {string} cardId Card ID.
35 * @param {Object} cardCreateInfo Google Now card represented as a set of
87 * Updates/creates a card notification with new data
    [all...]
  /external/chromium_org/components/autofill/core/browser/
credit_card_unittest.cc 39 // A UnionPay card that doesn't pass the Luhn checksum
51 // Tests credit card summary string generation. This test simulates a variety
53 // existence of credit card number, month, and year fields.
55 // Case 0: empty credit card.
62 // Case 00: Empty credit card with empty strings.
70 // Case 1: No credit card number.
105 // Case 5: Very long credit card
164 // Test we get the correct icon for each card type.
187 // The new card has a different name, expiration date, and origin.
211 // Try again, but with only the original card having a verified origin
275 CreditCard card; local
    [all...]
  /external/chromium_org/chrome/browser/autofill/android/
personal_data_manager_android.cc 118 const CreditCard& card) {
121 ConvertUTF8ToJavaString(env, card.guid()).obj(),
122 ConvertUTF8ToJavaString(env, card.origin()).obj(),
123 ConvertUTF16ToJavaString(env, card.GetRawInfo(CREDIT_CARD_NAME)).obj(),
124 ConvertUTF16ToJavaString(env, card.GetRawInfo(CREDIT_CARD_NUMBER)).obj(),
125 ConvertUTF16ToJavaString(env, card.ObfuscatedNumber()).obj(),
128 card.GetRawInfo(CREDIT_CARD_EXP_MONTH)).obj(),
131 card.GetRawInfo(CREDIT_CARD_EXP_4_DIGIT_YEAR)).obj());
137 CreditCard* card) {
138 card->set_origin
238 CreditCard* card = personal_data_manager_->GetCreditCardByGUID( local
254 CreditCard card; local
    [all...]
  /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);

Completed in 533 milliseconds

1 2 3 4 5 6 7 8 91011>>