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

1 2 3 4

  /device/google/cuttlefish_common/host/libs/vadb/
usb_cmd_attach.cpp 36 USBCmdAttach::USBCmdAttach(uint8_t bus_id, uint8_t dev_id) {
38 req_.dev_id = dev_id;
virtual_adb_client.cpp 66 uint8_t dev_id = dev.dev_id; local
68 d->handle_attach = [this, bus_id, dev_id]() -> bool {
69 return HandleAttach(bus_id, dev_id);
73 [this, bus_id, dev_id](
77 return HandleDeviceControlRequest(bus_id, dev_id, r, deadline,
82 [this, bus_id, dev_id](
86 return HandleDeviceDataRequest(bus_id, dev_id, endpoint, is_host_to_device,
91 pool_->AddDevice(usbip::DevicePool::BusDevNumber{bus_id, dev_id},
95 HandleAttach(bus_id, dev_id);
    [all...]
usb_cmd_attach.h 24 USBCmdAttach(uint8_t bus_id, uint8_t dev_id);
virtual_adb_client.h 61 bool HandleAttach(uint8_t bus_id, uint8_t dev_id);
64 bool HandleDeviceControlRequest(uint8_t bus_id, uint8_t dev_id,
70 bool HandleDeviceDataRequest(uint8_t bus_id, uint8_t dev_id, uint8_t endpoint,
usb_cmd_control_transfer.cpp 22 uint8_t bus_id, uint8_t dev_id, uint8_t type, uint8_t request,
27 req_.dev_id = dev_id;
usb_cmd_data_transfer.cpp 22 uint8_t bus_id, uint8_t dev_id, uint8_t endpoint, bool is_host_to_device,
27 req_.dev_id = dev_id;
usb_cmd_control_transfer.h 30 USBCmdControlTransfer(uint8_t bus_id, uint8_t dev_id, uint8_t type,
usb_cmd_data_transfer.h 29 USBCmdDataTransfer(uint8_t bus_id, uint8_t dev_id, uint8_t endpoint,
  /tools/test/connectivity/tools/lab/metrics/
usb_metric.py 98 dev_id = ':'.join(spl_line[3].split(':')[1:3])
99 if dev_id in bytes_sent:
102 bytes_sent[dev_id] += int(spl_line[5])
104 bytes_sent[dev_id] = int(spl_line[5])
125 dev_id = line_list[1].lstrip('0') + ':' + line_list[3].strip(
129 devices[dev_id] = dev_name
177 dev_id: The device id, usuall in form BUS:DEVICE
182 def __init__(self, dev_id, trans_bytes, name):
183 self.dev_id = dev_id
    [all...]
  /device/google/cuttlefish_common/common/libs/usbforward/
protocol.h 110 uint8_t dev_id; member in struct:usb_forward::DeviceInfo
128 uint8_t dev_id; member in struct:usb_forward::AttachRequest
134 uint8_t dev_id; member in struct:usb_forward::ControlTransfer
146 uint8_t dev_id; member in struct:usb_forward::DataTransfer
  /external/adhd/cras/src/server/
cras_rstream.c 160 stream->master_dev.dev_id = NO_DEVICE;
267 unsigned int dev_id,
270 if (buffer_share_add_id(rstream->buf_state, dev_id, dev_ptr) == 0)
276 if (rstream->master_dev.dev_id == NO_DEVICE) {
277 rstream->master_dev.dev_id = dev_id;
282 void cras_rstream_dev_detach(struct cras_rstream *rstream, unsigned int dev_id)
284 if (buffer_share_rm_id(rstream->buf_state, dev_id) == 0)
287 if (rstream->master_dev.dev_id == dev_id) {
    [all...]
cras_rstream.h 31 * dev_id - id of the master device.
35 int dev_id; member in struct:master_dev_info
269 unsigned int dev_id,
271 void cras_rstream_dev_detach(struct cras_rstream *rstream, unsigned int dev_id);
276 unsigned int dev_id);
282 unsigned int dev_id);
303 unsigned int dev_id);
cras_alsa_io.h 25 * dev_id - The id string of the device.
43 const char *dev_id,
dev_stream.c 36 unsigned int dev_id,
48 out->dev_id = dev_id;
110 cras_rstream_dev_attach(stream, dev_id, dev_ptr);
117 cras_rstream_dev_detach(dev_stream->stream, dev_stream->dev_id);
132 if (dev_stream->dev_id == dev_stream->stream->master_dev.dev_id) {
175 buffer_offset = cras_rstream_dev_offset(rstream, dev_stream->dev_id);
209 cras_rstream_dev_offset_update(rstream, fr_read, dev_stream->dev_id);
282 offset = cras_rstream_dev_offset(rstream, dev_stream->dev_id);
    [all...]
dev_stream.h 25 * dev_id - Index of the hw device.
34 unsigned int dev_id; member in struct:dev_stream
45 unsigned int dev_id,
  /external/kernel-headers/original/scsi/
scsi_ioctl.h 34 __u32 dev_id; member in struct:scsi_idlun
  /external/syslinux/core/legacynet/
idle.c 56 return (nic_type.info.pci.Vendor_ID << 16) + nic_type.info.pci.Dev_ID;
83 uint32_t dev_id = pxe_detect_nic_type(); local
95 if (id == dev_id) {
98 } else if (id < dev_id) {
  /external/libpcap/
pcap-bt-linux.c 73 int dev_id; /* device ID of device we're bound to */ member in struct:pcap_bt
119 pcap_snprintf(dev_name, 20, BT_IFACE"%d", dev_req->dev_id);
188 int dev_id; local
193 if (sscanf(handle->opt.device, BT_IFACE"%d", &dev_id) != 1)
213 handlep->dev_id = dev_id;
258 addr.hci_dev = handlep->dev_id;
264 "Can't attach to device %d: %s", handlep->dev_id,
384 dev_info.dev_id = handlep->dev_id;
    [all...]
  /bionic/libc/kernel/uapi/rdma/
bnxt_re-abi.h 24 __u32 dev_id; member in struct:bnxt_re_uctx_resp
  /external/adhd/cras/src/common/
bluetooth.h 49 uint16_t dev_id; member in struct:hci_dev_info
  /external/kernel-headers/original/uapi/rdma/
bnxt_re-abi.h 48 __u32 dev_id; member in struct:bnxt_re_uctx_resp
  /external/libmojo/third_party/catapult/devil/devil/utils/
lsusb.py 17 def _lsusbv_on_device(bus_id, dev_id):
20 ['lsusb', '-v', '-s', '%s:%s' % (bus_id, dev_id)], timeout=10)
22 device = {'bus': bus_id, 'device': dev_id}
39 if m.group(2) != dev_id:
41 'Expected dev_id value: %r, seen %r', dev_id, m.group(2))
  /frameworks/base/tests/backup/
test_restore.sh 93 dev_id=$(a get-serialno)
94 filename="${dev_id}_`date +%s`"
  /hardware/intel/img/psb_video/src/
psb_drv_video.h 200 uint32_t dev_id; member in struct:psb_driver_data_s
358 #define IS_CTP(driver_data) (((driver_data->dev_id & 0xffff) == 0x08c0) || \
359 ((driver_data->dev_id & 0xffff) == 0x08c7) || \
360 ((driver_data->dev_id & 0xffff) == 0x08c8))
361 #define IS_MRST(driver_data) ((driver_data->dev_id & 0xFFFC) == 0x4100)
362 #define IS_MFLD(driver_data) (((driver_data->dev_id & 0xFFFC) == 0x0130) || ((driver_data->dev_id & 0xFFFF) == 0x08C0) || ((driver_data->dev_id & 0xFFFF) == 0x08C7) || ((driver_data->dev_id & 0xFFFF) == 0x01FF) || ((driver_data->dev_id & 0xFFFF) == 0x08C8)
    [all...]
  /external/adhd/cras/src/tests/
dev_stream_unittest.cc 388 unsigned int dev_id = 9; local
392 rstream_.master_dev.dev_id = 4;
395 dev_stream = dev_stream_create(&rstream_, dev_id, &fmt_s16le_44_1,
417 unsigned int dev_id = 9; local
422 rstream_.master_dev.dev_id = dev_id;
425 dev_stream = dev_stream_create(&rstream_, dev_id, &fmt_s16le_44_1,
517 unsigned int dev_id = 9; local
519 dev_stream = dev_stream_create(&rstream_, dev_id, &fmt_s16le_44_1,
541 unsigned int dev_id = 9 local
634 unsigned int dev_id = 9; local
712 unsigned int dev_id = 9; local
742 unsigned int dev_id = 9; local
    [all...]

Completed in 351 milliseconds

1 2 3 4