/external/chromium_org/base/system_monitor/ |
system_monitor.cc | 34 void SystemMonitor::ProcessDevicesChanged(DeviceType device_type) { 35 NotifyDevicesChanged(device_type); 46 void SystemMonitor::NotifyDevicesChanged(DeviceType device_type) { 47 DVLOG(1) << "DevicesChanged with device type " << device_type; 49 &DevicesChangedObserver::OnDevicesChanged, device_type);
|
system_monitor.h | 40 virtual void OnDevicesChanged(DeviceType device_type) {} 61 void ProcessDevicesChanged(DeviceType device_type); 65 void NotifyDevicesChanged(DeviceType device_type);
|
/external/chromium_org/content/browser/ |
device_monitor_udev.cc | 20 base::SystemMonitor::DeviceType device_type; member in struct:__anon7619::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);
|
system_message_window_win.cc | 22 const base::SystemMonitor::DeviceType device_type; member in struct:content::__anon7952::__anon7953 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);
|
device_monitor_mac.mm | 184 DeviceInfo::DeviceType device_type = DeviceInfo::kUnknown; 190 device_type = DeviceInfo::kVideo; 194 device_type = DeviceInfo::kMuxed; 198 device_type = DeviceInfo::kAudio; 201 DeviceInfo([[device uniqueID] UTF8String], device_type)); 245 DeviceInfo::DeviceType device_type = DeviceInfo::kUnknown; 247 device_type = DeviceInfo::kVideo; 249 device_type = DeviceInfo::kMuxed; 251 device_type = DeviceInfo::kAudio; 254 device_type)); [all...] |
/external/chromium_org/chrome/test/functional/ispy/client/ |
chrome_utils.py | 88 def _GetExpectationNameWithVersion(self, device_type, expectation, 93 device_type: string identifier for the device type. 102 return self._CreateExpectationName(device_type, expectation, version) 104 def _CreateExpectationName(self, device_type, expectation, version): 108 device_type: string identifier for the device type, example: mako 115 return '%s:%s(%s)' % (device_type, expectation, version) 117 def GenerateExpectation(self, device_type, expectation, chrome_version): 121 device_type: string identifier for the device type. 128 device_type, expectation, chrome_version) 137 def PerformComparison(self, test_run, device_type, expectation [all...] |
/external/chromium_org/base/test/ |
mock_devices_changed_observer.h | 22 void(base::SystemMonitor::DeviceType device_type));
|
/external/chromium_org/chrome/browser/ui/webui/options/ |
media_devices_selection_handler.cc | 91 std::string device_type; local 95 device_type = kAudio; 99 device_type = kVideo; 121 StringValue type_value(device_type);
|
/external/chromium_org/chrome/browser/chromeos/extensions/file_manager/ |
private_api_util.cc | 171 // Fill device_type iff the volume is removable partition. 173 switch (volume_info.device_type) { 175 volume_metadata->device_type = 179 volume_metadata->device_type = file_browser_private::DEVICE_TYPE_USB; 182 volume_metadata->device_type = file_browser_private::DEVICE_TYPE_SD; 186 volume_metadata->device_type = 190 volume_metadata->device_type = file_browser_private::DEVICE_TYPE_MOBILE; 194 volume_metadata->device_type =
|
/external/chromium_org/chrome/browser/sync/glue/ |
device_info.cc | 51 const sync_pb::SyncEnums::DeviceType device_type) 56 device_type_(device_type) { 81 sync_pb::SyncEnums::DeviceType DeviceInfo::device_type() const { function in class:browser_sync::DeviceInfo 126 && this->device_type() == other.device_type();
|
synced_session.h | 49 DeviceType device_type; member in struct:browser_sync::SyncedSession 62 switch (device_type) {
|
synced_device_tracker.cc | 75 specifics.device_type())); 94 specifics.device_type())); 131 specifics.device_type())); 168 specifics.set_device_type(info.device_type());
|
synced_session.cc | 15 device_type(TYPE_UNSET) {
|
/external/chromium_org/chrome/browser/chromeos/imageburner/ |
burn_device_handler.cc | 24 (disk.device_type() == DEVICE_TYPE_USB || 25 disk.device_type() == DEVICE_TYPE_SD);
|
/external/bluetooth/bluedroid/btif/include/ |
btif_gatt_util.h | 39 BOOLEAN btif_get_device_type(BD_ADDR bd_addr, int *addr_type, int *device_type);
|
/external/chromium_org/sync/protocol/ |
device_info_specifics.proto | 30 optional SyncEnums.DeviceType device_type = 3;
|
/hardware/qcom/audio/hal/ |
platform_api.h | 24 int platform_get_pcm_device_id(audio_usecase_t usecase, int device_type);
|
/external/srec/srec/cfront/ |
ca_wave.c | 163 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)
|
/external/chromium/chrome/browser/chromeos/cros/ |
mount_library.h | 45 DeviceType device_type, 66 DeviceType device_type() const { return device_type_; } function in class:chromeos::MountLibrary::Disk
|
/external/chromium_org/content/renderer/pepper/ |
pepper_device_enumeration_host_helper.cc | 96 PP_DeviceType_Dev device_type, 100 device_type_(device_type),
|
/external/chromium_org/ui/surface/ |
d3d9_utils_win.cc | 31 D3DDEVTYPE device_type, 79 device_type,
|
/frameworks/base/wifi/java/android/net/wifi/p2p/ |
WifiP2pWfdInfo.java | 45 private static final int DEVICE_TYPE = 0x3; 75 return (mDeviceInfo & DEVICE_TYPE);
|
/external/bluetooth/bluedroid/btif/src/ |
btif_gatt_util.c | 303 BOOLEAN btif_get_device_type(BD_ADDR bd_addr, int *addr_type, int *device_type) 305 if (device_type == NULL || addr_type == NULL) 314 if (!btif_config_get_int("Remote", bd_addr_str, "DevType", device_type)) 320 ALOGD("%s: Device [%s] type %d, addr. type %d", __FUNCTION__, bd_addr_str, *device_type, *addr_type);
|
/external/bluetooth/bluedroid/stack/btm/ |
btm_ble_addr.c | 290 BTM_TRACE_ERROR2("sec_flags = %02x device_type = %d", p_dev_rec->sec_flags, p_dev_rec->device_type); 292 if ((p_dev_rec->device_type == BT_DEVICE_TYPE_BLE) && 367 p_dev_rec->device_type == BT_DEVICE_TYPE_BLE)
|
/external/chromium_org/chrome/browser/search_engines/ |
search_terms_data.cc | 158 sync_pb::SyncEnums::DeviceType device_type = local 160 return device_type == sync_pb::SyncEnums_DeviceType_TYPE_PHONE ? 171 sync_pb::SyncEnums::DeviceType device_type = local 173 return device_type == sync_pb::SyncEnums_DeviceType_TYPE_PHONE ?
|