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

1 2

  /frameworks/rs/
rsDevice.cpp 23 Device::Device() {
27 Device::~Device() {
30 void Device::addContext(Context *rsc) {
34 void Device::removeContext(Context *rsc) {
44 Device * d = new Device();
49 Device * d = static_cast<Device *>(dev)
    [all...]
rsDevice.h 28 class Device {
30 Device();
31 ~Device();
  /hardware/samsung_slsi/exynos5/mobicore/daemon/ClientLib/
Device.h 5 * Client library device management.
7 * Device and Trustlet Session management Functions.
46 class Device
50 sessionList_t sessionList; /**< MobiCore Trustlet session associated with the device */
55 uint32_t deviceId; /**< Device identifier */
56 Connection *connection; /**< The device connection */
59 Device(
64 virtual ~Device(
69 * Open the device.
70 * @param deviceName Name of the kernel modules device file
    [all...]
Device.cpp 5 * Client library device management.
7 * Device and Trustlet Session management Funtions.
39 #include "Device.h"
46 Device::Device(uint32_t deviceId, Connection *connection)
56 Device::~Device(void)
84 bool Device::open(const char *deviceName)
91 void Device::close(void)
98 bool Device::hasSessions(void
    [all...]
  /external/webkit/Source/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.
  /bootable/recovery/
device.h 22 class Device {
24 virtual ~Device() { }
27 // the recovery user interface for this device. You should not
78 // value. If it is an action specific to your device, you
90 // menu.) Can perform whatever device-specific wiping actions are
107 // The device-specific library must define this function (or the
108 // default one will be used, if there is no device-specific library).
109 // It returns the Device object that recovery should use.
110 Device* make_device();
  /frameworks/base/services/input/
EventHub.cpp 97 // Compute a device descriptor that uniquely identifies the device.
107 // If we don't know the vendor and product id, then the device is probably
109 // the input device. Usually we try to avoid relying on the device name or
110 // location but for built-in input device, they are unlikely to ever change.
158 // --- EventHub::Device ---
160 EventHub::Device::Device(int fd, int32_t id, const String8& path,
176 EventHub::Device::~Device()
    [all...]
EventHub.h 47 * through evdev from uinput device drivers because there is currently no
62 // Device id of a special "virtual" keyboard that is always present.
64 // Device id of the "built-in" keyboard if there is one.
100 * Input device classes.
103 /* The input device is a keyboard or has buttons. */
106 /* The input device is an alpha-numeric keyboard (not just a dial pad). */
109 /* The input device is a touchscreen or a touchpad (either single-touch or multi-touch). */
112 /* The input device is a cursor device such as a trackball or mouse. */
115 /* The input device is a multi-touch touchscreen. *
    [all...]
  /external/chromium/third_party/libjingle/source/talk/session/phone/
devicemanager.h 44 // Used to represent an audio or video capture or render device.
45 struct Device {
46 Device() {}
47 Device(const std::string& first, int second)
51 Device(const std::string& first, const std::string& second)
73 // Device enumeration
74 virtual bool GetAudioInputDevices(std::vector<Device>* devices);
75 virtual bool GetAudioOutputDevices(std::vector<Device>* devices);
77 bool GetAudioInputDevice(const std::string& name, Device* out);
78 bool GetAudioOutputDevice(const std::string& name, Device* out)
    [all...]
  /packages/apps/Email/src/com/android/email/service/
AccountService.java 33 import com.android.emailcommon.Device;
111 return Device.getDeviceId(mContext);
125 Device.getDeviceId(this);
  /external/llvm/lib/Target/R600/
AMDGPUSubtarget.h 32 const AMDGPUDevice *Device;
54 const AMDGPUDevice* device() const;
  /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 */
  /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.
  /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...]
  /external/clang/include/clang/Basic/
FileManager.h 66 dev_t Device; // ID for the device containing the file.
76 FileEntry(dev_t device, ino_t inode, mode_t m)
77 : Name(0), Device(device), Inode(inode), FileMode(m), FD(-1) {}
79 FileEntry() : Name(0), Device(0), Inode(0), FileMode(0), FD(-1) {}
97 dev_t getDevice() const { return Device; }
105 return Device < RHS.Device || (Device == RHS.Device && Inode < RHS.Inode)
    [all...]
  /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...]
  /external/harfbuzz_ng/src/
hb-ot-layout-common-private.hh     [all...]
  /frameworks/base/services/input/tests/
InputReader_test.cpp 304 struct Device {
319 Device(uint32_t classes) :
324 KeyedVector<int32_t, Device*> mDevices;
339 Device* device = new Device(classes); local
340 device->identifier.name = name;
341 mDevices.add(deviceId, device);
358 Device* device = getDevice(deviceId) local
363 Device* device = getDevice(deviceId); local
369 Device* device = getDevice(deviceId); local
382 Device* device = getDevice(deviceId); local
387 Device* device = getDevice(deviceId); local
392 Device* device = getDevice(deviceId); local
397 Device* device = getDevice(deviceId); local
402 Device* device = getDevice(deviceId); local
408 Device* device = getDevice(deviceId); local
421 Device* device = getDevice(deviceId); local
426 Device* device = getDevice(deviceId); local
435 Device* device = getDevice(deviceId); local
466 Device* device = getDevice(deviceId); local
471 Device* device = getDevice(deviceId); local
476 Device* device = getDevice(deviceId); local
484 Device* device = getDevice(deviceId); local
497 Device* device = getDevice(deviceId); local
510 Device* device = getDevice(deviceId); local
562 Device* device = getDevice(deviceId); local
573 Device* device = getDevice(deviceId); local
584 Device* device = getDevice(deviceId); local
596 Device* device = getDevice(deviceId); local
611 Device* device = getDevice(deviceId); local
632 Device* device = getDevice(deviceId); local
641 Device* device = getDevice(deviceId); local
646 Device* device = getDevice(deviceId); local
663 Device* device = getDevice(deviceId); local
942 InputDevice* device = mNextDevice; local
994 InputDevice* device = mReader->newDevice(deviceId, name, classes); local
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.osgi.services_3.2.100.v20100503.jar 
  /prebuilts/devtools/tools/lib/
ddmlib.jar 
sdklib.jar 
osgi-4.0.0.jar 
  /prebuilts/misc/common/ddmlib/
ddmlib-prebuilt.jar 
  /prebuilts/tools/common/m2/repository/com/android/external/osgi/osgi/4.0.0/
osgi-4.0.0.jar 

Completed in 1473 milliseconds

1 2