Searched defs:device_type (Results 1 - 25 of 59) sorted by relevance

123

/external/chromium_org/base/system_monitor/
H A Dsystem_monitor.cc34 void SystemMonitor::ProcessDevicesChanged(DeviceType device_type) { argument
35 NotifyDevicesChanged(device_type);
46 void SystemMonitor::NotifyDevicesChanged(DeviceType device_type) { argument
47 DVLOG(1) << "DevicesChanged with device type " << device_type;
49 &DevicesChangedObserver::OnDevicesChanged, device_type);
H A Dsystem_monitor.h40 virtual void OnDevicesChanged(DeviceType device_type) {} argument
61 void ProcessDevicesChanged(DeviceType device_type);
65 void NotifyDevicesChanged(DeviceType device_type);
/external/chromium_org/chrome/browser/media_galleries/fileapi/
H A Diapps_finder_impl.cc59 storage_monitor::StorageInfo::Type device_type; local
62 device_id, &device_type, &unique_id);
63 if (device_type != storage_monitor::StorageInfo::IPHOTO)
77 storage_monitor::StorageInfo::Type device_type; local
80 device_id, &device_type, &unique_id);
81 if (device_type != storage_monitor::StorageInfo::ITUNES)
/external/chromium_org/content/browser/
H A Ddevice_monitor_udev.cc20 base::SystemMonitor::DeviceType device_type; member in struct:__anon7043::SubsystemMap
73 base::SystemMonitor::DeviceType device_type = local
78 device_type = kSubsystemMap[i].device_type;
82 DCHECK_NE(device_type, base::SystemMonitor::DEVTYPE_UNKNOWN);
84 base::SystemMonitor::Get()->ProcessDevicesChanged(device_type);
H A Dsystem_message_window_win.cc22 const base::SystemMonitor::DeviceType device_type; member in struct:content::__anon7445::__anon7446
107 base::SystemMonitor::DeviceType device_type = local
128 device_type = kDeviceCategoryMap[i].device_type;
136 if (device_type == base::SystemMonitor::DEVTYPE_UNKNOWN)
145 monitor->ProcessDevicesChanged(device_type);
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/clover/api/
H A Ddevice.cpp31 clGetDeviceIDs(cl_platform_id platform, cl_device_type device_type, argument
45 if (((device_type & CL_DEVICE_TYPE_DEFAULT) &&
47 (device_type & dev.type()))
/external/mesa3d/src/gallium/state_trackers/clover/api/
H A Ddevice.cpp31 clGetDeviceIDs(cl_platform_id platform, cl_device_type device_type, argument
45 if (((device_type & CL_DEVICE_TYPE_DEFAULT) &&
47 (device_type & dev.type()))
/external/chromium_org/chrome/browser/sync/glue/
H A Dlocal_device_info_provider_mock.cc17 const sync_pb::SyncEnums::DeviceType device_type,
26 device_type,
12 LocalDeviceInfoProviderMock( const std::string& guid, const std::string& client_name, const std::string& chrome_version, const std::string& sync_user_agent, const sync_pb::SyncEnums::DeviceType device_type, const std::string& signin_scoped_device_id) argument
H A Dsynced_session.h50 DeviceType device_type; member in struct:browser_sync::SyncedSession
63 switch (device_type) {
/external/chromium_org/components/sync_driver/
H A Ddevice_info.cc14 const sync_pb::SyncEnums::DeviceType device_type,
20 device_type_(device_type),
46 sync_pb::SyncEnums::DeviceType DeviceInfo::device_type() const { function in class:sync_driver::DeviceInfo
95 this->device_type() == other.device_type() &&
10 DeviceInfo(const std::string& guid, const std::string& client_name, const std::string& chrome_version, const std::string& sync_user_agent, const sync_pb::SyncEnums::DeviceType device_type, const std::string& signin_scoped_device_id) argument
/external/chromium_org/ui/events/ozone/device/
H A Ddevice_event.h29 DeviceType device_type() const { return device_type_; } function in class:ui::DeviceEvent
/external/chromium_org/chrome/browser/ui/webui/options/
H A Dmedia_devices_selection_handler.cc93 std::string device_type; local
97 device_type = kAudio;
101 device_type = kVideo;
123 base::StringValue type_value(device_type);
/external/chromium_org/device/bluetooth/
H A Dbluetooth_device.cc35 BluetoothDevice::DeviceType device_type = GetDeviceType(); local
36 switch (device_type) {
/external/bluetooth/bluedroid/btif/src/
H A Dbtif_gatt_util.c313 int device_type = 0; local
322 btif_get_device_type(bd_addr, &device_type);
323 switch(device_type)
338 BTIF_TRACE_ERROR (" GATT Encrypt :Invalid device type %d",device_type);
/external/chromium_org/chrome/browser/chromeos/extensions/file_manager/
H A Dfile_manager_private_apitest.cc29 chromeos::DeviceType device_type; member in struct:__anon3137::TestDiskInfo
217 kTestDisks[disk_info_index].device_type,
/external/chromium_org/chrome/browser/chromeos/file_manager/
H A Dvolume_manager.h79 chromeos::DeviceType device_type; member in struct:file_manager::VolumeInfo
163 chromeos::DeviceType device_type);
/external/chromium_org/chrome/browser/chromeos/imageburner/
H A Dburn_device_handler_unittest.cc154 DeviceType device_type) {
169 device_type,
149 CreateMockDisk( const std::string& device_path, bool is_parent, bool on_boot_device, bool has_media, DeviceType device_type) argument
/external/chromium_org/chrome/browser/extensions/api/image_writer_private/
H A Dremovable_storage_provider_chromeos_unittest.cc47 chromeos::DeviceType device_type,
54 device_type,
63 chromeos::DeviceType device_type,
77 device_type,
46 CreateDisk(const std::string& device_path, chromeos::DeviceType device_type, bool is_parent, bool has_media, bool on_boot_device) argument
60 CreateDisk(const std::string& device_path, const std::string& vendor_name, const std::string& product_name, chromeos::DeviceType device_type, bool is_parent, bool has_media, bool on_boot_device) argument
/external/chromium_org/content/renderer/pepper/
H A Dpepper_device_enumeration_host_helper.cc96 PP_DeviceType_Dev device_type,
100 device_type_(device_type),
93 PepperDeviceEnumerationHostHelper( ppapi::host::ResourceHost* resource_host, base::WeakPtr<Delegate> delegate, PP_DeviceType_Dev device_type, const GURL& document_url) argument
/external/chromium_org/sync/protocol/
H A Dproto_enum_conversions.cc191 sync_pb::SyncEnums::DeviceType device_type) {
193 switch (device_type) {
190 GetDeviceTypeString( sync_pb::SyncEnums::DeviceType device_type) argument
/external/srec/srec/cfront/
H A Dca_wave.c163 int device_type)
168 ASSERT(device_type == WAVE_DEVICE_RAW);
177 hWave->data.device_type = device_type;
268 if (hWave->data.device_type != WAVE_DEVICE_RAW)
159 CA_OpenWaveFromDevice(CA_Wave *hWave, int wave_type, int samplerate, int device_id, int device_type) argument
/external/chromium_org/chrome/browser/extensions/api/webrtc_audio_private/
H A Dwebrtc_audio_private_api.cc68 base::SystemMonitor::DeviceType device_type) {
69 switch (device_type) {
67 OnDevicesChanged( base::SystemMonitor::DeviceType device_type) argument
/external/chromium_org/chrome/browser/metrics/
H A Dchromeos_metrics_provider.cc37 device::BluetoothDevice::DeviceType device_type) {
38 switch (device_type) {
36 AsBluetoothDeviceType( device::BluetoothDevice::DeviceType device_type) argument
/external/chromium_org/chromeos/disks/
H A Ddisk_mount_manager_unittest.cc37 chromeos::DeviceType device_type; member in struct:__anon6149::TestDiskInfo
168 disk.device_type,
H A Dmock_disk_mount_manager.cc189 DeviceType device_type,
207 device_type,
183 CreateDiskEntryForMountDevice( const DiskMountManager::MountPointInfo& mount_info, const std::string& device_id, const std::string& device_label, const std::string& vendor_name, const std::string& product_name, DeviceType device_type, uint64 total_size_in_bytes, bool is_parent, bool has_media, bool on_boot_device, bool on_removable_device) argument

Completed in 646 milliseconds

123