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

1 2

  /external/adhd/cras/src/libcras/
cras_helpers.h 52 * dev_idx - Set this to a negative number to play to the default device, if
67 int dev_idx,
78 * dev_idx - Set this to a negative number to play to the default device, if
89 int dev_idx);
cras_helpers.c 117 int dev_idx,
136 if (dev_idx < 0)
137 dev_idx = NO_DEVICE;
138 rc = cras_client_add_pinned_stream(client, dev_idx, stream_id_out,
153 int dev_idx)
167 frame_rate, num_channels, dev_idx, &stream_id);
cras_client.c 85 * dev_idx - Index of the device to attach the newly created stream.
92 uint32_t dev_idx; member in struct:add_stream_command_message
    [all...]
cras_client.h 579 * dev_idx - Index of the device to attach the newly created stream.
588 uint32_t dev_idx,
    [all...]
  /external/adhd/cras/src/server/
cras_alsa_ucm_section.h 19 int dev_idx; /* Device PCM index. */ member in struct:ucm_section
34 * dev_idx - Section's device index (PCM number).
43 int dev_idx,
cras_alsa_ucm_section.c 37 int dev_idx,
53 section->dev_idx = dev_idx;
123 section->name, section->dev_idx,
cras_alsa_card.c 212 int dev_idx; local
260 dev_idx = -1;
262 rc = snd_ctl_pcm_next_device(handle, &dev_idx);
265 if (dev_idx < 0)
268 snd_pcm_info_set_device(dev_info, dev_idx);
275 !should_ignore_dev(info, blacklist, dev_idx)) {
283 dev_idx,
304 dev_idx,
359 snd_pcm_info_set_device(dev_info, section->dev_idx);
385 section->dev_idx, section->dir)
    [all...]
cras_rstream.h 97 * dev_idx - Pin to this device if != NO_DEVICE.
109 uint32_t dev_idx; member in struct:cras_rstream_config
cras_rstream.c 162 stream->is_pinned = (config->dev_idx != NO_DEVICE);
163 stream->pinned_dev_idx = config->dev_idx;
cras_rclient.c 62 stream_config.dev_idx = msg->dev_idx;
cras_alsa_ucm.c 765 int dev_idx = -1; local
789 dev_idx = get_device_index_from_target(
802 if (dev_idx == -1) {
813 dev_sec = ucm_section_create(dev_name, dev_idx, dir,
cras_iodev_list.c 353 static int dev_has_pinned_stream(unsigned int dev_idx)
358 if (rstream->is_pinned && (rstream->pinned_dev_idx == dev_idx))
audio_thread.c 795 unsigned int dev_idx,
803 si->dev_idx = dev_idx;
    [all...]
  /bionic/libc/kernel/uapi/linux/
nfc.h 143 __u32 dev_idx; member in struct:sockaddr_nfc
150 __u32 dev_idx; member in struct:sockaddr_nfc_llcp
  /external/kernel-headers/original/uapi/linux/
nfc.h 267 __u32 dev_idx; member in struct:sockaddr_nfc
275 __u32 dev_idx; member in struct:sockaddr_nfc_llcp
  /external/iproute2/rdma/
rdma.h 45 uint32_t dev_idx; member in struct:rd
dev.c 219 mnl_attr_put_u32(rd->nlh, RDMA_NLDEV_ATTR_DEV_INDEX, rd->dev_idx);
251 rd->dev_idx = dev_map->idx;
264 rd->dev_idx = dev_map->idx;
link.c 259 mnl_attr_put_u32(rd->nlh, RDMA_NLDEV_ATTR_DEV_INDEX, rd->dev_idx);
293 rd->dev_idx = dev_map->idx;
311 rd->dev_idx = dev_map->idx;
  /external/adhd/cras/src/tests/
alsa_ucm_unittest.cc 1052 int dev_idx = 0; local
    [all...]
rstream_unittest.cc 30 config_.dev_idx = NO_DEVICE;
cras_test_client.c 596 (unsigned int)info->streams[i].dev_idx);
    [all...]
rclient_unittest.cc 151 connect_msg_.dev_idx = NO_DEVICE;
  /external/adhd/cras/src/common/
cras_messages.h 102 uint32_t dev_idx; /* device to attach stream, 0 if none */ member in struct:cras_connect_message
112 uint32_t dev_idx)
122 m->dev_idx = dev_idx;
cras_types.h 241 uint32_t dev_idx; member in struct:audio_stream_debug_info
  /external/autotest/server/cros/servo/
pd_device.py 758 for dev_idx in range(devices.index(deva) + 1, len(devices)):
759 devb = devices[dev_idx]

Completed in 756 milliseconds

1 2