HomeSort by relevance Sort by last modified time
    Searched full:device (Results 376 - 400 of 4136) sorted by null

<<11121314151617181920>>

  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/linux/
mca.h 15 #include <linux/device.h>
42 struct device dev;
62 struct device dev;
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/linux/
mca.h 15 #include <linux/device.h>
42 struct device dev;
62 struct device dev;
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/linux/
mca.h 15 #include <linux/device.h>
42 struct device dev;
62 struct device dev;
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/linux/
mca.h 15 #include <linux/device.h>
42 struct device dev;
62 struct device dev;
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/linux/
mca.h 15 #include <linux/device.h>
42 struct device dev;
62 struct device dev;
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/
IAndroidLaunchAction.java 31 * @param device the Android device to perform action on
35 boolean doLaunchAction(DelayedLaunchInfo info, IDevice device);
  /external/libnfc-nxp/inc/
phNfcTypes.h 148 Unknown device type. */
150 Serial device type. */
152 USB device type. */
154 I2C device type. */
156 SPI device type. */
158 Parallel device type. */
311 * device.
334 * \brief Information related to the NFC Device
336 * The <em> Device Information Structure </em> holds information
339 * HCI verison supported and vendor name. Refer to the NFC Device
    [all...]
  /hardware/libhardware/modules/gralloc/
framebuffer.cpp 60 framebuffer_device_t device; member in struct:fb_context_t
331 hw_device_t** device)
345 dev->device.common.tag = HARDWARE_DEVICE_TAG;
346 dev->device.common.version = 0;
347 dev->device.common.module = const_cast<hw_module_t*>(module);
348 dev->device.common.close = fb_close;
349 dev->device.setSwapInterval = fb_setSwapInterval;
350 dev->device.post = fb_post;
351 dev->device.setUpdateRect = 0;
363 const_cast<uint32_t&>(dev->device.flags) = 0
    [all...]
  /development/testrunner/
adb_interface.py 18 """Provides an interface to communicate with the device via the adb command.
35 """Helper class for communicating with Android device via adb."""
37 # argument to pass to adb, to direct command to specific device
47 """Direct all future commands to the only connected USB device."""
67 WaitForResponseTimedOutError if device does not respond to command within time
88 WaitForResponseTimedOutError: if device does not respond to command
105 """Pushes the file src onto the device at dest.
109 dest: destination absolute file path on device
114 """Pulls the file src on the device onto dest on the host.
117 src: absolute file path of file on device to pul
    [all...]
  /external/bluetooth/bluez/input/
sixpair.c 33 { "device", '\0', 0, G_OPTION_ARG_STRING, &option_device, "Only handle one device (default, all supported", NULL },
74 g_warning ("Getting the device Bluetooth address failed");
82 g_print ("Device Bluetooth address: %s\n", address);
155 g_warning ("Can't open device");
177 g_warning ("Can't get bdaddr from default device");
185 g_warning ("Can't get bdaddr from default device");
193 char *device; local
196 device = get_bdaddr (devh, itfnum);
197 if (device == NULL)
    [all...]
  /frameworks/base/docs/html/guide/developing/tools/
adb.jd 8 <li>Manage the state of an emulator or device</li>
9 <li>Run shell commands on a device</li>
10 <li>Manage port forwarding on an emulator or device</li>
11 <li>Copy files to/from an emulator or device</li>
17 <li><a href="#devicestatus">Querying for Emulator/Device Instances</a></li>
18 <li><a href="#directingcommands">Directing Commands to a Specific Emulator/Device Instance</a></li>
21 <li><a href="#copyfiles">Copying Files to or from an Emulator/Device Instance</a></li>
50 <dt><a href="#devicestatus">Querying for Emulator/Device Instances</a></dt>
51 <dt><a href="#directingcommands">Directing Commands to a Specific Emulator/Device Instance</a></dt>
54 <dt><a href="#copyfiles">Copying Files to or from an Emulator/Device Instance</a></dt
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/video/wscons/
SDL_wsconsvideo.c 92 static void WSCONS_DeleteDevice(SDL_VideoDevice *device)
94 SDL_free(device->hidden);
95 SDL_free(device);
100 SDL_VideoDevice *device; local
103 device = (SDL_VideoDevice *)SDL_malloc(sizeof(SDL_VideoDevice));
104 if (device == NULL) {
108 SDL_memset(device, 0, (sizeof *device));
109 device->hidden =
110 (struct SDL_PrivateVideoData *)SDL_malloc((sizeof *device->hidden))
    [all...]
  /development/pdk/docs/porting/
debugging_gdb.jd 18 already-running <code>globaltime</code> application, execute the following, making sure that: 1) you do this from the same window used to build the software on the device you are debugging and 2) verify that the symbols in the object files in the build tree match up with what is installed on the device or emulator.</p>
25 <p>Android runs <code>gdbserver</code> on the device and an ARM aware <code>gdb</code>, named <code>arm-eabi-gdb</code>, on the desktop machine.</p>
28 run <code>gdbserver</code> on the device:<BR>
33 The <code>:5039</code> tells gdbserver to listen on port 5039 on the localhost, which adb bridges from the host to the device. <code>executable</code> represents the command to debug, a common one being runtime -s which starts the entire system all running in a single process. <br>
44 <p>At this point <code>gdb</code> will connect with your device
46 able to enter <code>c</code> to have the device start executing inside of the
52 <li>On the device, launch a new command:
57 <li>On your workstation, forward port 5039 to the device with adb:
68 Where <i>product-name</i> is the name of the device product that you're building (for example, <code>sooner</code>)
    [all...]
  /external/bluetooth/bluez/src/
agent.h 53 int agent_request_pincode(struct agent *agent, struct btd_device *device,
61 int agent_request_passkey(struct agent *agent, struct btd_device *device,
65 int agent_request_oob_data(struct agent *agent, struct btd_device *device,
73 int agent_request_confirmation(struct agent *agent, struct btd_device *device,
77 int agent_display_passkey(struct agent *agent, struct btd_device *device,
  /external/e2fsprogs/lib/blkid/
blkid.h 36 * BLKID_DEV_CREATE Create an empty device structure if not found
38 * BLKID_DEV_VERIFY Make sure the device structure corresponds
40 * BLKID_DEV_FIND Just look up a device entry, and return NULL
42 * BLKID_DEV_NORMAL Get a valid device structure, either from the
43 * cache or by probing the device.
  /external/kernel-headers/original/linux/
backing-dev.h 4 * low-level device information and state which is propagated up through
17 BDI_pdflush, /* A pdflush thread is working this device */
28 unsigned int capabilities; /* Device capabilities */
29 congested_fn *congested_fn; /* Function pointer if device is md/dm */
41 * - These flags let !MMU mmap() govern direct device mapping vs immediate
  /external/kernel-headers/original/linux/usb/
f_accessory.h 39 /* Control request for retrieving device's protocol version (currently 1)
49 /* Control request for host to send a string to the device
57 * The device can later retrieve these strings via the
62 /* Control request for starting device in accessory mode.
63 * The host sends this after setting all its strings to the device.
  /external/qemu/
qerror.h 47 "{ 'class': 'DeviceEncrypted', 'data': { 'device': %s } }"
50 "{ 'class': 'DeviceLocked', 'data': { 'device': %s } }"
53 "{ 'class': 'DeviceNotActive', 'data': { 'device': %s } }"
56 "{ 'class': 'DeviceNotFound', 'data': { 'device': %s } }"
59 "{ 'class': 'DeviceNotRemovable', 'data': { 'device': %s } }"
  /frameworks/base/core/java/android/app/backup/
RestoreSet.java 36 * Identifier of the device whose data this is. This will be as unique as
39 public String device; field in class:RestoreSet
55 device = _dev;
67 out.writeString(device);
84 device = in.readString();
  /frameworks/base/core/java/android/view/
InputEvent.java 40 * Gets the id for the device that this event came from. An id of
41 * zero indicates that the event didn't come from a physical device
45 * @return The device id.
53 * Gets the device that this event came from.
55 * @return The device, or null if unknown.
OrientationListener.java 24 * the orientation of the device has changed.
33 * Returned from onOrientationChanged when the device orientation cannot be determined
34 * (typically when the device is in a close to flat position).
80 * {@link #onOrientationChanged} when the device orientation changes.
104 * @param orientation The new orientation of the device.
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/extensions/
XInput.h 195 unsigned int device_state; /* device key or button mask */
227 unsigned int device_state; /* device key or button mask */
260 unsigned int device_state; /* device key or button mask */
269 * of an extension device that can be focused is changed.
316 unsigned int device_state; /* device key or button mask */
390 * modifier mapping, or button mapping of an extension device is changed.
434 * important has changed on a device, and the client should use
435 * XGetDeviceControl to examine the device. If control is non-zero,
641 * Device control structures.
714 * about one input device. Among that information is an array of
827 XID device; member in struct:__anon13776
    [all...]
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
neighbour.h 72 * in the sequence transports all not device specific data such as
74 * This message is followed by 0..n messages carrying device
78 * by checking for NDTA_CONFIG. The device specific messages do
85 * otherwise. Device specific parameter sets can be changed by
87 * device.
  /system/core/toolbox/
sendevent.c 21 #define EVIOCGID _IOR('E', 0x02, struct input_id) /* get device ID */
25 #define EVIOCGNAME(len) _IOC(_IOC_READ, 'E', 0x06, len) /* get device name */
38 #define EVIOCSFF _IOC(_IOC_WRITE, 'E', 0x80, sizeof(struct ff_effect)) /* send a force effect to a force feedback device */
42 #define EVIOCGRAB _IOW('E', 0x90, int) /* Grab/Release device */
57 fprintf(stderr, "use: %s device type code value\n", argv[0]);
  /system/extras/tests/bionic/libstdc++/
Android.mk 24 # device executable.
29 define device-test
41 # same as 'device-test' but builds a host executable instead
77 # compiler flags, so only build this test for device/Bionic
82 $(call device-test, $(sources))

Completed in 489 milliseconds

<<11121314151617181920>>