HomeSort by relevance Sort by last modified time
    Searched full:device_info (Results 101 - 125 of 135) sorted by null

1 2 3 45 6

  /external/bluetooth/bluedroid/stack/include/
sdp_api.h 630 SDP_API extern UINT16 SDP_SetLocalDiRecord (tSDP_DI_RECORD *device_info,
685 tSDP_DI_GET_RECORD *device_info,
  /external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/sync/
ProfileSyncService.java 376 if ((modelTypeSelection & ModelTypeSelection.DEVICE_INFO) != 0) {
377 syncTypes.add(ModelType.DEVICE_INFO);
  /external/chromium_org/chrome/browser/devtools/device/
android_device_manager.cc 36 const AndroidDeviceManager::DeviceInfo& device_info) {
37 response_message_loop->PostTask(FROM_HERE, base::Bind(callback, device_info));
  /external/chromium_org/chrome/browser/sync/
profile_sync_service_android.cc 382 if (types.Has(syncer::DEVICE_INFO)) {
383 model_type_selection |= DEVICE_INFO;
  /external/chromium_org/components/storage_monitor/
storage_monitor_chromeos_unittest.cc 77 StorageInfo* device_info) const OVERRIDE {
78 return StorageMonitorCros::GetStorageInfoForPath(path, device_info);
  /external/chromium_org/chrome/browser/ui/cocoa/wrench_menu/
wrench_menu_controller_unittest.mm 10 #include "chrome/browser/sync/glue/device_info.h"
  /external/chromium_org/content/browser/renderer_host/media/
video_capture_manager.h 144 const MediaStreamDevice& device_info);
media_stream_manager.h 305 // in |request|. If it has been requested, |device_info| contain information
video_capture_host_unittest.cc 108 const StreamDeviceInfo& device_info));
  /external/chromium_org/sync/internal_api/public/
write_node.h 164 // Should only be called if GetModelType() == DEVICE_INFO.
  /external/chromium_org/sync/protocol/
proto_value_conversions_unittest.cc 283 SET_FIELD(device_info);
  /hardware/libhardware/include/hardware/
tv_input.h 175 tv_input_device_info_t device_info; member in union:tv_input_event::__anon40529
  /external/chromium_org/chrome/browser/sync/glue/
sync_backend_host_core.cc 9 #include "chrome/browser/sync/glue/device_info.h"
492 registrar_->ActivateDataType(syncer::DEVICE_INFO,
545 registrar_->DeactivateDataType(syncer::DEVICE_INFO);
sync_backend_host_impl_unittest.cc 18 #include "chrome/browser/sync/glue/device_info.h"
179 enabled_types_.Put(syncer::DEVICE_INFO);
630 syncer::ModelTypeSet new_types(syncer::EXPERIMENTS, syncer::DEVICE_INFO);
sync_backend_host_core.h 295 // A special ChangeProcessor that tracks the DEVICE_INFO type for us.
  /external/chromium_org/chrome/browser/ui/webui/chromeos/
mobile_setup_ui.cc 549 base::DictionaryValue device_info; local
550 GetDeviceInfo(properties, &device_info);
551 web_ui()->CallJavascriptFunction(kJsGetDeviceInfoCallback, device_info);
  /frameworks/base/services/core/jni/
com_android_server_tv_TvInputHal.cpp 433 thiz->onDeviceAvailable(event->device_info);
436 thiz->onDeviceUnavailable(event->device_info.device_id);
439 thiz->onStreamConfigurationsChanged(event->device_info.device_id);
  /external/chromium_org/chrome/browser/supervised_user/
supervised_user_registration_utility.cc 24 #include "chrome/browser/sync/glue/device_info.h"
  /external/chromium_org/sync/internal_api/public/base/
model_type.h 131 DEVICE_INFO,
  /external/chromium_org/sync/tools/
sync_client.cc 311 model_types.Put(DEVICE_INFO);
  /external/chromium_org/chrome/browser/extensions/api/bluetooth/
bluetooth_apitest.cc 453 LoadExtension(test_data_dir_.AppendASCII("bluetooth/device_info")));
  /external/chromium_org/chrome/browser/sync/sessions/
sessions_sync_manager.h 20 #include "chrome/browser/sync/glue/device_info.h"
  /external/chromium_org/chrome/common/extensions/docs/templates/articles/
app_bluetooth.html 98 <h2 id="device_info">Device information</h2>
  /external/chromium_org/components/sync_driver/
model_association_manager.cc 24 syncer::DEVICE_INFO, // Listed for completeness.
  /external/chromium_org/sync/tools/testserver/
chromiumsync.py 73 DEVICE_INFO,
118 DEVICE_INFO: SYNC_TYPE_FIELDS['device_info'],
511 parent_tag=ROOT_ID, sync_type=DEVICE_INFO),
    [all...]

Completed in 1967 milliseconds

1 2 3 45 6