HomeSort by relevance Sort by last modified time
    Searched full:devices (Results 751 - 775 of 10871) sorted by null

<<31323334353637383940>>

  /prebuilts/gradle-plugin/com/android/tools/sdklib/26.0.0-rc1/
sdklib-26.0.0-rc1-sources.jar 
  /prebuilts/gradle-plugin/com/android/tools/sdklib/26.2.0-alpha16/
sdklib-26.2.0-alpha16-sources.jar 
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Include/IndustryStandard/
scsi.h 49 // Commands unique to Direct Access Devices
83 // Commands unique to Sequential Access Devices
99 // Commands unique to Printer Devices
107 // Commands unique to Processor Devices
113 // Commands unique to Write-Once Devices
131 // Commands unique to CD-ROM Devices
145 // Commands unique to Scanner Devices
154 // Commands unique to Optical Memory Devices
159 // Commands unique to Medium Changer Devices
168 // Commands unique to Communition Devices
    [all...]
  /external/autotest/server/site_tests/bluetooth_Sanity_Discovery/
bluetooth_Sanity_Discovery.py 23 """Retrieve devices from client and look for tester.
28 # Get the set of devices known to the DUT.
29 devices = self.device.get_devices()
30 if devices == False:
31 raise error.TestFail('Could not retrieve devices from DUT')
34 for device in devices:
65 self.interactive.append_list_item('devices', item_name,
112 self.interactive.append_output('<h2>Devices Found</h2>')
113 self.interactive.append_list('devices')
123 # Discover devices from the DUT
    [all...]
  /external/autotest/server/site_tests/bluetooth_Sanity_LEDiscovery/
bluetooth_Sanity_LEDiscovery.py 23 """Retrieve devices from client and look for tester.
28 # Get the set of devices known to the DUT.
29 devices = self.device.get_devices()
30 if devices == False:
31 raise error.TestFail('Could not retrieve devices from DUT')
34 for device in devices:
65 self.interactive.append_list_item('devices', item_name,
113 self.interactive.append_output('<h2>Devices Found</h2>')
114 self.interactive.append_list('devices')
124 # Discover devices from the DUT
    [all...]
  /external/chromium-trace/catapult/third_party/pyserial/serial/tools/
list_ports_linux.py 63 # no guarantee that it works for all devices or in the future...
100 For USB-Serial devices try to run lsusb to get a human readable description.
101 For USB-CDC devices read the description from sysfs.
104 # USB-Serial devices
109 # USB-CDC devices
127 # PCI based devices
131 # USB-Serial devices
136 # USB-CDC devices
144 devices = glob.glob('/dev/ttyS*') + glob.glob('/dev/ttyUSB*') + glob.glob('/dev/ttyACM*')
145 return [(d, describe(d), hwinfo(d)) for d in devices]
    [all...]
  /external/libmojo/third_party/catapult/devil/devil/android/tools/
device_recovery.py 6 """A script to recover devices in a known bad state."""
103 def RecoverDevices(devices, blacklist):
104 """Attempts to recover any inoperable devices in the provided list.
107 devices: The list of devices to attempt to recover.
112 statuses = device_status.DeviceStatus(devices, blacklist)
152 device_utils.DeviceUtils.parallel(devices).pMap(
162 parser.add_argument('--known-devices-file', action='append', default=[],
194 devices = [device_utils.DeviceUtils(s)
197 RecoverDevices(devices, blacklist
    [all...]
  /external/tensorflow/tensorflow/core/common_runtime/
device_factory.cc 94 std::vector<Device*>* devices) {
101 size_t init_size = devices->size();
102 TF_RETURN_IF_ERROR(cpu_factory->CreateDevices(options, name_prefix, devices));
103 if (devices->size() == init_size) {
104 return errors::NotFound("No CPU devices are available in this process");
112 TF_RETURN_IF_ERROR(factory->CreateDevices(options, name_prefix, devices));
128 std::vector<Device*> devices; local
129 TF_CHECK_OK(device_factory->CreateDevices(opt, name_prefix, &devices));
130 CHECK_EQ(devices.size(), size_t{1});
131 return devices[0]
    [all...]
  /frameworks/av/media/libaudiohal/2.0/
DeviceHalLocal.cpp 37 status_t DeviceHalLocal::getSupportedDevices(uint32_t *devices) {
39 *devices = mDev->get_supported_devices(mDev);
106 audio_devices_t devices,
112 ALOGV("open_output_stream handle: %d devices: %x flags: %#x"
114 handle, devices, flags,
118 mDev, handle, devices, flags, config, &halStream, address);
128 audio_devices_t devices,
135 ALOGV("open_input_stream handle: %d devices: %x flags: %#x "
137 handle, devices, flags,
141 mDev, handle, devices, config, &halStream, flags, address, source)
    [all...]
  /frameworks/av/media/libaudiohal/4.0/
DeviceHalLocal.cpp 38 status_t DeviceHalLocal::getSupportedDevices(uint32_t *devices) {
40 *devices = mDev->get_supported_devices(mDev);
107 audio_devices_t devices,
113 ALOGV("open_output_stream handle: %d devices: %x flags: %#x"
115 handle, devices, flags,
119 mDev, handle, devices, flags, config, &halStream, address);
129 audio_devices_t devices,
136 ALOGV("open_input_stream handle: %d devices: %x flags: %#x "
138 handle, devices, flags,
142 mDev, handle, devices, config, &halStream, flags, address, source)
    [all...]
  /hardware/libhardware/include/hardware/
thermal.h 101 * All cooling devices of the same "type" must have a different "name".
151 * The order of temperatures of built-in devices (such as CPUs, GPUs and
153 * to this method even if they go offline, if these devices exist on
181 * (*getCoolingDevices) is called to get the cooling devices information.
183 * @param list If NULL, this method only returns number of cooling devices
187 * large enough size (not less than returned number of cooling devices).
193 * The order of built-in coolling devices in the |list| is kept the same
195 * offline, if these devices exist on boot. The method always returns
196 * and never removes from the list such coolling devices.
199 * @return number of cooling devices or negative value -errno on error
    [all...]
  /device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
PciHotPlugRequest.h 4 PCI bus driver to create or destroy handles for PCI-like devices.
20 create (add) or destroy (remove) handles for the specified PCI-like devices.
23 start the devices inserted; when a 32-bit PC Card is removed, this protocol
25 stop the devices and destroy their handles. The existence of this protocol
67 /// The PCI bus driver is requested to create handles for the specified devices.
74 /// The PCI bus driver is requested to destroy handles for the specified devices.
82 specified PCI-like devices.
87 the PCI bus driver will enumerate, allocate resources for devices behind the
90 specified device is started; if it is NULL, all devices behind the hot-plug
108 it is NULL, all devices behind the PC Card
    [all...]
  /tools/test/connectivity/tools/lab/metrics/
usb_metric.py 40 DEVICES = 'devices'
111 A dictionary with the devices 'bus:device' as key, and name of the
115 devices = {}
129 devices[dev_id] = dev_name
130 return devices
143 devices = []
146 devices.append(
149 devices.append(Device(dev, 0, dev_name_dict[dev]))
150 return devices
    [all...]
  /external/autotest/client/common_lib/cros/manual/
get_usb_devices.py 5 # """extract data from output of use-devices on linux box"""
6 # The parser takes output of "usb-devices" as rawdata, and has capablities to
8 # 3. Extract defined peripheral devices based on CAMERA_LIST, SPEAKER_LIST.
10 # 5. Check usb devices's interface.
37 # New devices can be added to these global variables.
84 @param rawdata: The output of "usb-devices" on CfM.
102 @param usbdata: list of dictionary for usb devices
117 """retrive the list of dictionary for all audio devices
118 @param usbdata: list of dictionary for usb devices
119 @returns the list of dictionary for all audio devices
    [all...]
  /prebuilts/gradle-plugin/com/android/tools/sdklib/25.0.0-alpha3/
sdklib-25.0.0-alpha3-sources.jar 
  /prebuilts/gradle-plugin/com/android/tools/sdklib/25.2.0/
sdklib-25.2.0-sources.jar 
  /prebuilts/gradle-plugin/com/android/tools/sdklib/25.2.0-alpha1/
sdklib-25.2.0-alpha1-sources.jar 
  /prebuilts/gradle-plugin/com/android/tools/sdklib/25.2.0-alpha3/
sdklib-25.2.0-alpha3-sources.jar 
  /prebuilts/gradle-plugin/com/android/tools/sdklib/25.2.0-alpha4/
sdklib-25.2.0-alpha4-sources.jar 
  /prebuilts/gradle-plugin/com/android/tools/sdklib/25.2.0-alpha7/
sdklib-25.2.0-alpha7-sources.jar 
  /prebuilts/gradle-plugin/com/android/tools/sdklib/25.2.0-beta1/
sdklib-25.2.0-beta1-sources.jar 
  /prebuilts/gradle-plugin/com/android/tools/sdklib/25.2.0-beta2/
sdklib-25.2.0-beta2-sources.jar 
  /prebuilts/gradle-plugin/com/android/tools/sdklib/25.2.0-beta3/
sdklib-25.2.0-beta3-sources.jar 
  /prebuilts/gradle-plugin/com/android/tools/sdklib/25.2.0-rc1/
sdklib-25.2.0-rc1-sources.jar 
  /prebuilts/gradle-plugin/com/android/tools/sdklib/25.2.0-rc2/
sdklib-25.2.0-rc2-sources.jar 

Completed in 447 milliseconds

<<31323334353637383940>>