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

<<31323334353637383940>>

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/
DelayedLaunchInfo.java 26 * A delayed launch waiting for a device to be present or ready before the
38 /** The device on which to launch the app */
107 * @return the device on which to launch the app
114 * Set the device on which to launch the app
116 public void setDevice(IDevice device) {
117 mDevice = device;
  /sdk/eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/views/
FileExplorerView.java 30 import org.eclipse.swt.graphics.Device;
71 // device explorer
89 pushAction.setToolTipText("Push a file onto the device");
99 pullAction.setToolTipText("Pull a file from the device");
150 * Sent when a new {@link Device} is selected.
151 * @param selectedDevice the selected device.
  /sdk/hierarchyviewer/src/com/android/hierarchyviewer/scene/
CaptureLoader.java 20 import com.android.hierarchyviewer.device.Window;
21 import com.android.hierarchyviewer.device.DeviceBridge;
41 public static boolean saveLayers(IDevice device, Window window, File file) {
50 DeviceBridge.getDeviceLocalPort(device)));
129 public static Image loadCapture(IDevice device, Window window, String params) {
137 DeviceBridge.getDeviceLocalPort(device)));
  /system/wlan/ti/sta_dk_4_0_4_32/CUDK/CLI/
dbg_module.c 90 /* Create the debug device file */
95 /* Create the debug device file */
139 /* Read data from device file - blocking command */
161 console_printf_terminal("Debug module, error reading from device file.\n");
203 /* Read data from device file - blocking command */
219 console_printf_terminal("Debug module, error reading from device file.\n");
  /hardware/msm7k/libaudio-qsd8k/
AudioHardware.cpp 319 // when entering or exiting in call mode even if the new device
344 LOGE("Cannot open msm_audio_ctl device\n");
349 LOGE("Cannot set mic mute on current device\n");
368 return set_mic_mute(mMicMute); //always set current TX device
462 LOGE("Cannot open audience_a1026 device (%d)\n", fd_a1026);
600 LOGE("Cannot open msm_audio_ctl device\n");
606 LOGW("Cannot set volume on current device\n");
630 set_volume_rpc(vol); //always set current device
645 static status_t do_route_audio_dev_ctrl(uint32_t device, bool inCall, uint32_t rx_acdb_id, uint32_t tx_acdb_id)
651 if (device == SND_DEVICE_CURRENT
1729 int device; local
1971 int device; local
    [all...]
  /external/bluetooth/bluez/audio/
gstavdtpsink.c 66 struct bt_get_capabilities_rsp *caps; /* Bluetooth device caps */
87 "Plays audio to an A2DP device",
178 if (self->device)
179 g_free(self->device);
193 if (sink->device)
194 g_free(sink->device);
195 sink->device = g_value_dup_string(value);
214 g_value_set_string(value, sink->device);
378 GST_ERROR_OBJECT(self, "Error while configuring device: "
741 GST_LOG_OBJECT(self, "updating device caps")
    [all...]
  /cts/tools/host/src/com/android/cts/
TestHost.java 41 * Act as the host for the device connections, also provides management of
91 * CTS host and device isn't ready. It's needed
92 * to wait for 3 seconds for device ready to
458 TestDevice device = sDeviceManager.allocateFreeDeviceById(deviceId); local
460 ts.setTestDevice(device);
592 for (TestDevice device : devices) {
593 deviceList.add(device.getSerialNumber() + "\t" + device.getStatusAsString());
599 * Get device list connected with the host.
601 * @return The device list connected with the host
    [all...]
  /external/kernel-headers/original/linux/
atmdev.h 1 /* atmdev.h - ATM device driver declarations and various related items */
212 #include <linux/device.h>
244 by device driver. */
245 ATM_VF_READY, /* VC is ready to transfer data. Set by device
277 ATM_DF_REMOVED, /* device was removed from atm_devs list */
296 struct atm_dev *dev; /* device back pointer */
303 void *dev_data; /* per-device data */
341 const struct atmdev_ops *ops; /* device operations; NULL if unused */
344 const char *type; /* device type name */
345 int number; /* device index *
    [all...]
netdevice.h 37 #include <linux/device.h>
104 * Network device statistics. Akin to the 2.0 ether stats but
241 * are then used in the device probing.
252 * The DEVICE structure.
270 /* device name hash chain */
279 unsigned long base_addr; /* device I/O address */
280 unsigned int irq; /* device IRQ number */
294 /* The device initialization function. Called only once. */
299 /* Net device features */
310 #define NETIF_F_VLAN_CHALLENGED 1024 /* Device cannot handle VLAN packets *
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/audio/dart/
SDL_dart.c 82 int iDeviceOrd = 0; // Default device to be used
93 // First thing is to try to open a given DART device!
95 // pszDeviceType should contain the device type in low word, and device ordinal in high word!
106 // Save the device ID we got from DART!
150 // Now query this device if it supports the given freq/bits/channels!
163 { // The device cannot handle this format!
166 SDL_SetError("Audio device doesn't support requested audio format");
169 // The device can handle this format, so initialize!
174 { // The device could not be opened
    [all...]
  /frameworks/base/docs/html/guide/market/billing/
billing_testing.jd 39 <p>To test in-app billing in an application you must install the application on an Android-powered device. You cannot use the Android emulator to test in-app billing. The device you use for testing must run a standard version of the Android 1.6 or later platform (API level 4 or higher), and have the most current version of the Android Market application installed. If a device is not running the most current Android Market application, your application won't be able to send in-app billing requests to Android Market. For general information about how to set up a device for use in developing Android applications, see <a
40 href="{@docRoot}guide/developing/device.html">Developing on a Device</a>.</p>
57 <p>You do not need to list the reserved products in your application's product list. Android Market already knows about the reserved product IDs. Also, you do not need to upload your application to the publisher site to perform static response tests with the reserved product IDs. You can simply install your application on a device, log into the device, and make billing requests using the reserved product IDs.</p>
156 <li>Install your application on an Android-powered device.
157 <p>See <a href="{@docRoot}guide/developing/device.html">Developing on a Device</a> for more information about how to do this.</p
    [all...]
  /system/core/adb/
usb_libusb.c 86 D("Device offered more data\n");
90 D("Device was disconnected\n");
288 D("check_usb_interface(): Device: %04x:%04x "
316 "matches Android device\n", i, desc->idVendor,
391 D("check_device(): Failed to get device descriptor\n");
398 D("check_device(): Probing usb device %04x:%04x\n",
412 D("check_device(): Device (bus: %d, address: %d) "
417 D("check_device(): Device bus: %d, address: %d\n",
424 D("check_device(): Device %4x:%4x is unconfigured\n",
462 D("check_device(): Device disconected, bad cable?\n")
    [all...]
  /development/pdk/docs/porting/
keymaps_keyboard_input.jd 21 <p>This document describes how keyboard input gets translated into Android actions and how you can customize key layout and key character maps to match the needs of your own device. </p>
22 <p>Android uses the standard Linux input event device (<code>/dev/event0</code>) and driver as described in the <code>linux/input.h</code> kernel header file. For more information regarding standard Linux input drivers, please see <a href="http://git.kernel.org/?p=linux/kernel/git/stable/linux-2.6.24.y.git;a=blob;f=Documentation/input/input.txt">Linux Input drivers</a> at <a href="http://kernel.org">http://kernel.org</a>.</p>
29 <p>Android's input event device is structured around an interrupt or polling routine that captures the device-specific scancode and converts it to a standard form acceptable to Linux (as defined in <code>input.h</code>) before passing it to the kernel with <code>input_event()</code>.</p>
65 <p>For each keyboard device xxx, set the <code>android.keylayout.xxx</code> system property (see <a href="build_new_device.html">Building New Device</a> for help setting system properties). If you don't specify a keylayout file, Android will default to <code>/system/usr/keylayout/qwerty.kl</code>.</p>
70 <p>Key layout maps are stored on the device as UTF-8 text files and have the following characteristics:</p>
78 <li>WAKE: When this key is pressed while the device is asleep, the device will wake up and the key event gets sent to the app.</li>
79 <li>WAKE_DROPPED: When this key is pressed while the device is asleep, the device will wake up and the key event does not get sent to the app.</li
    [all...]
  /external/libnfc-nxp/src/
phHciNfc_Generic.h 375 /* Device Configuration Gates */
459 /* HCI Device Management Sequence */
646 /** \internal HCI NFC Device Management Information */
729 /** \internal The Device under Test */
753 * corresponding peripheral device, described by the HCI Context Structure.
758 * the Device Interface Link .
788 * Commands sent to the device.
793 * the Device Interface Link .
814 * Event Information or Response received from the device.
819 * the Device Interface Link
    [all...]
  /external/blktrace/btt/
inlines.h 126 if (remapper_dev(dip->device))
163 iop->dip = dip_alloc(iop->t.device, iop);
202 if (remapper_dev(iop->dip->device))
210 if (remapper_dev(iop->dip->device))
369 MAJOR(iop->t.device), MINOR(iop->t.device), type2c(iop->type),
379 MAJOR(a_iop->t.device), MINOR(a_iop->t.device),
381 t_sec(&a_iop->t), MAJOR(l_iop->t.device),
382 MINOR(l_iop->t.device), (unsigned long long)l_iop->t.sector)
    [all...]
  /external/bluetooth/bluez/input/
fakehid.c 44 #include "../src/device.h"
47 #include "device.h"
250 error("Error writing to uinput device");
259 error("Error writing to uinput device");
286 error("Error opening uinput device file");
299 error("Error creating uinput device");
305 error("Error enabling uinput device key events");
319 /* creating the device */
321 error("Error creating uinput device");
343 /* Sony PS3 remote device */
    [all...]
  /external/kernel-headers/original/linux/raid/
md_k.h 47 * MD's 'extended' device
53 sector_t size; /* Device size (in blocks) */
57 struct block_device *bdev; /* block device handle */
69 /* A device can be in one of three states based on two flags:
81 #define Faulty 1 /* device is known to have a fault */
82 #define In_sync 2 /* device is in_sync with rest of array */
87 int raid_disk; /* role of device in array */
88 int saved_raid_disk; /* role that device used to have in the
92 sector_t recovery_offset;/* If this device has been partially
231 struct bitmap *bitmap; /* the bitmap for the device */
    [all...]
  /external/qemu/distrib/sdl-1.2.12/include/
SDL_audio.h 50 /* This function is called when the audio device needs more data.
112 * This function opens the audio device with the desired parameters, and
118 * to open the audio device, or couldn't set up the audio thread.
138 * when the audio device is ready for more data. It is passed a pointer
146 * The audio device starts out playing silence when it's opened, and should
150 * any local mixing buffers after you open the audio device.
167 * device to start playing sound. This is so you can safely initialize
168 * data for your callback function after opening the audio device.
169 * Silence will be written to the audio device during the pause.
242 * This function shuts down audio processing and closes the audio device
    [all...]
  /external/wpa_supplicant_6/wpa_supplicant/
README-WPS 30 - Registrar: a device that control a network and can authorize
32 Registrar") or in an external device, e.g., a laptop, ("external
34 - Enrollee: a device that is being authorized to use the network
36 It should also be noted that the AP and a client device may change
37 roles (i.e., AP acts as an Enrollee and client device as a Registrar)
69 the device. This is configured in the runtime configuration for
92 WPS requires either a device PIN code (usually, 8-digit number) or a
97 If the client device has a display, a random PIN has to be generated
109 If the client device does not have a display that could show the
121 be enabled by either a physical button in the client device or
    [all...]
  /frameworks/base/docs/html/sdk/
android-2.2-highlights.jd 95 password options to unlock device. Exchange administrators can enforce password policy across
97 <p><span class="green">Remote wipe:</span> Exchange administrators can remotely reset the device to
98 factory defaults to secure data in case device is lost or stolen.</p>
226 <h3>Android Cloud to Device Messaging</h3>
228 <p>Apps can utilize Android Cloud to Device Messaging to enable mobile alert, send to phone, and
261 profile enables apps to determine device hardware capablities.</p>
276 <h3>Device policy manager</h3>
278 <p>New device policy management APIs allow developers to write "device administrator" applications
279 that can control security features on the device, such as the minimum password strength, data wipe
    [all...]
  /ndk/docs/
NDK-GDB.html 39 that the debugging session should happen on a 2.2+ device or
70 - checks that, on the device, the installed application with the same
95 these libraries corresponding to your target device on your
110 session is running on the same device. Using --force will kill the
116 of your application on the target device. You can use --start to
150 -d: Connect to a single physical device
151 -e: Connect to a single emulator device
152 -s &lt;serial&gt;: Connect to a specific device or emulator
153 where &lt;serial&gt; is the device's name as listed
157 to list a specific device, without the need for a specific option
    [all...]
  /packages/apps/Settings/src/com/android/settings/bluetooth/
BluetoothSettings.java 101 BluetoothDevice device = intent
103 if (device.equals(mSelectedDevice)) {
104 sendDevicePickedIntent(device);
120 // If an application wish to show the BT device list, it can send an
235 CachedBluetoothDevice device = btPreference.getCachedDevice(); local
237 mSelectedDevice = device.getDevice();
240 if ((device.getBondState() == BluetoothDevice.BOND_BONDED) ||
257 //For device picker, disable Context Menu
362 private void sendDevicePickedIntent(BluetoothDevice device) {
367 intent.putExtra(BluetoothDevice.EXTRA_DEVICE, device);
    [all...]
  /prebuilt/darwin-x86/sdl/include/SDL/
SDL_audio.h 50 /* This function is called when the audio device needs more data.
112 * This function opens the audio device with the desired parameters, and
118 * to open the audio device, or couldn't set up the audio thread.
138 * when the audio device is ready for more data. It is passed a pointer
146 * The audio device starts out playing silence when it's opened, and should
150 * any local mixing buffers after you open the audio device.
167 * device to start playing sound. This is so you can safely initialize
168 * data for your callback function after opening the audio device.
169 * Silence will be written to the audio device during the pause.
242 * This function shuts down audio processing and closes the audio device
    [all...]
  /prebuilt/linux-x86/sdl/include/SDL/
SDL_audio.h 50 /* This function is called when the audio device needs more data.
112 * This function opens the audio device with the desired parameters, and
118 * to open the audio device, or couldn't set up the audio thread.
138 * when the audio device is ready for more data. It is passed a pointer
146 * The audio device starts out playing silence when it's opened, and should
150 * any local mixing buffers after you open the audio device.
167 * device to start playing sound. This is so you can safely initialize
168 * data for your callback function after opening the audio device.
169 * Silence will be written to the audio device during the pause.
242 * This function shuts down audio processing and closes the audio device
    [all...]
  /prebuilt/windows/sdl/host/include/SDL/
SDL_audio.h 56 /* This function is called when the audio device needs more data.
118 * This function opens the audio device with the desired parameters, and
124 * to open the audio device, or couldn't set up the audio thread.
144 * when the audio device is ready for more data. It is passed a pointer
152 * The audio device starts out playing silence when it's opened, and should
156 * any local mixing buffers after you open the audio device.
173 * device to start playing sound. This is so you can safely initialize
174 * data for your callback function after opening the audio device.
175 * Silence will be written to the audio device during the pause.
248 * This function shuts down audio processing and closes the audio device
    [all...]

Completed in 554 milliseconds

<<31323334353637383940>>