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

1 2 3 4 5 6

  /external/webkit/Source/WebKit/android/wds/client/
DeviceList.h 31 class Device;
33 typedef android::Vector<Device*> DeviceList;
Device.cpp 27 #include "Device.h"
29 bool Device::sendRequest(const char* req) const {
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.
main.cpp 30 #include "Device.h"
74 Device::DeviceType type = Device::NONE;
80 // Parse the options, look for -e or -d to choose a device.
87 type = Device::EMULATOR;
90 type = Device::DEVICE;
110 // No device specified and more than one connected, bail
111 if (type == Device::NONE && devices.size() > 1) {
112 ALOGE("More than one device/emulator, please specify with -e or -d")
120 const Device* device = NULL; local
    [all...]
Android.mk 32 Device.cpp \
  /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();
  /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...]
  /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();
default_device.cpp 20 #include "device.h"
44 class DefaultDevice : public Device {
88 Device* make_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/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
Overlay.java 19 import org.eclipse.swt.graphics.Device;
29 private Device mDevice;
45 * @param device The device to allocate resources for; the parameter passed
46 * to {@link #paint} will correspond to this device.
48 public void create(Device device) {
49 mDevice = device;
69 /** Returns the device associated with this overlay */
70 public Device getDevice()
    [all...]
  /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...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/configuration/
DeviceMenuListener.java 30 import com.android.sdklib.devices.Device;
50 * The {@linkplain DeviceMenuListener} class is responsible for generating the device
55 private final Device mDevice;
59 @Nullable Device device) {
61 mDevice = device;
72 Device current = configuration.getDevice();
75 List<Device> deviceList = chooser.getDeviceList();
83 for (Device device : deviceList)
    [all...]
  /external/llvm/lib/Target/R600/
AMDGPUSubtarget.cpp 38 Device = AMDGPUDeviceInfo::getDeviceFromName(DevName, this, Is64bit);
42 delete Device;
70 if (!Device) {
77 return Device->getDataLayout();
85 AMDGPUSubtarget::device() const { function in class:AMDGPUSubtarget
86 return Device;
  /packages/apps/Email/tests/src/com/android/emailcommon/
DeviceTests.java 36 final String deviceId = Device.getConsistentDeviceId(getContext());
37 final String deviceId2 = Device.getConsistentDeviceId(getContext());
  /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/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() {
  /device/samsung/tuna/recovery/
recovery_ui.cpp 23 #include "device.h"
64 class TunaDevice : public Device {
109 Device* make_device() {
  /device/ti/panda/recovery/
recovery_ui.cpp 27 #include "device.h"
67 class PandaDevice : public Device {
111 Device* make_device() {

Completed in 1931 milliseconds

1 2 3 4 5 6