HomeSort by relevance Sort by last modified time
    Searched defs:card (Results 26 - 50 of 83) sorted by null

12 3 4

  /developers/samples/android/deprecated/wearable/wear/FindMyPhone/Wearable/src/main/java/com/example/android/wearable/findphone/
DisconnectListenerService.java 123 Notification card = notificationBuilder.build(); local
125 .notify(FORGOT_PHONE_NOTIFICATION_ID, card);
  /development/samples/browseable/FindMyPhone/Wearable/src/com.example.android.wearable.findphone/
DisconnectListenerService.java 123 Notification card = notificationBuilder.build(); local
125 .notify(FORGOT_PHONE_NOTIFICATION_ID, card);
  /external/libkmsxx/py/tests/
big_fb.py 21 card = pykms.Card() variable
23 if not card.has_atomic:
32 res = pykms.ResourceManager(card)
40 for conn in card.connectors:
62 fb_tmp = pykms.DumbFramebuffer(card, fbX, fbY, 'XR24');
68 card.disable_planes()
77 modeb = mode.to_blob(card)
78 req = pykms.AtomicReq(card)
173 req = pykms.AtomicReq(card)
    [all...]
  /external/libkmsxx/utils/
wbm2m.cpp 83 Card card; local
99 auto fb = new DumbFramebuffer(card, src_width, src_height, src_fmt);
107 auto fb = new DumbFramebuffer(card, dst_width, dst_height, dst_fmt);
117 fds[2].fd = card.fd();
kmscapture.cpp 29 CameraPipeline(int cam_fd, Card& card, Crtc* crtc, Plane* plane, uint32_t x, uint32_t y,
41 ExtFramebuffer* GetExtFrameBuffer(Card& card, uint32_t i, PixelFormat pixfmt);
71 ExtFramebuffer* CameraPipeline::GetExtFrameBuffer(Card& card, uint32_t i, PixelFormat pixfmt)
85 return new ExtFramebuffer(card, m_in_width, m_in_height, pixfmt,
100 CameraPipeline::CameraPipeline(int cam_fd, Card& card, Crtc *crtc, Plane* plane, uint32_t x, uint32_t y,
176 fb = GetExtFrameBuffer(card, i, pixfmt)
333 Card card; local
    [all...]
  /external/proguard/src/proguard/gui/
TabbedPane.java 221 Component card = cardPanel.getComponent(index); local
222 if (card.isShowing())
  /external/tinyalsa/
tinyhostless.c 47 int play_sample(unsigned int card, unsigned int p_device,
62 unsigned int card = 0; local
74 fprintf(stderr, "Usage: %s [-D card] [-P playback device]"
126 card = atoi(*argv);
147 return play_sample(card, p_device, c_device, num_channels, sample_rate,
176 static int check_params(unsigned int card, unsigned int device, unsigned int direction,
183 params = pcm_params_get(card, device, direction);
216 int play_sample(unsigned int card, unsigned int p_device,
247 if (!check_params(card, p_device, PCM_OUT, &config))
249 pcm_play = pcm_open(card, p_device, PCM_OUT, &config)
    [all...]
tinymix.c 64 " --device|-D <card#> - use the given card # instead of 0.\n"
74 int card = 0; local
88 card = atoi(optarg);
108 mixer = mixer_open(card);
tinycap.c 62 unsigned int capture_sample(FILE *file, unsigned int card, unsigned int device,
76 unsigned int card = 0; local
88 fprintf(stderr, "Usage: %s file.wav [-D card] [-d device]"
122 card = atoi(*argv);
177 frames = capture_sample(file, card, device, header.num_channels,
193 unsigned int capture_sample(FILE *file, unsigned int card, unsigned int device,
217 pcm = pcm_open(card, device, PCM_IN, &config);
tinyplay.c 64 void play_sample(FILE *file, unsigned int card, unsigned int device, unsigned int channels,
82 unsigned int card = 0; local
89 fprintf(stderr, "Usage: %s file.wav [-D card] [-d device] [-p period_size]"
151 card = atoi(*argv);
157 play_sample(file, card, device, chunk_fmt.num_channels, chunk_fmt.sample_rate,
189 int sample_is_playable(unsigned int card, unsigned int device, unsigned int channels,
196 params = pcm_params_get(card, device, PCM_OUT);
213 void play_sample(FILE *file, unsigned int card, unsigned int device, unsigned int channels,
238 if (!sample_is_playable(card, device, channels, rate, bits, period_size, period_count)) {
242 pcm = pcm_open(card, device, PCM_OUT, &config)
    [all...]
  /external/tinycompress/
cplay.c 91 void play_samples(char *name, unsigned int card, unsigned int device,
129 int check_codec_format_supported(unsigned int card, unsigned int device, struct snd_codec *codec)
131 if (is_codec_supported(card, device, COMPRESS_IN, codec) == false) {
157 unsigned int card = 0, device = 0, frag = 0; local
176 card = strtol(optarg, NULL, 10);
193 play_samples(file, card, device, buffer_size, frag);
199 void play_samples(char *name, unsigned int card, unsigned int device,
251 compress = compress_open(card, device, COMPRESS_IN, &config);
254 card, device);
283 printf("Playing file %s On Card %u device %u, with buffer of %lu bytes\n"
    [all...]
  /external/u-boot/cmd/
pcmcia.c 16 * arbitrary segments of card address space. " - David A Hinds. 1999
26 * Because of the lacking offset register we must map the whole card.
131 puts (" AIMS Card");
140 puts (" Card\n");
202 uchar **card; local
237 for (card=known_cards; *card; ++card) {
238 debug ("## Compare against \"%s\"\n", *card);
239 if (strcmp((char *)*card, (char *)id_str) == 0) { /* found! *
    [all...]
  /bionic/libc/kernel/uapi/sound/
firewire.h 94 unsigned int card; member in struct:snd_firewire_get_info
  /developers/build/prebuilts/gradle/AgendaData/Wearable/src/main/java/com/example/android/wearable/agendadata/
HomeListenerService.java 89 * Deletes the calendar card associated with the data item.
102 * Posts a local notification to show calendar card.
162 Notification card = notificationBuilder.build(); local
165 .notify(sNotificationId, card);
  /developers/samples/android/deprecated/wearable/wear/AgendaData/Wearable/src/main/java/com/example/android/wearable/agendadata/
HomeListenerService.java 89 * Deletes the calendar card associated with the data item.
102 * Posts a local notification to show calendar card.
162 Notification card = notificationBuilder.build(); local
165 .notify(sNotificationId, card);
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/
ShadowCardStack.java 67 TextView card = (TextView) cardParent.getChildAt(i); local
68 card.setText("Card number " + i);
71 Animator expand = ObjectAnimator.ofFloat(card, "translationY", targetY);
74 Animator toward = ObjectAnimator.ofFloat(card, "translationZ", i * Z);
78 card.setPivotX(X_SHIFT_DP);
79 Animator rotateAway = ObjectAnimator.ofFloat(card, "rotationY",
84 Animator slideAway = ObjectAnimator.ofFloat(card, "translationX",
90 Animator rotateBack = ObjectAnimator.ofFloat(card, "rotationY", 0);
93 Animator slideBack = ObjectAnimator.ofFloat(card, "translationX", 0)
    [all...]
  /development/samples/browseable/AgendaData/Wearable/src/com.example.android.wearable.agendadata/
HomeListenerService.java 89 * Deletes the calendar card associated with the data item.
102 * Posts a local notification to show calendar card.
162 Notification card = notificationBuilder.build(); local
165 .notify(sNotificationId, card);
  /device/linaro/hikey/hifi/xaf/host-apf/utest/
xaf-dec-mix-test.c 223 unsigned int card = 0; local
369 pb_handle = xa_playback_open(card, device, pb_format.channels, pb_format.sample_rate,
xaf-dec-test.c 47 unsigned int card = 0; variable
294 pb_handle = xa_playback_open(card, device, pb_format.channels, pb_format.sample_rate,
  /external/adhd/cras/src/server/
cras_alsa_card.c 39 * kept so that they can be removed when the card is destroyed. */
45 /* Holds information about each sound card on the system.
48 * iodevs - Input and output devices for this card.
49 * mixer - Controls the mixer controls for this card.
53 * config - Config info for this card, can be NULL if none found.
69 * info - Information about the card type and priority.
70 * card_name - The name of the card.
142 /* Returns non-zero if this card has hctl jacks.
156 /* Check if a device should be ignored for this card. Returns non-zero if the
193 struct cras_alsa_card *card; local
    [all...]
  /external/autotest/frontend/client/src/autotest/moblab/wizard/
ConfigEditMode.java 23 * Each step show a validation status, a title for current card, a wizard
24 * card widget, and a set of navigation buttons are displayed.
31 * |Card Configuration Widget |
38 // Constants for invalid card index.
49 // Wizard card widget container.
60 // The current card index.
72 lblValidationStatus.setStyleName("card-edit-status");
75 // card title
77 lblCardTitle.setStyleName("card-edit-title");
80 // card conten
    [all...]
  /external/kernel-headers/original/uapi/sound/
firewire.h 95 unsigned int card; /* same as fw_cdev_get_info.card */ member in struct:snd_firewire_get_info
  /art/runtime/gc/accounting/
mod_union_table.cc 44 inline void operator()(uint8_t* card,
48 cleared_cards_->insert(card);
61 inline void operator()(uint8_t* card,
65 // We want the address the card represents, not the address of the card.
66 bitmap_->Set(reinterpret_cast<uintptr_t>(card_table_->AddrFromCard(card)));
81 void operator()(uint8_t* card, uint8_t expected_card, uint8_t new_card ATTRIBUTE_UNUSED) const {
83 cleared_cards_->push_back(card);
350 // Check the references of each clean card which is also in the mod union table.
354 const uint8_t* card = ref_pair.first local
402 const uint8_t* card = pair.first; local
    [all...]
  /external/libese/libese-teq1/include/ese/
teq1.h 125 int card:1; member in struct:Teq1CardState::__anon28161::__anon28162
133 #define TEQ1_INIT_CARD_STATE(CARD) \
134 (CARD)->seq.card = 1; \
135 (CARD)->seq.interface = 1;
197 #define teq1_trace_header() ALOGI("%-20s --- %20s", "Interface", "Card")
  /external/libkmsxx/kmscube/
cube-gbm.cpp 28 GbmDevice(Card& card)
30 m_dev = gbm_create_device(card.fd());
91 GbmEglSurface(Card& card, GbmDevice& gdev, const EglState& egl, int width, int height)
92 : card(card), egl(egl), m_width(width), m_height(height),
125 static Framebuffer* drm_fb_get_from_bo(struct gbm_bo *bo, Card& card)
141 fb = new ExtFramebuffer(card, width, height, format, handles, strides, offsets)
168 Card& card; member in class:GbmEglSurface
312 Card card; local
    [all...]

Completed in 1786 milliseconds

12 3 4