HomeSort by relevance Sort by last modified time
    Searched full:device (Results 401 - 425 of 5346) sorted by null

<<11121314151617181920>>

  /external/grub/stage2/
serial.h 1 /* serial.h - serial device interface */
81 /* Return the port number for the UNITth serial device. */
84 /* Initialize a serial device. */
89 /* Set the file name of a serial device (or a pty device). This is a
91 void serial_set_device (const char *device);
  /external/skia/src/core/
SkBlitter_Sprite.cpp 29 void SkSpriteBlitter::setup(const SkBitmap& device, int left, int top,
31 fDevice = &device;
60 SkBlitter* SkBlitter::ChooseSprite( const SkBitmap& device,
69 and respect that by blending the edges of the bitmap against the device. To support
77 switch (device.getConfig()) {
92 blitter->setup(device, left, top, paint);
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
pg.h 10 The pg driver provides a simple character device interface for
11 sending ATAPI commands to a device. With the exception of the
13 of read and write operations to the appropriate /dev/pgN device.
16 device is offline or malfunctioning, or there is already another
22 As a special case, the device can be reset with a write operation,
57 int dlen; /* size of device transfer request */
  /sdk/ddms/libs/ddmlib/src/com/android/ddmlib/
DebugPortManager.java 19 import com.android.ddmlib.Device;
29 * port provider on a per-<code>Client</code> basis, depending on the device/emulator they are
44 * specified {@link Device}.
45 * @param device The device the application is running on.
51 public int getPort(IDevice device, String appName);
  /sdk/hierarchyviewer2/libs/hierarchyviewerlib/src/com/android/hierarchyviewerlib/actions/
LoadViewHierarchyAction.java 22 import com.android.hierarchyviewerlib.device.Window;
66 public void deviceChanged(IDevice device) {
70 public void deviceConnected(IDevice device) {
74 public void deviceDisconnected(IDevice device) {
78 public void focusChanged(IDevice device) {
82 public void selectionChanged(final IDevice device, final Window window) {
  /sdk/monkeyrunner/src/com/android/monkeyrunner/recorder/
MonkeyRecorder.java 46 * @param device
48 public static void start(final MonkeyDevice device) {
49 start(device.getImpl());
52 /* package */static void start(final IChimpDevice device) {
53 MonkeyRecorderFrame frame = new MonkeyRecorderFrame(device);
59 device.dispose();
  /external/bluetooth/bluez/audio/
android_audio_hw.c 53 struct audio_hw_device device; member in struct:adev_a2dp
80 audio_devices_t device; member in struct:astream_out
267 return out->device;
271 static int out_set_device(struct audio_stream *stream, audio_devices_t device)
275 if (!audio_is_a2dp_device(device))
278 /* XXX: if out->device ever starts getting used for anything, need to
280 out->device = device;
467 out->device = devices;
668 static int adev_dump(const audio_hw_device_t *device, int fd
    [all...]
  /sdk/chimpchat/src/com/android/chimpchat/
ChimpManager.java 56 * Create a new ChimpMananger to talk to the specified device.
84 * @throws IOException on error communicating with the device
96 * @throws IOException on error communicating with the device
108 * @throws IOException on error communicating with the device
120 * @throws IOException on error communicating with the device
127 * Press a physical button on the device.
131 * @throws IOException on error communicating with the device
142 * @throws IOException on error communicating with the device
153 * @throws IOException on error communicating with the device
160 * Press a physical button on the device
    [all...]
  /frameworks/base/docs/html/guide/topics/wireless/
bluetooth.jd 53 which allows a device to wirelessly exchange data with other Bluetooth devices.
94 <dd>Represents a remote Bluetooth device. Use this to request a connection
95 with a remote device through a {@link android.bluetooth.BluetoothSocket} or
97 device such as its name, address, class, and bonding state.</dd>
102 an application to exchange data with another Bluetooth device via InputStream
108 Android devices, one device must open a server socket with this class. When a
109 remote Bluetooth device makes a connection request to the this device, the
116 device. This is a read-only set of properties that define the device's major an
    [all...]
  /external/kernel-headers/original/linux/
mod_devicetable.h 2 * Device tables which are exported to userspace via
18 __u32 vendor, device; /* Vendor and device ID or PCI_ANY_ID*/ member in struct:pci_device_id
42 * Device table entry for "new style" table-driven USB drivers.
48 * to that match: device quirks, etc.
61 * @idVendor: USB vendor ID for a device; numbers are assigned
66 * a range consisting of a single device.
69 * @bDeviceClass: Class of device; numbers are assigned
71 * or be vendor-specific. Device classes specify behavior of all
73 * @bDeviceSubClass: Subclass of device; associated with bDeviceClass
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/video/cybergfx/
SDL_cgxvideo.c 158 D(bug("CGX video device AVAILABLE\n"));
161 D(else bug("**CGX video device UNAVAILABLE\n"));
166 static void CGX_DeleteDevice(SDL_VideoDevice *device)
168 if ( device ) {
169 if ( device->hidden ) {
170 SDL_free(device->hidden);
172 if ( device->gl_data ) {
173 SDL_free(device->gl_data);
175 SDL_free(device);
181 SDL_VideoDevice *device; local
    [all...]
  /bootable/recovery/mtdutils/
mounts.c 27 const char *device; member in struct:MountedVolume
48 free((char *)volume->device);
116 char device[64]; local
125 device, mount_point, filesystem, flags);
128 device[sizeof(device)-1] = '\0';
135 v->device = strdup(device);
164 find_mounted_volume_by_device(const char *device)
172 if (v->device != NULL)
    [all...]
  /development/host/windows/usb/api/
adb_interface.h 21 encapsulates a generic interface on our USB device.
31 /** \brief Encapsulates an interface on our USB device.
57 /** \brief Gets serial number for interface's device.
114 /** \brief Gets interface device name.
132 /** \brief Gets device descriptor for the USB device associated with
135 @param[out] desc Upon successful completion will have usb device
142 /** \brief Gets descriptor for the selected USB device configuration.
144 @param[out] desc Upon successful completion will have usb device
162 /// Gets name of the USB interface (device name) for this object
    [all...]
  /development/tools/emulator/system/camera/
EmulatedFakeCameraDevice.h 22 * a fake camera device.
41 /* Encapsulates a fake camera device.
42 * Fake camera device emulates a camera device by providing frames containing
56 * Emulated camera device abstract interface implementation.
62 /* Connects to the camera device.
63 * Since there is no real device to connect to, this method does nothing,
68 /* Disconnects from the camera device.
69 * Since there is no real device to disconnect from, this method does
74 /* Starts the camera device. *
    [all...]
  /external/bluetooth/bluez/tools/
rfcomm.1 55 The command is applied to device
67 device. If not specified, the command will be use the first
68 available Bluetooth device.
87 Display the information about the specified device.
90 Connect the RFCOMM device to the remote Bluetooth device on the
102 Occurences of {} in cmd will be replaced by the name of the device
114 This binds the RFCOMM device to a remote Bluetooth device. The
115 command did not establish a connection to the remote device, i
    [all...]
  /frameworks/base/core/java/android/hardware/usb/
UsbDeviceConnection.java 26 * This class is used for sending and receiving data and control messages to a USB device.
42 public UsbDeviceConnection(UsbDevice device) {
43 mDevice = device;
51 * Releases all system resources related to the device.
54 * to retrieve a new instance to reestablish communication with the device.
61 * Returns the native file descriptor for the device, or
62 * -1 if the device is not opened.
63 * This is intended for passing to native code to access the device.
72 * Returns the raw USB descriptors for the device.
105 * Performs a control transaction on endpoint zero for this device
    [all...]
  /frameworks/base/docs/html/guide/topics/usb/
index.jd 24 host mode, the Android-powered device acts as the host. Examples of devices include digital
27 communicate with the device.</p>
29 <p>Figure 1 shows the differences between the two modes. When the Android-powered device is in
30 host mode, it acts as the USB host and powers the bus. When the Android-powered device is in USB
38 library to support a broader range of devices. Device manufacturers can choose whether or not to
39 include the add-on library on the device's system image.</p>
42 dependant on the device's hardware, regardless of platform level. You can filter for devices that
51 USB hardware connected to your Android-powered device. This will prevent you from having an
52 <code>adb</code> connection to the Android-powered device via USB. You can still access
57 <li>Connect the Android-powered device via USB to your computer.</li
    [all...]
  /hardware/libhardware/tests/nusensors/
nusensors.cpp 63 struct sensors_poll_device_t* device; local
72 err = sensors_open(&module->common, &device);
104 err = device->activate(device, list[i].handle, 0);
113 err = device->activate(device, list[i].handle, 1);
119 device->setDelay(device, list[i].handle, ms2ns(10));
123 int n = device->poll(device, buffer, numEvents)
    [all...]
  /sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/logcat/
LogCatReceiver.java 30 * A class to monitor a device for logcat messages. It stores the received
46 * Construct a LogCat message receiver for provided device. This will launch a
47 * logcat command on the device, and monitor the output of that command in
50 * @param device device to monitor for logcat messages
53 public LogCatReceiver(IDevice device, IPreferenceStore prefStore) {
54 mCurrentDevice = device;
67 * Stop receiving messages from currently active device.
90 /* wait while the device comes online */
108 Log.e("Unexpected error while launching logcat. Try reselecting the device."
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/video/windib/
SDL_dibvideo.c 113 static void DIB_DeleteDevice(SDL_VideoDevice *device)
115 if ( device ) {
116 if ( device->hidden ) {
117 SDL_free(device->hidden);
119 if ( device->gl_data ) {
120 SDL_free(device->gl_data);
122 SDL_free(device);
128 SDL_VideoDevice *device; local
131 device = (SDL_VideoDevice *)SDL_malloc(sizeof(SDL_VideoDevice));
132 if ( device ) {
    [all...]
  /external/libpcap/
pcap-dos.c 98 static struct device *handle_to_device [20];
107 static int ndis_probe (struct device *dev);
108 static int pkt_probe (struct device *dev);
118 * These are the device we always support
120 static struct device ndis_dev = {
125 NDIS_NEXT_DEV, /* NULL or a 32-bit device */
129 static struct device pkt_dev = {
138 static struct device *get_device (int fd)
227 volatile struct device *dev; /* might be reset by sig_handler */
341 struct device *dev = p ? get_device(p->fd) : NULL
    [all...]
  /bionic/libc/kernel/common/linux/
platform_device.h 15 #include <linux/device.h>
20 struct device dev;
  /cts/apps/CtsVerifier/res/xml/
device_admin.xml 16 <device-admin xmlns:android="http://schemas.android.com/apk/res/android">
25 </device-admin>
  /cts/libs/vogar-expect/src/vogar/
ModeId.java 20 DEVICE, JVM, ACTIVITY, SIM, HOST;
31 return this == DEVICE || this == ACTIVITY || this == SIM || this == HOST;
  /cts/tests/deviceadmin/res/xml/
device_admin.xml 17 <device-admin xmlns:android="http://schemas.android.com/apk/res/android">
26 </device-admin>

Completed in 565 milliseconds

<<11121314151617181920>>