HomeSort by relevance Sort by last modified time
    Searched full:devices (Results 301 - 325 of 6373) sorted by null

<<11121314151617181920>>

  /external/chromium_org/third_party/libjingle/source/talk/media/devices/
linuxdevicemanager.cc 28 #include "talk/media/devices/linuxdevicemanager.h"
32 #include "talk/media/devices/libudevsymboltable.h"
33 #include "talk/media/devices/v4llookup.h"
113 LOG(LS_ERROR) << "Can't enumerate devices";
118 // device at index 0, but Enumerate(Capture|Playback)Devices does not include
137 std::vector<Device>* devices) {
148 devices->push_back(Device(device_name, device_name));
241 static void ScanV4L2Devices(std::vector<Device>* devices) {
242 LOG(LS_INFO) << ("Enumerating V4L2 devices");
271 devices->push_back
    [all...]
fakedevicemanager.h 36 #include "talk/media/devices/devicemanager.h"
52 std::vector<Device> devices; local
167 void SetAudioInputDevices(const std::vector<std::string>& devices) {
169 for (size_t i = 0; i < devices.size(); ++i) {
170 input_devices_.push_back(Device(devices[i],
175 void SetAudioOutputDevices(const std::vector<std::string>& devices) {
177 for (size_t i = 0; i < devices.size(); ++i) {
178 output_devices_.push_back(Device(devices[i],
183 void SetVideoCaptureDevices(const std::vector<std::string>& devices) {
185 for (size_t i = 0; i < devices.size(); ++i)
    [all...]
  /external/chromium_org/build/android/pylib/perf/
setup.py 25 devices = device_list.GetPersistentDeviceList(devices_path)
28 devices = android_commands.GetAttachedDevices()
29 return sorted(devices)
65 A tuple of (TestRunnerFactory, tests, devices).
77 # We want to keep device affinity, so return all devices ever seen.
  /external/chromium_org/chromeos/dbus/
bluetooth_input_client.h 21 // Bluetooth Input (HID) devices.
24 // Structure of properties associated with bluetooth input devices.
41 // the Input interface is added to the set of known devices or an already
46 // from the set of known devices or does not implement the Input interface
60 // devices. Check the |object_path| parameter of observer methods to
  /external/chromium_org/content/renderer/pepper/
pepper_device_enumeration_host_helper.h 47 const std::vector<ppapi::DeviceRefData>& /* devices */)>
50 // Enumerates devices of the specified type. The request ID passed into the
55 // Stop enumerating devices of the specified |request_id|. The |request_id|
90 const std::vector<ppapi::DeviceRefData>& devices);
93 const std::vector<ppapi::DeviceRefData>& devices);
pepper_device_enumeration_host_helper.cc 68 const std::vector<ppapi::DeviceRefData>& devices) {
75 devices));
78 callback_.Run(request_id, devices);
170 const std::vector<ppapi::DeviceRefData>& devices) {
178 PpapiPluginMsg_DeviceEnumeration_EnumerateDevicesReply(devices));
185 const std::vector<ppapi::DeviceRefData>& devices) {
189 devices));
  /external/sepolicy/
mediaserver.te 32 # Access audio devices at all.
70 # Needed on some devices for playing DRM protected content,
71 # but seems expected and appropriate for all devices.
74 # Needed on some devices for playing audio on paired BT device,
75 # but seems appropriate for all devices.
  /development/samples/BluetoothChat/src/com/example/android/BluetoothChat/
DeviceListActivity.java 41 * This Activity appears as a dialog. It lists any paired devices and
42 * devices detected in the area after discovery. When a device is chosen
79 // Initialize array adapters. One for already paired devices and
80 // one for newly discovered devices
84 // Find and set up the ListView for paired devices
89 // Find and set up the ListView for newly discovered devices
105 // Get a set of currently paired devices
108 // If there are paired devices, add each one to the ArrayAdapter
143 // Turn on sub-title for new devices
155 // The on-click listener for all devices in the ListView
    [all...]
  /external/chromium_org/content/browser/renderer_host/media/
media_stream_ui_proxy_unittest.cc 35 void(const MediaStreamDevices& devices,
105 MediaStreamDevices devices; local
106 callback.Run(devices, MEDIA_DEVICE_OK, scoped_ptr<MediaStreamUI>());
131 MediaStreamDevices devices; local
132 devices.push_back(
136 callback.Run(devices, MEDIA_DEVICE_OK, ui.PassAs<MediaStreamUI>());
167 MediaStreamDevices devices; local
169 callback.Run(devices, MEDIA_DEVICE_OK, ui.Pass());
189 MediaStreamDevices devices; local
190 devices.push_back
    [all...]
media_stream_manager.h 5 // MediaStreamManager is used to open/enumerate media capture devices (video
10 // use devices and for which device to use.
12 // to enumerate available devices. The result will be given to
15 // users to select which devices to use and send callback to
21 // a fake video device or devices are used instead of real ones.
60 // MediaStreamManager is used to generate and close new media devices, not to
70 typedef base::Callback<void(const MediaStreamDevices& devices,
97 // GenerateStream opens new media devices according to |components|. It
126 // Gets a list of devices of |type|, which must be MEDIA_DEVICE_AUDIO_CAPTURE
130 // and video devices and also start monitoring device changes, such a
228 StreamDeviceInfoArray devices; member in struct:content::MediaStreamManager::EnumerationCache
    [all...]
device_request_message_filter_unittest.cc 79 void SaveDevices(int request_id, const StreamDeviceInfoArray& devices) {
81 requested_devices_ = devices;
104 // Send message to get devices. Should trigger 2 EnumerateDevice() requests.
192 // Runs through test with 3 audio devices and 2 video devices.
197 // Runs through test with 4 audio devices and 0 video devices.
202 // Runs through test with 0 audio devices and 3 video devices.
207 // Runs through test with no devices
    [all...]
  /external/chromium_org/chrome/browser/extensions/api/dial/
dial_apitest.cc 54 extensions::DialRegistry::DeviceList devices; local
63 devices.push_back(device1);
64 api->SendEventOnUIThread(devices);
71 devices.push_back(device2);
72 api->SendEventOnUIThread(devices);
79 devices.push_back(device3);
80 api->SendEventOnUIThread(devices);
  /external/e2fsprogs/lib/blkid/
libblkid.3.in 20 library is used to identify block devices (disks) as to their content (e.g.
31 than root, or those not in the "disk" group) to locate devices by label/id.
38 multiple devices, use of the cache is highly recommended (even if empty) as
39 devices will be scanned at most one time and the on-disk cache will be
42 In some cases (modular kernels), block devices are not even visible until
44 some way to locate these devices without enumerating only visible devices,
  /external/libpcap/
pcap_get_selectable_fd.3pcap 46 devices opened with
56 (for example, regular network devices on FreeBSD 4.3 and 4.4, and Endace
57 DAG devices), so \-1 is returned for those devices.
72 do not work correctly on BPF devices;
104 work correctly on BPF devices, so the workaround isn't necessary,
109 doesn't work on character special files, including BPF devices, in Mac
  /frameworks/base/docs/html/training/multiple-apks/
index.jd 13 <!-- Required platform, tools, add-ons, devices, knowledge, etc. -->
39 the right devices, as well as the smart way to avoid pitfalls such as unnecessary redundancy across
41 devices on Google Play. By going through any of these lessons, you'll know how to develop
42 multiple APKs the smart way, make sure they're targeting the devices you want them to,
56 <dd>Learn how to target Android devices by screen size using multiple APKs. Also learn how to
61 <dd>Learn how to target Android devices based on their support for GL texture. Also learn
66 <dd>Learn how to target different Android devices based on more than one configuration
  /frameworks/base/docs/html/training/search/
backward-compat.jd 17 Dialog for Older Devices</a></li>
32 devices, but want to target Android 3.0 or later versions. When you do this, your application
34 older devices:</p>
42 <h2 id="provide-sd">Provide the Search Dialog for Older Devices</h2>
44 <p>To invoke the search dialog on older devices, call {@link
46 menu item from the options menu. Because Android 3.0 and higher devices show the
67 android.widget.SearchView} does not occur on older devices. In our example code, this happens in
  /frameworks/base/docs/html/training/tv/start/
index.jd 19 Android offers a rich user experience that's optimized for apps running on large screen devices,
27 existing apps to also run on TV devices. However, the user interaction model for TV is
28 substantially different from phone and tablet devices. In order to make your app successful on TV
29 devices, you must design new layouts that can be easily understood from 10 feet away, and provide
36 hardware features that are not typically available on TV devices.
53 app project to run on TV devices.</dd>
64 features, and manage controller devices.</dd>
  /external/chromium_org/apps/
saved_devices_service.cc 42 const char kDevices[] = "devices";
47 // Type identifier for USB devices.
65 base::ListValue* devices = update.Get(); local
66 if (!devices) {
67 devices = update.Create();
71 DCHECK(devices->Find(*device_entry) == devices->end());
72 devices->Append(device_entry);
86 const base::ListValue* devices = NULL; local
87 if (!prefs->ReadPrefAsList(extension_id, kDevices, &devices)) {
    [all...]
  /external/chromium_org/chrome/browser/media/
media_capture_devices_dispatcher.h 44 const content::MediaStreamDevices& devices) {}
49 const content::MediaStreamDevices& devices) {}
67 // Registers the preferences related to Media Stream default devices.
107 // Helper to get the default devices which can be used by the media request.
108 // Uses the first available devices if the default devices are not available.
115 content::MediaStreamDevices* devices);
117 // Helpers for picking particular requested devices, identified by raw id.
124 // Returns the first available audio or video device, or NULL if no devices
154 void SetTestAudioCaptureDevices(const content::MediaStreamDevices& devices);
    [all...]
  /external/chromium_org/chrome/browser/ui/webui/chromeos/login/
hid_detection_screen_handler.h 98 // All devices detected.
115 // Updates internal state and UI (if ready) using list of connected devices.
116 void ProcessConnectedDevicesList(const std::vector<InputDeviceInfo>& devices);
118 // Checks for lack of mouse or keyboard. If found starts BT devices update.
119 // Initiates BTAdapter if it's not active and BT devices update required.
122 // Processes list of input devices returned by InputServiceProxy on the check
126 const std::vector<InputDeviceInfo>& devices);
128 // Processes list of input devices returned by InputServiceProxy on regular
130 void OnGetInputDevicesList(const std::vector<InputDeviceInfo>& devices);
175 // Called for revision of active devices. If current-placement is availabl
    [all...]
  /external/chromium_org/chrome/common/extensions/docs/templates/articles/
app_bluetooth.html 7 communicate with Bluetooth and Bluetooth Low Energy devices.
48 To only access adapter state, discover nearby devices, and obtain basic
49 information about devices, only the entry itself is required:
100 <h3 id="listing_devices">Listing known devices</h3>
103 To get a list of the devices known to the Bluetooth adapter, use the
108 chrome.bluetooth.getDevices(function(devices) {
109 for (var i = 0; i < devices.length; i++) {
110 console.log(devices[i].address);
116 All devices are returned, including paired devices and devices recentl
    [all...]
  /external/chromium_org/components/storage_monitor/
media_storage_util.cc 46 StorageInfoList devices = local
48 for (StorageInfoList::const_iterator it = devices.begin();
49 it != devices.end(); ++it) {
57 void FilterAttachedDevicesOnFileThread(MediaStorageUtil::DeviceIdSet* devices) {
61 for (MediaStorageUtil::DeviceIdSet::const_iterator it = devices->begin();
62 it != devices->end();
88 devices->erase(*it);
123 void MediaStorageUtil::FilterAttachedDevices(DeviceIdSet* devices,
126 FilterAttachedDevicesOnFileThread(devices);
133 devices),
240 StorageInfoList devices = local
    [all...]
  /external/chromium_org/chrome/browser/chromeos/login/screens/
controller_pairing_screen.cc 147 ControllerPairingController::DeviceIdList devices =
149 std::sort(devices.begin(), devices.end());
150 context_.SetStringList(kContextKeyDevices, devices);
153 devices.empty() ? kPageDevicesDiscovery : kPageDeviceSelect);
155 if (std::find(devices.begin(), devices.end(), selected_device) ==
156 devices.end()) {
159 if (devices.empty()) {
162 selected_device = devices.front()
    [all...]
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/devices/
DevicesView.js 15 this.element.classList.add("devices");
17 this._devicesHelp.innerHTML = WebInspector.UIString("No devices detected. \
21 this.element.createChild("div", "devices-info").innerHTML = WebInspector.UIString("Click \"Try here\" button, to open the current page in the selected remote browser.");
53 * @param {!Array.<!Adb.Device>} devices
55 _updateDeviceList: function(devices)
106 if (alreadyDisplayed(this._devicesList, devices))
109 var newDeviceIds = devices.map(function(device) { return device.id; });
115 this._devicesHelp.hidden = !!devices.length;
117 for (var d = 0; d < devices.length; d++) {
119 var device = devices[d]
    [all...]
  /external/chromium_org/tools/telemetry/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...]

Completed in 992 milliseconds

<<11121314151617181920>>