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

  /frameworks/base/libs/rs/
rsDevice.cpp 23 Device::Device()
29 Device::~Device()
34 void Device::addContext(Context *rsc)
39 void Device::removeContext(Context *rsc)
53 Device * d = new Device();
59 Device * d = static_cast<Device *>(dev)
    [all...]
rsDevice.h 28 class Device {
30 Device();
31 ~Device();
  /external/webkit/WebKit/android/wds/client/
Device.h 33 class Device {
35 // Type of device.
40 DEVICE
44 Device(char* name, DeviceType type, const AdbConnection* conn)
48 ~Device() { free(m_name); }
53 // Send a request to this device.
  /frameworks/base/core/java/android/bluetooth/
BluetoothClass.java 24 * and capabilities of a device. For example, a Bluetooth class will
25 * specify the general device type such as a phone, a computer, or
29 * exactly one device class. The device class is further broken down into major
30 * and minor device class components.
32 * <p>{@link BluetoothClass} is useful as a hint to roughly describe a device
34 * Bluetooth profiles or services are actually supported by a device. Accurate
41 * a remote device.
47 * constants and methods to determine which Service Class(es) and Device Class
134 * Defines all device class constants
    [all...]
  /sdk/ddms/libs/ddmlib/src/com/android/ddmlib/
Device.java 35 * A Device. It can be a physical device or an emulator.
37 final class Device implements IDevice {
44 /** Serial number of the device */
50 /** State of the device. */
53 /** Device properties. */
60 private static final String LOG_TAG = "Device";
124 "Cannot set the AVD name of the device is not an emulator");
139 * Changes the state of the device.
326 Device(DeviceMonitor monitor, String serialNumber, DeviceState deviceState)
    [all...]
  /frameworks/base/libs/ui/tests/
InputReader_test.cpp 365 struct Device {
374 Device(const String8& name, uint32_t classes) :
379 KeyedVector<int32_t, Device*> mDevices;
394 Device* device = new Device(name, classes); local
395 mDevices.add(deviceId, device);
413 Device* device = getDevice(deviceId); local
421 device->axes.add(axis, info)
425 Device* device = getDevice(deviceId); local
430 Device* device = getDevice(deviceId); local
435 Device* device = getDevice(deviceId); local
440 Device* device = getDevice(deviceId); local
476 Device* device = getDevice(deviceId); local
481 Device* device = getDevice(deviceId); local
487 Device* device = getDevice(deviceId); local
500 Device* device = getDevice(deviceId); local
531 Device* device = getDevice(deviceId); local
542 Device* device = getDevice(deviceId); local
553 Device* device = getDevice(deviceId); local
566 Device* device = getDevice(deviceId); local
794 InputDevice* device = mNextDevice; local
840 InputDevice* device = new InputDevice(mReader.get(), deviceId, name); local
    [all...]
  /prebuilt/common/ddmlib/
ddmlib-prebuilt.jar 
  /prebuilt/common/osgi/
osgi.jar 
  /prebuilt/darwin-x86/swt/
swt.jar 
  /prebuilt/darwin-x86_64/swt/
swt.jar 
  /prebuilt/linux-x86/swt/
swt.jar 
  /prebuilt/linux-x86_64/swt/
swt.jar 
  /prebuilt/sdk/5/
android.jar 
  /prebuilt/sdk/6/
android.jar 
  /prebuilt/sdk/8/
android.jar 
  /prebuilt/windows/swt/
swt.jar 
  /prebuilt/windows-x86_64/swt/
swt.jar 

Completed in 363 milliseconds