/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/usb/ |
gadgetfs.h | 15 * i/o requests. When ep0 is configured, the device can enumerate; 16 * when it's closed, the device disconnects from usb. Operations on 19 * Configuration and device descriptors get written to /dev/gadget/$CHIP,
|
/sdk/ddms/libs/ddmlib/src/com/android/ddmlib/ |
Device.java | 35 * A Device. It can be a physical device or an emulator. 37 final class Device implements IDevice { 44 /** Serial number of the device */ 50 /** State of the device. */ 53 /** Device properties. */ 60 private static final String LOG_TAG = "Device"; 124 "Cannot set the AVD name of the device is not an emulator"); 139 * Changes the state of the device. 326 Device(DeviceMonitor monitor, String serialNumber, DeviceState deviceState) [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/ |
messages.properties | 25 AndroidJUnitLaunchAction_LaunchInstr_2s=Launching instrumentation %1$s on device %2$s 38 RemoteAdtTestRunner_RunTimeoutException=Connection with device timed out. 39 RemoteAdtTestRunner_RunIOException_s=Lost connection with device: %s
|
/system/core/init/ |
readme.txt | 35 (device creation/destruction, property setting, process restarting) 63 This is a device-critical service. If it exits more than four times in 64 four minutes, the device will reboot into recovery mode. 116 device-added-<path> 117 device-removed-<path> 118 Triggers of these forms occur when a device node is added 179 mount <type> <device> <dir> [ <mountoption> ]* 180 Attempt to mount the named device at the directory <dir> 181 <device> may be of the form mtd@name to specify a mtd block 182 device by name [all...] |
/cts/tools/host/src/com/android/cts/ |
TestPackage.java | 40 * For batch mode, there is just one command sent to the device 41 * for the whole package, and the device will feed back the result 45 * received the feedback from device. The following two variables 649 * @param device The {@link TestDevice} will run the test. 651 public void setTestDevice(final TestDevice device) { 652 mDevice = device; 653 device.setRuntimeListener(this); 654 device.setStatus(TestDevice.STATUS_BUSY); 903 * @param profile The profile of the device being tested. 947 * Kill the device process [all...] |
DeviceDisconnectedException.java | 20 * Throw out DeviceDisconnectedException if detected that the device is disconnected.
|
DeviceNotAvailableException.java | 20 * Exception reporting that the device is not available.
|
/external/grub/lib/ |
device.c | 0 /* device.c - Some helper functions for OS devices and BIOS drives */ 47 # define HDIO_GETGEO 0x0301 /* get device geometry */ 73 # define BLKGETSIZE _IO(0x12,96) /* return device size */ 132 #include <device.h> 339 0 /* char device */ 380 0 /* char device */ 412 /* Check if DEVICE can be read. If an error occurs, return zero, 415 check_device (const char *device) 420 /* If DEVICE is empty, just return 1. */ 421 if (*device == 0 [all...] |
/frameworks/base/include/ui/ |
InputReader.h | 50 /* Specifies input device calibration settings. */ 97 * certain device whose screen currently is not all that good. 101 /* Determines whether to turn on some hacks to improve touch interaction with another device 112 /* Gets the configured virtual key definitions for an input device. */ 116 /* Gets the calibration for an input device. */ 120 /* Gets the excluded device names for the platform. */ 144 /* Gets the current input device configuration. 150 /* Gets information about the specified input device. 151 * Returns OK if the device information was obtained or NAME_NOT_FOUND if there 152 * was no such device [all...] |
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/ |
XKBlib.h | 42 unsigned int device; /* device ID */ member in struct:_XkbAnyEvent 52 int device; /* device ID */ member in struct:_XkbNewKeyboardNotify 53 int old_device; /* device ID of previous keyboard */ 70 int device; /* device ID */ member in struct:_XkbMapNotifyEvent 99 int device; /* device ID */ member in struct:_XkbStateNotifyEvent 128 int device; /* device ID * member in struct:_XkbControlsNotify 146 int device; \/* device ID *\/ member in struct:_XkbIndicatorNotify 158 int device; \/* device ID *\/ member in struct:_XkbNamesNotify 180 int device; \/* device ID *\/ member in struct:_XkbCompatMapNotify 194 int device; \/* device ID *\/ member in struct:_XkbBellNotify 212 int device; \/* device ID *\/ member in struct:_XkbActionMessage 229 int device; \/* device ID *\/ member in struct:_XkbAccessXNotify 243 int device; \/* device ID *\/ member in struct:_XkbExtensionDeviceNotify 269 XkbExtensionDeviceNotifyEvent device; member in union:_XkbEvent [all...] |
/external/kernel-headers/original/linux/ |
usb.h | 18 #include <linux/device.h> /* for struct device */ 90 * struct usb_interface - what usb device drivers talk to 105 * @dev: driver model's view of this device 106 * @class_dev: driver model's class view of this device. 108 * USB device drivers attach to interfaces on a physical device. Each 120 * of a device sets altsetting 0, but the device driver can change 145 struct device dev; /* interface specific device info * [all...] |
/development/simulator/app/ |
MainFrame.cpp | 36 static wxString kDeviceMenuString = wxT("&Device"); 107 pPrefs->GetInt("window-device-x", &val); 110 pPrefs->GetInt("window-device-y", &val); 210 wxT("Start the device")); 212 // wxT("Stop the device")); 215 // wxT("Restart the device")); 220 * Create "Device" menu. 223 pPrefs->GetString("default-device", /*ref*/ defaultDevice); 258 * Construct the "device" menu from our phone collection. 321 new wxStaticText(base, wxID_ANY, wxT("Device mode:") [all...] |
/hardware/ti/omap3/liboverlay/ |
overlay.cpp | 95 struct overlay_control_device_t device; member in struct:overlay_control_context_t 103 struct overlay_data_device_t device; member in struct:overlay_data_context_t 131 const char* name, struct hw_device_t** device); 451 LOGE("Failed to open overlay device\n"); 1057 overlay_data_device_t *overlay_dev = &ctx->device; 1089 const char* name, struct hw_device_t** device) 1102 dev->device.common.tag = HARDWARE_DEVICE_TAG; 1103 dev->device.common.version = 0; 1104 dev->device.common.module = const_cast<hw_module_t*>(module); 1105 dev->device.common.close = overlay_control_close [all...] |
/frameworks/base/services/java/com/android/server/usb/ |
UsbService.java | 52 * This includes code for both USB host support (where the android device is the host) 53 * as well as USB device support (android device is connected to a USB host). 54 * Accessory mode is a special case of USB device mode, where the android device is 91 // lists of enabled and disabled USB functions (for USB device mode) 122 * Handles USB function enable/disable events (device mode) 143 * Listens for uevent messages from the kernel to monitor the USB state (device mode) 225 // Read initial USB state (device mode) 244 // This may happen in the emulator or devices without USB device mode suppor [all...] |
/hardware/msm7k/libcopybit/ |
copybit.cpp | 55 /** State information for each device instance */ 57 struct copybit_device_t device; member in struct:copybit_context_t 68 struct hw_device_t** device); 425 /** Close the copybit device */ 436 /** Open a new instance of a copybit device using name */ 438 struct hw_device_t** device) 445 ctx->device.common.tag = HARDWARE_DEVICE_TAG; 446 ctx->device.common.version = 1; 447 ctx->device.common.module = const_cast<hw_module_t*>(module); 448 ctx->device.common.close = close_copybit [all...] |
/external/bluetooth/bluez/tools/ |
dfutool.c | 106 printf("Bus %s Device %s: ID %04x:%04x Interface %d%s\n", 113 static struct usb_dev_handle *open_device(char *device, struct dfu_suffix *suffix) 165 printf("\rSelect device (abort with 0): "); 182 printf("Can't open device: %s (%d)\n", strerror(errno), errno); 222 printf("Device is not idle, can't detach it (state %d)\n", status.bState); 226 printf("Switching device into DFU mode ... "); 236 printf("\rCan't detach device: %s (%d)\n", strerror(errno), errno); 276 printf("\rCan't identify device with DFU mode\n"); 286 printf("Can't open device: %s (%d)\n", strerror(errno), errno); 302 printf("Device is not in DFU mode, can't use it\n") 753 char *device = NULL; local [all...] |
/external/libnfc-nxp/src/ |
phFriNfc_TopazMap.h | 229 * the list of registered items. Moreover, the lower device is set. 235 * to a different underlying device (different NFC device or device mode, or different 236 * Remote Device). 265 * \brief \copydoc page_ovr Initiates Reading of NDEF information from the Remote Device. 267 * The function initiates the reading of NDEF information from a Remote Device. 293 * \retval NFCSTATUS_INVALID_DEVICE The device has not been opened or has been disconnected 309 * \brief \copydoc page_ovr Initiates Writing of NDEF information to the Remote Device. 311 * The function initiates the writing of NDEF information to a Remote Device [all...] |
/external/qemu/ |
qemu-monitor.hx | 19 "device|all", "commit changes to the disk images (if -snapshot is used) or backing files" }, 41 show block device statistics 53 show emulated PCI device info 95 show device tree 107 "[-f] device", "eject a removable medium (use -f to force it)" }, 109 @item eject [-f] @var{device} 114 "device filename [format]", "change a removable medium, optional format" }, 116 @item change @var{device} @var{setting} 118 Change the configuration of a device. 122 Change the medium for a removable disk device to point to @var{filename}. e [all...] |
/frameworks/base/core/java/android/server/ |
BluetoothEventLoop.java | 83 // We always have only 1 device in BONDING state. 88 Log.e(TAG, " There is more than one device in the Bonding State"); 171 log ("ClassValue: " + classValue + " for remote device: " + address + " is null"); 177 Log.e(TAG, "ERROR: Remote device properties are null"); 192 Log.e(TAG, "onDeviceDisconnectRequested: Address of the remote device in null"); 208 // Incoming connection, we haven't seen this device, add to cache. 295 Log.e(TAG, "onDevicePropertyChanged: Address of the remote device in null"); 299 log("Device property changed:" + address + "property:" + name); 301 BluetoothDevice device = mAdapter.getRemoteDevice(address); local 305 intent.putExtra(BluetoothDevice.EXTRA_DEVICE, device); 511 BluetoothDevice device = mAdapter.getRemoteDevice(address); local [all...] |
/external/iproute2/man/man8/ |
ip.8 | 30 .BI "ip link set " DEVICE 60 .RI "[ " DEVICE " ]" 359 .IR DEVICE " ]" 746 - network device. 750 - protocol (IP or IPv6) address on a device. 816 .SH ip link - network device configuration 819 is a network device and the corresponding commands 822 .SS ip link set - change device attributes 827 specifies network device to operate on. 831 change the state of the device t [all...] |
/frameworks/base/docs/html/guide/topics/manifest/ |
uses-feature-element.jd | 30 device. </p> 55 application describe the device-variable features that it uses.</p> 66 that requires both Bluetooth and camera features in the device would declare 80 the device before installing an application. However, other services 89 exist for a device, such as a camera, are declared using the 105 device compatibility.</p> 129 device. </li> 133 the device, but that it <em>is designed to function without the specified 197 device, the Android Market service compares:</p> 202 <li>Features available on the device, in hardware or software &mdash [all...] |
/bionic/libc/kernel/common/linux/ |
dma-mapping.h | 15 #include <linux/device.h>
|
/bootable/recovery/ |
common.h | 95 const char* device; // MTD partition name if fs_type == "yaffs" member in struct:__anon598 96 // block device if fs_type == "ext4" or "vfat" 98 const char* device2; // alternative device to try if fs_type 100 // 'device' fails
|
/bootable/recovery/edify/ |
Android.mk | 30 # Build the device-side library
|
/bootable/recovery/mtdutils/ |
mounts.h | 24 const MountedVolume *find_mounted_volume_by_device(const char *device);
|