HomeSort by relevance Sort by last modified time
    Searched refs:bus_index (Results 1 - 4 of 4) sorted by null

  /external/autotest/client/cros/chameleon/
audio_board.py 41 def get_audio_bus(self, bus_index):
44 @param bus_index: The bus index 1 or 2.
49 return self._audio_buses[bus_index]
79 bus_index: The bus index 1 or 2.
108 def __init__(self, bus_index, chameleon_connection):
111 @param bus_index: The bus index 1 or 2.
115 self.bus_index = bus_index
140 self.bus_index, endpoint)
141 self._chameleond_proxy.AudioBoardConnect(self.bus_index, endpoint
    [all...]
audio_widget_link.py 195 audio_bus.bus_index)
211 self._audio_bus.bus_index, widget.audio_port)
227 self._audio_bus.bus_index, widget.audio_port)
243 self._audio_bus.bus_index, widget.audio_port)
258 self._audio_bus.bus_index, widget.audio_port)
291 self._audio_bus.bus_index)
310 self.name = 'Audio board bus %s to peripheral' % self._audio_bus.bus_index
326 self.name = 'Audio board bus %s to Cros' % self._audio_bus.bus_index
chameleon_audio_helper.py 170 bus_index = self._acquire_audio_bus_index()
171 link = link_type(self._audio_board.get_audio_bus(bus_index))
172 self._audio_bus_links[bus_index] = link
  /external/libpcap/
pcap-usb-linux.c 126 int bus_index; member in struct:pcap_usb_linux
358 if (sscanf(handle->opt.source, USB_IFACE"%d", &handlep->bus_index) != 1)
366 snprintf(full_path, USB_LINE_LEN, LINUX_USB_MON_DEV"%d", handlep->bus_index);
385 probe_devices(handlep->bus_index);
400 probe_devices(handlep->bus_index);
405 snprintf(full_path, USB_LINE_LEN, USB_TEXT_DIR"/%dt", handlep->bus_index);
415 snprintf(full_path, USB_LINE_LEN, USB_TEXT_DIR_OLD"/%dt", handlep->bus_index);
519 uhdr->bus_id = handlep->bus_index;
683 snprintf(string, USB_LINE_LEN, USB_TEXT_DIR"/%ds", handlep->bus_index);
693 snprintf(string, USB_LINE_LEN, USB_TEXT_DIR_OLD"/%ds", handlep->bus_index);
    [all...]

Completed in 386 milliseconds