HomeSort by relevance Sort by last modified time
    Searched defs:DeviceInfo (Results 1 - 21 of 21) sorted by null

  /external/chromium_org/third_party/webrtc/modules/video_capture/include/
video_capture.h 22 class DeviceInfo {
75 virtual ~DeviceInfo() {}
134 // DeviceInfo::GetOrientation the captured frames are
  /external/chromium_org/components/sync_driver/
device_info.cc 10 DeviceInfo::DeviceInfo(const std::string& guid,
24 DeviceInfo::~DeviceInfo() { }
26 const std::string& DeviceInfo::guid() const {
30 const std::string& DeviceInfo::client_name() const {
34 const std::string& DeviceInfo::chrome_version() const {
38 const std::string& DeviceInfo::sync_user_agent() const {
42 const std::string& DeviceInfo::public_id() const {
46 sync_pb::SyncEnums::DeviceType DeviceInfo::device_type() const
    [all...]
device_info.h 21 class DeviceInfo {
23 DeviceInfo(const std::string& guid,
29 ~DeviceInfo();
65 bool Equals(const DeviceInfo& other) const;
73 // Converts the |DeviceInfo| values to a JS friendly DictionaryValue,
96 DISALLOW_COPY_AND_ASSIGN(DeviceInfo);
  /device/asus/fugu/libaudio/
AudioHotplugThread.h 27 struct DeviceInfo {
40 virtual void onDeviceFound(const DeviceInfo& devInfo) = 0;
57 DeviceInfo* info);
  /external/chromium_org/content/browser/renderer_host/media/
video_capture_manager.h 139 struct DeviceInfo {
140 DeviceInfo();
141 DeviceInfo(const media::VideoCaptureDevice::Name& name,
143 ~DeviceInfo();
148 typedef std::vector<DeviceInfo> DeviceInfos;
201 DeviceInfo* FindDeviceInfoById(const std::string& id,
video_capture_manager.cc 108 VideoCaptureManager::DeviceInfo::DeviceInfo() {}
110 VideoCaptureManager::DeviceInfo::DeviceInfo(
116 VideoCaptureManager::DeviceInfo::~DeviceInfo() {}
239 DeviceInfo* found = FindDeviceInfoById(entry->id, devices_info_cache_);
447 DeviceInfo* existing_device =
607 DeviceInfo device_info(*it, media::VideoCaptureFormats());
696 VideoCaptureManager::DeviceInfo* VideoCaptureManager::FindDeviceInfoById
    [all...]
  /external/chromium_org/cloud_print/gcp20/prototype/
privet_http_server.cc 90 PrivetHttpServer::DeviceInfo::DeviceInfo() : uptime(0) {
93 PrivetHttpServer::DeviceInfo::~DeviceInfo() {
246 DeviceInfo info;
privet_http_server.h 37 struct DeviceInfo {
38 DeviceInfo();
39 ~DeviceInfo();
86 virtual void CreateInfo(DeviceInfo* info) = 0;
  /external/chromium_org/build/android/buildbot/
bb_device_status_check.py 38 def DeviceInfo(serial, options):
332 zip(*[DeviceInfo(dev, options) for dev in devices]))
  /external/qemu/include/hw/
qdev-core.h 72 typedef struct DeviceInfo DeviceInfo;
74 typedef void (*qdev_initfn)(DeviceState *dev, DeviceInfo *info);
78 struct DeviceInfo {
88 void qdev_register(DeviceInfo *info);
  /external/chromium_org/chrome/browser/devtools/device/
android_device_manager.cc 36 const AndroidDeviceManager::DeviceInfo& device_info) {
210 typedef AndroidDeviceManager::DeviceInfo DeviceInfo;
279 AndroidDeviceManager::DeviceInfo::DeviceInfo()
283 AndroidDeviceManager::DeviceInfo::~DeviceInfo() {
android_device_manager.h 45 struct DeviceInfo {
46 DeviceInfo();
47 ~DeviceInfo();
55 typedef base::Callback<void(const DeviceInfo&)> DeviceInfoCallback;
devtools_android_bridge.cc 69 typedef AndroidDeviceManager::DeviceInfo DeviceInfo;
85 const DeviceInfo& device_info);
121 const DeviceInfo& device_info) {
707 const AndroidDeviceManager::DeviceInfo& device_info)
  /frameworks/base/services/core/java/com/android/server/hdmi/
DeviceDiscoveryAction.java 69 private static final class DeviceInfo {
78 private DeviceInfo(int logicalAddress) {
88 private final ArrayList<DeviceInfo> mDevices = new ArrayList<>();
128 DeviceInfo info = new DeviceInfo(i);
249 DeviceInfo current = mDevices.get(mProcessedDeviceCount);
275 DeviceInfo current = mDevices.get(mProcessedDeviceCount);
298 DeviceInfo current = mDevices.get(mProcessedDeviceCount);
324 for (DeviceInfo info : mDevices) {
326 Slog.v(TAG, " DeviceInfo: " + cecDeviceInfo)
    [all...]
  /hardware/ti/omap3/omx/system/src/openmax_il/lcml/inc/
LCML_Types.h 275 LCML_DEVICERENDERING DeviceInfo;
  /frameworks/av/services/camera/libcameraservice/api1/client2/
Parameters.h 200 struct DeviceInfo {
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
BluetoothControllerImpl.java 87 private final ArrayMap<BluetoothDevice, DeviceInfo> mDeviceInfo = new ArrayMap<>();
125 final DeviceInfo info = mDeviceInfo.valueAt(i);
132 private static String infoToString(DeviceInfo info) {
201 final DeviceInfo info = mDeviceInfo.valueAt(i);
234 final DeviceInfo info = mDeviceInfo.get(device);
302 for (DeviceInfo info : mDeviceInfo.values()) {
328 DeviceInfo info = updateInfo(device);
344 DeviceInfo info = updateInfo(device);
380 DeviceInfo info = mDeviceInfo.valueAt(i);
525 private DeviceInfo updateInfo(BluetoothDevice device)
    [all...]
  /external/mdnsresponder/mDNSCore/
mDNSEmbeddedAPI.h     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
ksmedia.h     [all...]
strmif.h     [all...]
  /prebuilts/devtools/tools/lib/
hierarchyviewer2lib.jar 

Completed in 397 milliseconds