/ndk/build/platforms/android-5/arch-arm/usr/include/linux/ |
ata.h | 236 u8 device; member in struct:ata_taskfile
|
/ndk/build/platforms/android-5/arch-x86/usr/include/linux/ |
ata.h | 236 u8 device; member in struct:ata_taskfile
|
/ndk/build/platforms/android-8/arch-arm/usr/include/linux/ |
ata.h | 236 u8 device; member in struct:ata_taskfile
|
/ndk/build/platforms/android-8/arch-x86/usr/include/linux/ |
ata.h | 236 u8 device; member in struct:ata_taskfile
|
/packages/apps/Settings/src/com/android/settings/bluetooth/ |
CachedBluetoothDevice.java | 47 * CachedBluetoothDevice represents a remote Bluetooth device. It contains 48 * attributes of the device (such as the address, name, RSSI, etc.) and 49 * functionality that can be performed on the device (connect, pair, disconnect, 259 // This can happen in 2 cases: 1) BT device initiated pairing and 310 CachedBluetoothDevice(Context context, BluetoothDevice device) { 317 mDevice = device; 464 for (BluetoothDevice device : devices) { 465 CachedBluetoothDevice cachedDevice = cachedDeviceManager.findDevice(device); 573 if (DEBUG) Log.d(TAG, "Default to address. Device has no name (yet) " + mName); 604 * Checks whether we are connected to this device (any profile counts) [all...] |
/system/core/libdiskconfig/ |
config_mbr.c | 290 /* Returns the device path of the partition referred to by 'name' 317 num = snprintf(dev_name, MAX_NAME_LEN, "%s%d", dinfo->device, num); 319 LOGE("Device name is too long?!");
|
/prebuilt/common/jfreechart/ |
jfreechart-1.0.9-swt.jar | |
/external/skia/src/effects/ |
SkGradientShader.cpp | 334 bool Gradient_Shader::setContext(const SkBitmap& device, 337 if (!this->INHERITED::setContext(device, paint, matrix)) { 641 bool Linear_Gradient::setContext(const SkBitmap& device, const SkPaint& paint, 643 if (!this->INHERITED::setContext(device, paint, matrix)) { [all...] |
/prebuilt/common/osgi/ |
osgi.jar | |
/dalvik/libcore/ |
JavaLibrary.mk | 47 # Build for the target (device).
|
NativeCode.mk | 83 # Build for the target (device).
|
/external/grub/stage2/ |
shared.h | 63 * This is the location of the raw device buffer. It is 31.5K 83 * This is the filesystem (not raw device) buffer. 400 unsigned short root_dev; /* Default root device number */ 580 /* The map between BIOS drives and UNIX device file names. */ 582 /* The filename which stores the information about a device map. */ 586 /* Assign DRIVE to a device name DEVICE. */ 587 extern void assign_device_name (int drive, const char *device); 650 /* Device sector size */ 928 /* Parse a device string and initialize the global parameters. * [all...] |
/external/wpa_supplicant_6/wpa_supplicant/src/wps/ |
wps_upnp.c | 2 * UPnP WPS Device 63 * Description: EAP-WPS UPnP device source 126 * each other. In UPnP terminology, a device is either a "device" (a server 129 * This file implements a UPnP "device". 148 * SUBSCRIBE (something like an HTTP PUT) after which the device can do a 151 * The control point will also do HTTP GET of the "device file" listed in the 152 * original UDP information from the device (see UPNP_WPS_DEVICE_XML_FILE 190 * UPnP allows a client ("control point") to send a server like us ("device") 689 * UPnP device architecture specification requires all th [all...] |
/frameworks/base/telephony/java/com/android/internal/telephony/ |
IccProvider.java | 220 String device = SystemProperties.get("ro.product.device"); local 221 if (!TextUtils.isEmpty(device)) {
|
/sdk/ddms/libs/ddmlib/src/com/android/ddmlib/ |
SyncService.java | 36 * To get a {@link SyncService} object, use {@link Device#getSyncService()}. 56 private final static int S_IFBLK = 0x6000; // type: block device 58 private final static int S_IFCHR = 0x2000; // type: character device 109 /** Result code for receiving too much data from the remove device at once */ 192 private Device mDevice; 203 * @param device the {@link Device} that the service connects to. 205 SyncService(InetSocketAddress address, Device device) { 207 mDevice = device; [all...] |
/system/vold/ |
VolumeManager.cpp | 151 /* Lookup a volume to handle this device */ 157 SLOGD("Device '%s' event handled by volume %s\n", devpath, (*it)->getLabel()); 266 SLOGE("ASEC loop device creation failed (%s)", strerror(errno)); 279 SLOGE("ASEC device mapping failed (%s)", strerror(errno)); 296 SLOGE("Failed to open new DM device for superblock write (%s)", strerror(errno)); 525 SLOGW("Failed to find loop device for {%s} (%s)", asecFileName, strerror(errno)); 592 SLOGE("ASEC loop device creation failed (%s)", strerror(errno)); 596 SLOGD("New loop device created at %s", loopDevice); 657 SLOGE("ASEC device mapping failed (%s)", strerror(errno)); 914 char device[256] local [all...] |
/bootable/diskinstaller/ |
installer.c | 50 fprintf(stderr, "\t-l <path> - Path to device disk layout conf file " 54 fprintf(stderr, "\t-p <path> - Path to device that should be mounted" 230 LOGE("Could not get the device name for partition %s while" 336 if (write_raw_image(dinfo->device, filename, offset, test)) 409 /* If the user asked us to wait for data device, wait for it to appear, 414 LOGI("Waiting for device: %s", inst_data_dev); 417 LOGI("Device %s ready", inst_data_dev);
|
/build/core/ |
config.mk | 87 # These can be changed to modify both host and device modules. 131 device/*/$(TARGET_DEVICE)/BoardConfig.mk \
|
/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...] |
/external/webkit/WebCore/platform/graphics/qt/ |
GraphicsContextQt.cpp | 796 const QPaintDevice* device = p->device(); local 797 w = device->width(); 798 h = device->height(); [all...] |
/hardware/ti/wlan/wl1271/platforms/os/linux/ |
Makefile | 234 @echo FPGA1273 = $(FPGA1273) // FPGA device support
|
/system/wlan/ti/wilink_6_1/platforms/os/linux/ |
Makefile | 249 @echo FPGA1273 = $(FPGA1273) // FPGA device support
|
/external/bluetooth/bluez/lib/ |
sdp.c | 179 { HID_SVCLASS_ID, "Human Interface Device" }, [all...] |
/external/qemu/distrib/sdl-1.2.12/src/loadso/macosx/ |
SDL_dlcompat.c | 212 dev_t device; member in struct:dlstatus 493 || sbuf->st_dev != dls->device || sbuf->st_ino != dls->inode)) 502 dls->device = sbuf->st_dev; [all...] |
/external/bluetooth/bluez/audio/ |
pcm_bluetooth.c | 110 char device[18]; /* Address of the remote Device */ member in struct:bluetooth_alsa_config 447 strncpy(open_req->destination, data->alsa_config.device, 18); 707 strncpy(open_req->destination, data->alsa_config.device, 18); [all...] |