HomeSort by relevance Sort by last modified time
    Searched refs:Device (Results 51 - 75 of 131) sorted by null

1 23 4 5 6

  /build/core/
device.mk 22 define dump-device
30 $(foreach p,$(DEVICES),$(call dump-device,$(p)))
34 # $(1): device to inherit
36 define inherit-device
42 # $(1): device makefile list
51 # $(1): short device name like "sooner"
53 define _resolve-short-device-name
65 $(error No matches for device "$(dn)"), \
66 $(error Device "$(dn)" ambiguous: matches $(d)) \
72 # $(1): short device name like "sooner
    [all...]
  /external/chromium/third_party/libjingle/source/talk/session/phone/
channelmanager.cc 80 AudioOptions(int o, const Device* in, const Device* out)
83 const Device* in_device;
84 const Device* out_device;
95 explicit VideoOptions(const Device* d) : cam_device(d), result(false) {}
96 const Device* cam_device;
164 // Init the device manager immediately, and set up our default video device.
219 // device might have been unplugged. In this case, we fallback to the
220 // default device but keep the user preferences. The preferences ar
225 Device device; local
497 Device device; local
    [all...]
  /external/expat/
Android.mk 3 # We need to build this for both the device (as a shared library)
65 # For the device
68 # Device static library
87 # Device shared library
  /external/harfbuzz/src/
harfbuzz-gdef-private.h 69 HB_Device* Device; /* Device table for x or y value */
  /external/harfbuzz_ng/src/hb-old/
harfbuzz-gdef-private.h 69 HB_Device* Device; /* Device table for x or y value */
  /frameworks/base/core/java/android/bluetooth/
BluetoothPbap.java 223 * Get the currently connected remote Bluetooth device (PCE).
224 * @return The remote Bluetooth device, or null if not in connected or
242 * Returns true if the specified Bluetooth device is connected (does not
246 public boolean isConnected(BluetoothDevice device) {
247 if (VDBG) log("isConnected(" + device + ")");
250 return mService.isConnected(device);
280 * This is a simple heuristic that tries to guess if a device with the
283 * @return True if this device might support PBAP.
288 case BluetoothClass.Device.COMPUTER_DESKTOP:
289 case BluetoothClass.Device.COMPUTER_LAPTOP
    [all...]
  /frameworks/rs/
rsContext.h 45 class Device;
74 static Context * createContext(Device *, const RsSurfaceConfig *sc,
237 Device *mDev;
272 bool initContext(Device *, const RsSurfaceConfig *sc);
  /packages/apps/Settings/src/com/android/settings/bluetooth/
BluetoothDevicePreference.java 43 * Bluetooth device in the Bluetooth Settings screen.
188 // Show disconnect confirmation dialog for a device.
273 case BluetoothClass.Device.Major.COMPUTER:
276 case BluetoothClass.Device.Major.PHONE:
279 case BluetoothClass.Device.Major.PERIPHERAL:
282 case BluetoothClass.Device.Major.IMAGING:
286 // unrecognized device class; continue
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
ImageOverlay.java 28 import org.eclipse.swt.graphics.Device;
100 public void create(Device device) {
101 super.create(device);
361 private final Device mDevice;
368 * @param device the {@link Device} in which the SWT image will be painted.
370 private SwtReadyBufferedImage(int width, int height, ImageData imageData, Device device) {
373 mDevice = device;
    [all...]
HoverOverlay.java 23 import org.eclipse.swt.graphics.Device;
77 public void create(Device device) {
79 mHoverStrokeColor = new Color(device, SwtDrawingStyle.HOVER.getStrokeColor());
82 mHoverFillColor = new Color(device, SwtDrawingStyle.HOVER.getFillColor());
86 mHoverSelectStrokeColor = new Color(device,
90 mHoverSelectFillColor = new Color(device,
MarqueeGesture.java 21 import org.eclipse.swt.graphics.Device;
132 public void create(Device device) {
134 mStroke = new Color(device, 255, 255, 255);
135 mFill = new Color(device, 128, 128, 128);
RenderPreviewList.java 25 import com.android.sdklib.devices.Device;
88 void load(List<Device> deviceList) throws IOException {
115 void load(File file, List<Device> deviceList) throws IOException {
166 description.device != null ? description.device : chooserConfig.getDevice(),
  /bootable/recovery/
recovery.cpp 43 #include "device.h"
466 int menu_only, int initial_selection, Device* device) {
489 int action = device->HandleMenuKey(key, visible);
493 case Device::kHighlightUp:
497 case Device::kHighlightDown:
501 case Device::kInvokeItem:
504 case Device::kNoAction:
522 int* wipe_cache, Device* device) {
894 Device* device = make_device(); local
    [all...]
  /external/chromium/chrome/browser/resources/file_manager/js/
mock_chrome.js 158 DEVICE_TYPE_FLASH: 'Flash Device',
159 DEVICE_TYPE_HDD: 'Hard Disk Device',
160 DEVICE_TYPE_OPTICAL: 'Optical Device',
161 DEVICE_TYPE_UNDEFINED: 'Unknown Device',
  /external/libyuv/
Android.mk 36 # For the device
38 # Device static library
  /external/llvm/
llvm-device-build.mk 38 # No action. The device target should not have exception enabled since bionic
60 $(LLVM_ROOT_PATH)/device/include \
66 define transform-device-td-to-out
68 @echo "Device TableGen (gen-$(1)): $(TBLGEN_LOCAL_MODULE) <= $<"
72 -I $(LLVM_ROOT_PATH)/device/include \
shared_llvm.mk 84 # DEVICE LLVM shared library build
91 # Device build selectively pulls in ARM, Mips, X86 components.
  /external/srtp/
Android.mk 40 # For the device
42 # Device static library
  /external/valgrind/main/helgrind/tests/
bar_bad.stderr.exp 53 with error code 16 (EBUSY: Device or resource busy)
  /hardware/samsung_slsi/exynos5/mobicore/daemon/
Android.mk 22 ClientLib/Device.cpp \
  /packages/apps/Email/emailcommon/src/com/android/emailcommon/
Device.java 33 public class Device {
37 * EAS requires a unique device id, so that sync is possible from a variety of different
38 * devices (e.g. the syncKey is specific to a device) If we're on an emulator or some other
39 * device that doesn't provide one, we can create it as android<n> where <n> is system time.
40 * This would work on a real device as well, but it would be better to use the "real" id if
63 // It's very bad if we read a null device id; let's delete that file
92 * @return Device's unique ID if available. null if the device has no unique ID.
  /packages/apps/Email/emailcommon/src/com/android/emailcommon/service/
EmailServiceProxy.java 27 import com.android.emailcommon.Device;
96 Device.getDeviceId(_context);
107 Device.getDeviceId(_context);
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/editors/layout/configuration/
ConfigurationTest.java 24 import com.android.sdklib.devices.Device;
55 List<Device> devices = deviceManager.getDevices(DeviceManager.DEFAULT_DEVICES);
115 List<Device> devices = deviceManager.getDevices(DeviceManager.DEFAULT_DEVICES);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/configuration/
Configuration.java 51 import com.android.sdklib.devices.Device;
65 * A {@linkplain Configuration} is a selection of device, orientation, theme,
71 /** The {@link Device} in change flags or override flags */
129 /** The device to render with */
131 private Device mDevice;
133 /** The device state */
268 * Returns the chosen device.
270 * @return the chosen device
273 public Device getDevice() {
278 * Returns the chosen device stat
549 Device device = getDevice(); local
597 Device device = getDevice(); local
659 Device device = getDevice(); local
1021 Device device = getDevice(); local
    [all...]
ConfigurationDescription.java 42 import com.android.sdklib.devices.Device;
63 private static final String ATTR_DEVICE = "device"; //$NON-NLS-1$
71 * device to render the current layout with
94 /** The device */
95 public Device device; field in class:ConfigurationDescription
97 /** The device state */
153 description.device = configuration.getDevice();
172 @NonNull List<Device> deviceList) {
222 for (Device d : deviceList)
    [all...]

Completed in 1342 milliseconds

1 23 4 5 6