Searched refs:devices (Results 251 - 275 of 443) sorted by relevance

<<1112131415161718

/external/chromium_org/chrome/browser/signin/
H A Deasy_unlock_service_regular.h43 virtual void SetRemoteDevices(const base::ListValue& devices) OVERRIDE;
/external/chromium_org/chrome/browser/ui/webui/
H A Ddevtools_ui.cc269 const DevToolsAndroidBridge::RemoteDevices& devices) OVERRIDE;
295 const DevToolsAndroidBridge::RemoteDevices& devices) {
300 devices.begin(); dit != devices.end(); ++dit) {
294 DeviceListChanged( const DevToolsAndroidBridge::RemoteDevices& devices) argument
/external/chromium_org/chrome/test/chromedriver/chrome/
H A Dadb_impl.h29 virtual Status GetDevices(std::vector<std::string>* devices) OVERRIDE;
/external/chromium_org/chromeos/dbus/
H A Dnfc_adapter_client.h51 // The object paths of the remote NFC devices that have been found by the
54 dbus::Property<std::vector<dbus::ObjectPath> > devices; member in struct:chromeos::NfcAdapterClient::Properties
98 // listening to NFC devices, or both. The |mode| parameter should be one of
H A Dfake_shill_manager_client.cc597 ShillDeviceClient::TestInterface* devices = local
599 DCHECK(devices);
634 devices->AddDevice(
636 devices->SetDeviceProperty("/device/eth1",
642 devices->SetDeviceProperty("/device/eth1",
664 devices->AddDevice("/device/wifi1", shill::kTypeWifi, "stub_wifi_device1");
665 devices->SetDeviceProperty("/device/wifi1",
671 devices->SetDeviceProperty("/device/wifi1",
731 devices->AddDevice(
760 devices
[all...]
/external/chromium_org/components/pairing/
H A Dfake_controller_pairing_controller.cc125 std::set<std::string> devices; local
131 devices.insert(event->second);
135 CHECK(devices.count(event->second));
136 devices.erase(event->second);
/external/chromium_org/components/storage_monitor/
H A Dportable_device_watcher_win.h28 // about the attached/detached media transfer protocol (MTP) devices.
92 // devices are found.
109 // Helpers to enumerate existing MTP storage devices.
111 void OnDidEnumerateAttachedDevices(const Devices* devices,
135 // The notifications object to use to signal newly attached devices.
/external/chromium_org/content/browser/renderer_host/media/
H A Dmedia_stream_dispatcher_host.h52 const StreamDeviceInfoArray& devices) OVERRIDE;
/external/chromium_org/device/serial/
H A Dserial_connection_unittest.cc28 mojo::Array<serial::DeviceInfoPtr> devices(1);
29 devices[0] = serial::DeviceInfo::New();
30 devices[0]->path = "device";
31 return devices.Pass();
/external/chromium_org/ppapi/examples/audio_input/
H A Daudio_input.cc244 std::vector<pp::DeviceRef_Dev>& devices) {
246 enumerate_devices_.swap(devices);
289 const PP_Resource devices[]) {
296 thiz->monitor_devices_.push_back(pp::DeviceRef_Dev(devices[index]));
287 MonitorDeviceChangeCallback(void* user_data, uint32_t device_count, const PP_Resource devices[]) argument
/external/chromium_org/ppapi/proxy/
H A Dvideo_capture_resource.h46 virtual int32_t EnumerateDevicesSync(const PP_ArrayOutput& devices) OVERRIDE;
/external/e2fsprogs/misc/
H A Dblkid.c63 "\tdev\tspecify device(s) to probe (default: all devices)\n",
270 char *devices[128] = { NULL, }; local
354 devices[numdev++] = argv[optind++];
380 /* Load any additional devices not in the cache */
382 blkid_get_dev(cache, devices[i], BLKID_DEV_NORMAL);
389 /* If we didn't specify a single device, show all available devices */
406 /* Add all specified devices to cache (optionally display tags) */
408 blkid_dev dev = blkid_get_dev(cache, devices[i],
/external/genext2fs/
H A Dtest-mount.sh51 # Creates an image with the devices mentioned in the given spec
57 echo Testing with devices file $fname
63 # Exclude those devices that have interpolated
/external/chromium_org/ash/system/chromeos/bluetooth/
H A Dbluetooth_notification_controller.cc177 // Add the new device to the list of currently paired devices; it doesn't
185 // If the device is already in the list of paired devices, then don't
205 // Cannot provide keyboard entry in a notification; these devices (old car
275 // Build a list of the currently paired devices; these don't receive
277 BluetoothAdapter::DeviceList devices = adapter_->GetDevices(); local
278 for (BluetoothAdapter::DeviceList::const_iterator iter = devices.begin();
279 iter != devices.end(); ++iter) {
/external/chromium_org/ash/touch/
H A Dtouch_transformer_controller_unittest.cc209 std::vector<unsigned int> devices; local
210 devices.push_back(5);
211 ui::SetUpTouchDevicesForTest(devices);
/external/chromium_org/chrome/browser/devtools/device/usb/
H A Dusb_device_provider.cc139 const AndroidUsbDevices& devices) {
142 for (AndroidUsbDevices::const_iterator it = devices.begin();
143 it != devices.end(); ++it) {
138 EnumeratedDevices(const SerialsCallback& callback, const AndroidUsbDevices& devices) argument
/external/chromium_org/content/renderer/media/
H A Duser_media_client_impl.h113 blink::WebVector<blink::WebMediaDeviceInfo>& devices);
184 // |devices| from the MediaStreamDispatcher.
192 const StreamDeviceInfoArray& devices,
198 const StreamDeviceInfoArray& devices,
250 // Requests to enumerate media devices.
/external/chromium_org/content/shell/renderer/test_runner/
H A Dmock_web_user_media_client.cc227 WebVector<WebMediaDeviceInfo> devices(ARRAYSIZE_UNSAFE(test_devices));
229 devices[i].initialize(WebString::fromUTF8(test_devices[i].device_id),
235 delegate_->PostTask(new MediaDevicesRequestTask(this, request, devices));
/external/chromium_org/extensions/browser/api/bluetooth/
H A Dbluetooth_api.cc121 BluetoothAdapter::DeviceList devices = adapter->GetDevices(); local
122 for (BluetoothAdapter::DeviceList::const_iterator iter = devices.begin();
123 iter != devices.end();
/external/chromium_org/extensions/browser/api/usb/
H A Dusb_apitest.cc154 std::vector<scoped_refptr<UsbDevice> >* devices) OVERRIDE {
155 STLClearObject(devices); variable
156 devices->push_back(device_);
/external/chromium_org/third_party/libusb/src/libusb/os/
H A Dlinux_udev.c255 struct udev_list_entry *devices, *entry; local
270 devices = udev_enumerate_get_list_entry(enumerator);
272 udev_list_entry_foreach(entry, devices) {
/external/chromium_org/tools/profile_chrome/
H A Dmain.py176 devices = android_commands.GetAttachedDevices() variable
177 if len(devices) != 1:
179 device = device_utils.DeviceUtils(devices[0])
/external/chromium_org/build/android/pylib/device/
H A Ddevice_utils.py849 def parallel(devices=None, async=False):
850 """Creates a Parallelizer to operate over the provided list of devices.
852 If |devices| is either |None| or an empty list, the Parallelizer will
853 operate over all attached devices.
856 devices: A list of either DeviceUtils instances or objects from
858 all attached devices will be used.
863 A Parallelizer operating over |devices|.
865 if not devices or len(devices) == 0:
866 devices
[all...]
/external/chromium_org/chrome/browser/ui/webui/chromeos/login/
H A Dhid_detection_screen_handler.cc411 // If no connected devices found as pointing device and keyboard, we try to
425 const std::vector<InputDeviceInfo>& devices) {
426 for (std::vector<InputDeviceInfo>::const_iterator it = devices.begin();
427 it != devices.end() &&
470 const std::vector<InputDeviceInfo>& devices) {
471 ProcessConnectedDevicesList(devices);
473 // Screen is not required if both devices are present.
483 const std::vector<InputDeviceInfo>& devices) {
484 ProcessConnectedDevicesList(devices);
424 ProcessConnectedDevicesList( const std::vector<InputDeviceInfo>& devices) argument
468 OnGetInputDevicesListForCheck( const base::Callback<void(bool)>& on_check_done, const std::vector<InputDeviceInfo>& devices) argument
482 OnGetInputDevicesList( const std::vector<InputDeviceInfo>& devices) argument
/external/bluetooth/bluedroid/btif/src/
H A Dbtif_hh.c123 * turned ON by default. Add devices to this list to apply the
350 if (btif_hh_cb.devices[i].dev_status == BTHH_CONN_STATE_CONNECTED &&
351 btif_hh_cb.devices[i].dev_handle == handle)
353 return &btif_hh_cb.devices[i];
371 if (btif_hh_cb.devices[i].dev_status != BTHH_CONN_STATE_UNKNOWN &&
372 memcmp(&(btif_hh_cb.devices[i].bd_addr), bd_addr, BD_ADDR_LEN) == 0)
374 return &btif_hh_cb.devices[i];
392 if (btif_hh_cb.devices[i].dev_status == BTHH_CONN_STATE_CONNECTED &&
393 memcmp(&(btif_hh_cb.devices[i].bd_addr), bd_addr, BD_ADDR_LEN) == 0)
395 return &btif_hh_cb.devices[
[all...]

Completed in 2606 milliseconds

<<1112131415161718