/packages/apps/Email/tests/src/com/android/emailcommon/ |
DeviceTests.java | 37 final String deviceId = Device.getConsistentDeviceId(getContext()); 38 final String deviceId2 = Device.getConsistentDeviceId(getContext());
|
/external/chromium_org/content/renderer/media/ |
video_capture_impl_manager.h | 7 // video capture device. VideoCaputreImplManager supports multiple clients 8 // accessing same device. 32 // Called by video capture client |handler| to add device referenced 33 // by |id| to VideoCaptureImplManager's list of opened device list. 40 // Called by video capture client |handler| to remove device referenced 41 // by |id| from VideoCaptureImplManager's list of opened device list. 59 struct Device { 60 Device(VideoCaptureImpl* device, 62 ~Device(); [all...] |
video_capture_impl_manager.cc | 31 devices_[id] = new Device(vc, handler); 79 VideoCaptureImplManager::Device::Device( 80 VideoCaptureImpl* device, 82 : vc(device) { 86 VideoCaptureImplManager::Device::~Device() {}
|
/external/chromium_org/third_party/libjingle/source/talk/media/devices/ |
filevideocapturer.h | 80 // Determines if the given device is actually a video file, to be captured 82 static bool IsFileVideoCapturerDevice(const Device& device) { 83 return talk_base::starts_with(device.id.c_str(), kVideoFileDevicePrefix); 86 // Creates a fake device for the given filename. 87 static Device CreateFileVideoCapturerDevice(const std::string& filename) { 90 return Device(filename, id.str()); 108 // Initializes the capturer with the given device. This should only be used 109 // if IsFileVideoCapturerDevice returned true for the given device. 110 bool Init(const Device& device) [all...] |
win32deviceinfo.cc | 32 bool GetUsbId(const Device& device, std::string* usb_id) { 36 const size_t vid_location = device.id.find(vid); 38 vid_location + sizeof(vid) - 1 + id_size > device.id.size()) { 42 const size_t pid_location = device.id.find(pid); 44 pid_location + sizeof(pid) - 1 + id_size > device.id.size()) { 47 std::string id_vendor = device.id.substr(vid_location + sizeof(vid) - 1, 49 std::string id_product = device.id.substr(pid_location + sizeof(pid) -1, 58 bool GetUsbVersion(const Device& device, std::string* usb_version) [all...] |
win32devicemanager.cc | 87 static bool GetDevices(const CLSID& catid, std::vector<Device>* out); 88 static bool GetCoreAudioDevices(bool input, std::vector<Device>* devs); 89 static bool GetWaveDevices(bool input, std::vector<Device>* devs); 131 bool Win32DeviceManager::GetDefaultVideoCaptureDevice(Device* device) { 135 std::vector<Device> devices; 138 *device = devices[0]; 142 *device = devices[i]; 151 std::vector<Device>* devs) { 164 bool Win32DeviceManager::GetVideoCaptureDevices(std::vector<Device>* devices) 276 CComPtr<IMMDevice> device; local [all...] |
devicemanager_unittest.cc | 56 using cricket::Device; 73 virtual cricket::VideoCapturer* Create(const cricket::Device& device) { 108 std::vector<Device> devices; 109 // Ensure that calls to video device work if COM is not yet initialized. 138 std::vector<Device> audio_ins, audio_outs, video_ins; 139 std::vector<cricket::Device> video_in_devs; 140 cricket::Device def_video; 156 Device device; local 171 Device device; local 191 Device device; local [all...] |
/frameworks/base/services/input/ |
EventHub.h | 48 * through evdev from uinput device drivers because there is currently no 63 // Device id of a special "virtual" keyboard that is always present. 65 // Device id of the "built-in" keyboard if there is one. 101 * Input device classes. 104 /* The input device is a keyboard or has buttons. */ 107 /* The input device is an alpha-numeric keyboard (not just a dial pad). */ 110 /* The input device is a touchscreen or a touchpad (either single-touch or multi-touch). */ 113 /* The input device is a cursor device such as a trackball or mouse. */ 116 /* The input device is a multi-touch touchscreen. * [all...] |
/device/asus/deb/recovery/ |
recovery_ui.cpp | 23 #include "device.h" 63 class DebDevice : public Device 108 Device* make_device() {
|
/device/asus/flo/recovery/ |
recovery_ui.cpp | 23 #include "device.h" 63 class FloDevice : public Device 108 Device* make_device() {
|
/device/asus/grouper/recovery/ |
recovery_ui.cpp | 23 #include "device.h" 63 class GrouperDevice : public Device { 107 Device* make_device() {
|
/device/asus/tilapia/recovery/ |
recovery_ui.cpp | 23 #include "device.h" 63 class TilapiaDevice : public Device { 107 Device* make_device() {
|
/device/lge/hammerhead/recovery/ |
recovery_ui.cpp | 23 #include "device.h" 69 class HammerheadDevice : public Device 114 Device* make_device() {
|
/device/lge/mako/recovery/ |
recovery_ui.cpp | 23 #include "device.h" 63 class MakoDevice : public Device 108 Device* make_device() {
|
/device/samsung/manta/recovery/ |
recovery_ui.cpp | 23 #include "device.h" 63 class MantaDevice : public Device { 107 Device* make_device() {
|
/external/chromium_org/chrome/test/chromedriver/chrome/ |
device_manager_unittest.cc | 74 scoped_ptr<Device> device1; 75 scoped_ptr<Device> device2; 76 scoped_ptr<Device> device3; 88 scoped_ptr<Device> device1; 89 scoped_ptr<Device> device2; 90 scoped_ptr<Device> device3; 100 TEST(Device, StartStopApp) { 103 scoped_ptr<Device> device1;
|
chrome_android_impl.cc | 16 scoped_ptr<Device> device) 20 device_(device.Pass()) {}
|
device_manager.cc | 19 Device::Device( 26 Device::~Device() { 30 Status Device::SetUp(const std::string& package, 99 Status Device::ForwardDevtoolsPort(const std::string& package, 121 Status Device::TearDown() { 138 Status DeviceManager::AcquireDevice(scoped_ptr<Device>* device) { 153 device->reset(LockDevice(*iter)) [all...] |
/hardware/samsung_slsi/exynos5/mobicore/daemon/Daemon/Device/Platforms/ |
Android.mk | 7 PLATFORMS_PATH := $(LOCAL_PATH)/Daemon/Device/Platforms
|
/hardware/samsung_slsi/exynos5/mobicore/daemon/Daemon/Device/Platforms/Generic/ |
Android.mk | 3 # Generic TrustZone device includes 10 GENERIC_PATH := Daemon/Device/Platforms/Generic
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/bluetooth/ |
DevicePickerActivity.java | 44 * {@link Activity} that shows a list of paired and new devices and returns the device selected 45 * by the user. When the user selects a paired device, it forwards them to the Bluetooth settings 58 private ArrayAdapter<Device> mNewDevicesAdapter; 60 private ArrayAdapter<Device> mPairedDevicesAdapter; 70 mPairedDevicesAdapter = new ArrayAdapter<Device>(this, R.layout.bt_device_name); 78 mNewDevicesAdapter = new ArrayAdapter<Device>(this, R.layout.bt_device_name); 134 for (BluetoothDevice device : pairedDevices) { 135 mPairedDevicesAdapter.add(Device.fromBluetoothDevice(device)); 152 Device device = (Device) parent.getItemAtPosition(position) local 190 BluetoothDevice device = intent.getParcelableExtra(BluetoothDevice.EXTRA_DEVICE); local [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/configuration/ |
VaryingConfiguration.java | 26 import com.android.sdklib.devices.Device; 46 * overrides the device will probably return a phone-sized screen if the 47 * inherited device is a tablet, or vice versa. 217 // Cached values, key=parent's device, cached value=device 218 private Device mPrevParentDevice; 219 private Device mPrevDevice; 223 public Device getDevice() { 227 Device device = mParent.getDevice() local 350 Device device = getDevice(); local [all...] |
/external/chromium/third_party/libjingle/source/talk/session/phone/ |
devicemanager.cc | 130 static bool GetVideoDevices(std::vector<Device>* out); 136 static bool GetDevices(const CLSID& catid, std::vector<Device>* out); 137 static bool GetCoreAudioDevices(bool input, std::vector<Device>* devs); 138 static bool GetWaveDevices(bool input, std::vector<Device>* devs); 145 extern bool GetQTKitVideoDevices(std::vector<Device>* out); 203 std::vector<Device> devices; 217 bool DeviceManager::GetAudioInputDevices(std::vector<Device>* devices) { 221 bool DeviceManager::GetAudioOutputDevices(std::vector<Device>* devices) { 225 bool DeviceManager::GetAudioInputDevice(const std::string& name, Device* out) { 229 bool DeviceManager::GetAudioOutputDevice(const std::string& name, Device* out) 490 CComPtr<IMMDevice> device; local 930 udev_device* device = LATE(udev_monitor_receive_device)(udev_monitor_); local [all...] |
mediaengine.h | 119 // Device selection 120 // TODO: Add method for selecting the soundclip device. 121 virtual bool SetSoundDevices(const Device* in_device, 122 const Device* out_device) = 0; 123 virtual bool SetVideoCaptureDevice(const Device* cam_device) = 0; 125 // Device configuration 197 virtual bool SetSoundDevices(const Device* in_device, 198 const Device* out_device) { 201 virtual bool SetVideoCaptureDevice(const Device* cam_device) { 295 bool SetDevices(const Device* in_device, const Device* out_device) [all...] |
/packages/apps/Email/src/com/android/email/service/ |
AccountService.java | 29 import com.android.emailcommon.Device; 83 return Device.getDeviceId(mContext); 97 Device.getDeviceId(this);
|