Searched defs:devices (Results 1 - 25 of 158) sorted by relevance

1234567

/external/chromium_org/third_party/libjingle/source/talk/media/devices/
H A Ddummydevicemanager.h34 #include "talk/media/devices/fakedevicemanager.h"
41 std::vector<std::string> devices; local
42 devices.push_back(DeviceManagerInterface::kDefaultDeviceName);
43 SetAudioInputDevices(devices);
44 SetAudioOutputDevices(devices);
45 SetVideoCaptureDevices(devices);
/external/chromium_org/third_party/libjingle/source/talk/sound/
H A Dsoundsysteminterface.cc35 SoundSystemInterface::SoundDeviceLocatorList *devices) {
36 for (SoundDeviceLocatorList::iterator i = devices->begin();
37 i != devices->end();
43 devices->clear();
34 ClearSoundDeviceLocatorList( SoundSystemInterface::SoundDeviceLocatorList *devices) argument
H A Dsoundsystemproxy.cc33 SoundDeviceLocatorList *devices) {
34 return wrapped_ ? wrapped_->EnumeratePlaybackDevices(devices) : false;
38 SoundDeviceLocatorList *devices) {
39 return wrapped_ ? wrapped_->EnumerateCaptureDevices(devices) : false;
32 EnumeratePlaybackDevices( SoundDeviceLocatorList *devices) argument
37 EnumerateCaptureDevices( SoundDeviceLocatorList *devices) argument
/external/chromium_org/tools/telemetry/telemetry/core/
H A Dgpu_info.py12 raise Exception('Missing required "devices" property')
25 devices (array of dictionaries, each of which contains
28 return cls(attrs['devices'],
32 def devices(self): member in class:GPUInfo
/external/chromium_org/chrome/browser/extensions/api/dial/
H A Ddial_apitest.cc51 extensions::DialRegistry::DeviceList devices; local
61 devices.push_back(device1);
62 api->SendEventOnUIThread(devices);
69 devices.push_back(device2);
70 api->SendEventOnUIThread(devices);
77 devices.push_back(device3);
78 api->SendEventOnUIThread(devices);
/external/chromium_org/chrome/browser/sync/
H A Dprofile_sync_service_mock.cc41 ScopedVector<browser_sync::DeviceInfo> devices; local
44 devices.get() = *device_vector;
45 return devices.Pass();
/external/chromium_org/build/android/
H A Dadb_logcat_monitor.py7 """Saves logcats from all connected devices.
11 This script will repeatedly poll adb for new devices and save logcats
29 devices = {} variable
44 process, logcat_num = devices[device_id]
64 devices[device_id] = (process, logcat_num + 1)
77 list of devices or an empty list on timeout
81 out, err = subprocess.Popen([adb_cmd, 'devices'],
88 logging.warning('"adb devices" command timed out')
91 logging.exception('Exception from "adb devices"')
109 # Set up the alarm for calling 'adb devices'
[all...]
/external/chromium_org/chrome/browser/extensions/api/signed_in_devices/
H A Did_mapping_helper_unittest.cc32 ScopedVector<DeviceInfo> devices; local
34 devices.push_back(new DeviceInfo(
38 devices.push_back(new DeviceInfo(
44 CreateMappingForUnmappedDevices(&(devices.get()), &dictionary);
46 std::string public_id1 = devices[0]->public_id();
47 std::string public_id2 = devices[1]->public_id();
55 devices.push_back(new DeviceInfo(
59 CreateMappingForUnmappedDevices(&(devices.get()), &dictionary);
62 EXPECT_EQ(public_id1, devices[0]->public_id());
63 EXPECT_EQ(public_id2, devices[
[all...]
H A Dsigned_in_devices_api.cc48 // Helper routine to get all signed in devices. The helper takes in
55 ScopedVector<DeviceInfo> devices = pss->GetAllSignedInDevices(); local
66 CreateMappingForUnmappedDevices(&(devices.get()),
73 return devices.Pass();
120 ScopedVector<DeviceInfo> devices = local
125 for (ScopedVector<DeviceInfo>::const_iterator it = devices.begin();
126 it != devices.end();
H A Did_mapping_helper.cc93 ScopedVector<DeviceInfo> devices = GetAllSignedInDevices(extension_id, local
95 for (ScopedVector<DeviceInfo>::iterator it = devices.begin();
96 it != devices.end();
100 devices.weak_erase(it);
/external/chromium_org/chrome/browser/storage_monitor/
H A Dstorage_monitor_unittest.cc86 std::vector<StorageInfo> devices = monitor.GetAllAvailableStorages(); local
87 EXPECT_EQ(0U, devices.size());
101 std::vector<StorageInfo> devices = monitor.GetAllAvailableStorages(); local
102 ASSERT_EQ(1U, devices.size());
103 EXPECT_EQ(kDeviceId1, devices[0].device_id());
104 EXPECT_EQ(kDeviceName1, devices[0].name());
105 EXPECT_EQ(kDevicePath1.value(), devices[0].location());
114 devices = monitor.GetAllAvailableStorages();
115 ASSERT_EQ(2U, devices.size());
116 EXPECT_EQ(kDeviceId1, devices[
[all...]
H A Dmedia_storage_util_unittest.cc128 MediaStorageUtil::DeviceIdSet devices; local
129 devices.insert(kImageCaptureDeviceId);
139 base::Unretained(&devices), signal_event));
141 EXPECT_FALSE(devices.find(kImageCaptureDeviceId) != devices.end());
145 devices.insert(kImageCaptureDeviceId);
149 base::Unretained(&devices), signal_event));
152 EXPECT_TRUE(devices.find(kImageCaptureDeviceId) != devices.end());
/external/chromium_org/content/public/browser/
H A Dspeech_recognition_session_context.h64 // A list of devices being used by the recognition session.
65 MediaStreamDevices devices; member in struct:content::SpeechRecognitionSessionContext
/external/chromium_org/device/bluetooth/
H A Dbluetooth_adapter.cc23 DeviceList devices; local
26 devices.push_back(const_cast<BluetoothDevice *>(*i));
28 return devices;
32 ConstDeviceList devices; local
36 devices.push_back(iter->second);
38 return devices;
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/clover/api/
H A Ddevice.cpp32 cl_uint num_entries, cl_device_id *devices,
39 if ((!num_entries && devices) ||
40 (!num_devices && !devices))
43 // Collect matching devices
57 if (devices)
60 devices);
31 clGetDeviceIDs(cl_platform_id platform, cl_device_type device_type, cl_uint num_entries, cl_device_id *devices, cl_uint *num_devices) argument
/external/chromium_org/ui/events/x/
H A Ddevice_list_cache_x.h22 DeviceList() : devices(NULL), count(0) {
25 return devices[x];
27 T* devices; member in struct:DeviceList
45 // Returns the list of devices associated with |display|. Uses the old X11
46 // protocol to get the list of the devices.
49 // Returns the list of devices associated with |display|. Uses the newer
50 // XINPUT2 protocol to get the list of devices. Before making this call, make
H A Devents_x_unittest.cc176 std::vector<unsigned int> devices; local
177 devices.push_back(0);
178 ui::SetUpTouchDevicesForTest(devices);
/external/mesa3d/src/gallium/state_trackers/clover/api/
H A Ddevice.cpp32 cl_uint num_entries, cl_device_id *devices,
39 if ((!num_entries && devices) ||
40 (!num_devices && !devices))
43 // Collect matching devices
57 if (devices)
60 devices);
31 clGetDeviceIDs(cl_platform_id platform, cl_device_type device_type, cl_uint num_entries, cl_device_id *devices, cl_uint *num_devices) argument
/external/chromium_org/chrome/browser/ui/content_settings/
H A Dcontent_setting_media_menu_model.cc25 const content::MediaStreamDevices& devices = local
30 for (size_t i = 0; i < devices.size(); ++i) {
31 commands_.insert(std::make_pair(commands_.size(), devices[i]));
32 AddItem(i, UTF8ToUTF16(devices[i].name));
/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
/external/chromium_org/ppapi/shared_impl/
H A Dppb_device_ref_shared.cc49 const std::vector<DeviceRefData>& devices) {
51 size_t size = devices.size();
56 new PPB_DeviceRef_Shared(type, instance, devices[index]);
46 CreateResourceArray( ResourceObjectType type, PP_Instance instance, const std::vector<DeviceRefData>& devices) argument
/external/chromium_org/remoting/host/
H A Dcurtain_mode_linux.cc48 // are running under, so we check for the Xvfb input devices.
59 XDeviceInfo* devices; local
63 devices = XListInputDevices(display, &num_devices);
65 XDeviceInfo* device_info = &devices[i];
96 XFreeDeviceList(devices);
/external/chromium_org/ui/aura/
H A Droot_window_host_x11_unittest.cc126 std::vector<unsigned int> devices; local
127 devices.push_back(0);
128 ui::SetUpTouchDevicesForTest(devices);
198 std::vector<unsigned int> devices; local
199 devices.push_back(0);
200 ui::SetUpTouchDevicesForTest(devices);
/external/bluetooth/bluedroid/stack/hid/
H A Dhidh_int.h52 tHID_HOST_DEV_CTB devices[HID_HOST_MAX_DEVICES]; member in struct:host_ctb
/external/chromium_org/chrome/browser/extensions/api/image_writer_private/
H A Dremovable_storage_provider_linux.cc61 struct udev_list_entry* devices, *dev_list_entry; local
70 /* Create a list of the devices in the 'block' subsystem. */
75 devices = udev_enumerate_get_list_entry(enumerate);
77 udev_list_entry_foreach(dev_list_entry, devices) {

Completed in 727 milliseconds

1234567