/packages/apps/Settings/src/com/android/settings/bluetooth/ |
CachedBluetoothDeviceManager.java | 86 CachedBluetoothDevice newDevice = new CachedBluetoothDevice(mContext, adapter, 88 mCachedDevices.add(newDevice); 89 return newDevice;
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/sdk/ |
LayoutDeviceManager.java | 178 LayoutDevice newDevice = new LayoutDevice(newName); 179 newDevice.setXDpi(newXDpi); 180 newDevice.setYDpi(newYDpi); 184 newDevice.addConfigs(configs); 188 mUserLayoutDevices.add(newDevice); 191 return newDevice;
|
/external/skia/include/gpu/ |
SkGpuDeviceFactory.h | 48 virtual SkDevice* newDevice(SkCanvas*, SkBitmap::Config, int width,
|
/sdk/ddms/libs/ddmlib/src/com/android/ddmlib/ |
DeviceMonitor.java | 354 Device newDevice = newList.get(dd); 356 if (newDevice.getSerialNumber().equals(device.getSerialNumber())) { 360 if (device.getState() != newDevice.getState()) { 361 device.setState(newDevice.getState()); 400 for (Device newDevice : newList) { 402 mDevices.add(newDevice); 403 mServer.deviceConnected(newDevice); 407 if (newDevice.isOnline()) { 408 startMonitoringDevice(newDevice); 413 if (newDevice.isOnline()) [all...] |
/cts/tools/host/src/com/android/cts/ |
DeviceManager.java | 355 TestDevice newDevice = searchTestDevice(deviceSerialNumber); 356 if (newDevice != null) { 357 ts.setTestDevice(newDevice); 358 if (newDevice != device) {
|
/hardware/libhardware_legacy/audio/ |
AudioPolicyManagerBase.cpp | 122 uint32_t newDevice = getNewDevice(mHardwareOutput, false); 132 setOutputDevice(mHardwareOutput, newDevice); 176 uint32_t newDevice = getDeviceForInputSource(inputDesc->mInputSource); 177 if (newDevice != inputDesc->mDevice) { 179 inputDesc->mDevice, newDevice, activeInput); 180 inputDesc->mDevice = newDevice; 182 param.addInt(String8(AudioParameter::keyRouting), (int)newDevice); 225 uint32_t newDevice = 0; 269 newDevice = getNewDevice(mHardwareOutput, false); 280 if (isStateInCall(oldState) && newDevice == 0) [all...] |
/external/skia/include/core/ |
SkDevice.h | 43 virtual SkDevice* newDevice(SkCanvas*, SkBitmap::Config, int width, 49 virtual SkDevice* newDevice(SkCanvas*, SkBitmap::Config, int width,
|
/external/skia/src/core/ |
SkDevice.cpp | 256 SkDevice* SkRasterDeviceFactory::newDevice(SkCanvas* canvas,
|
SkCanvas.cpp | [all...] |
/external/skia/include/pdf/ |
SkPDFDevice.h | 44 virtual SkDevice* newDevice(SkCanvas*, SkBitmap::Config, int width,
|
/sdk/eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/ |
DdmsPlugin.java | 698 boolean newDevice = false; 701 newDevice = true; 712 if (newDevice || mCurrentClient == null) {
|
/external/skia/src/gpu/ |
SkGpuDevice.cpp | [all...] |
/frameworks/base/docs/html/guide/developing/tools/ |
MonkeyDevice.jd | 24 newdevice = MonkeyDevice() 30 newdevice = MonkeyRunner.waitForConnection() [all...] |
/external/webkit/Source/WebCore/platform/graphics/skia/ |
PlatformContextSkia.cpp | 751 SkDevice* device = factory->newDevice(m_canvas, SkBitmap::kARGB_8888_Config, drawingBuffer->size().width(), drawingBuffer->size().height(), false, false);
|
/external/skia/src/pdf/ |
SkPDFDevice.cpp | 478 SkDevice* SkPDFDeviceFactory::newDevice(SkCanvas* c, SkBitmap::Config config, [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/configuration/ |
ConfigurationComposite.java | [all...] |
/frameworks/base/services/input/tests/ |
InputReader_test.cpp | 855 InputDevice* newDevice(int32_t deviceId, const String8& name, uint32_t classes) { 915 InputDevice* device = mReader->newDevice(deviceId, name, classes); [all...] |