HomeSort by relevance Sort by last modified time
    Searched refs:device (Results 676 - 700 of 782) sorted by null

<<21222324252627282930>>

  /dalvik/vm/
Android.mk 32 # Build for the target (device).
Dvm.mk 88 # "-O2" is redundant for device (release) but useful for sim (debug)
92 # if you want to try with assertions on the device, add:
  /device/htc/passion-common/liblights/
lights.c 112 * device methods
544 /** Close the lights device */
569 /** Open a new instance of a lights device using name */
571 struct hw_device_t** device)
609 *device = (struct hw_device_t*)dev;
  /external/grub/netboot/
fa311.c 51 /* Offsets to the device registers. */
103 unsigned short device; member in struct:FA311_DEV
138 dev->device = pci->dev_id;
  /external/icu4c/common/
Android.mk 105 # Build for the target (device).
  /external/icu4c/i18n/
Android.mk 82 # Build for the target (device).
  /external/kernel-headers/original/linux/
tty.h 160 struct device;
282 struct device *dev);
ata.h 91 ATA_DEV1 = (1 << 4), /* Select Device 1 (slave) */
95 ATA_DRDY = (1 << 6), /* device ready */
96 ATA_DF = (1 << 5), /* device fault */
122 /* ATA device commands */
126 ATA_CMD_EDD = 0x90, /* execute device diagnostic */
190 0=to device, 1=to host */
215 SERR_DEV_XCHG = (1 << 26), /* device exchanged */
220 ATA_TFLAG_DEVICE = (1 << 2), /* enable r/w to device reg */
269 u8 device; member in struct:ata_taskfile
315 /* For ATA-1 devices, if the INITIALIZE DEVICE PARAMETERS command
    [all...]
  /external/qemu/
gdbstub.c     [all...]
  /external/skia/src/core/
SkSpriteBlitter_RGB16.cpp 274 virtual void setup(const SkBitmap& device, int left, int top,
276 this->INHERITED::setup(device, left, top, paint);
  /packages/apps/Phone/src/com/android/phone/
BluetoothHandsfree.java 134 // This flag is just used as a toggle to provide a update to the BT device to specify
544 BluetoothDevice device =
549 if (mA2dpDevice != null && !device.equals(mA2dpDevice)) return;
556 mA2dpDevice = device;
1145 BluetoothDevice device = null; local
    [all...]
  /sdk/ddms/libs/ddmlib/src/com/android/ddmlib/
FileListingService.java 28 * Provides {@link Device} side file listing service.
29 * <p/>To get an instance for a known {@link Device}, call {@link Device#getFileListingService()}.
90 /** Device side file separator. */
102 private Device mDevice;
583 * result from <code>ls</code> command on the device.
594 * Creates a File Listing Service for a specified {@link Device}.
595 * @param device The Device the service is connected to.
597 FileListingService(Device device)
    [all...]
  /sdk/ddms/libs/ddmlib/src/com/android/ddmlib/log/
EventLogParser.java 47 /** Location of the tag map file on the device */
78 * Inits the parser for a specific Device.
80 * This methods reads the event-log-tags located on the device to find out
82 * @param device The device.
85 public boolean init(IDevice device) {
86 // read the event tag map file on the device.
88 device.executeShellCommand("cat " + EVENT_TAG_MAP_FILE, //$NON-NLS-1$
  /bionic/libc/kernel/common/linux/
ata.h 236 u8 device; member in struct:ata_taskfile
  /bootable/diskinstaller/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?!");
  /build/core/
product_config.mk 178 include $(BUILD_SYSTEM)/device.mk
202 # Find the device that this product maps to.
223 # (Can be overridden in the device config, e.g.: PRODUCT_LOCALES += hdpi)
  /external/blktrace/btt/
output.c 527 dip_unplug(dip->device, dip->end_time, 0);
638 if (dip->n_qs > 0 && !remapper_dev(dip->device)) {
733 output_section_hdr(ofp, "Per Device");
769 output_section_hdr(ofp, "Device Overhead");
772 output_section_hdr(ofp, "Device Merge Information");
775 output_section_hdr(ofp, "Device Q2Q Seek Information");
778 output_section_hdr(ofp, "Device D2D Seek Information");
838 sprintf(header, "%d,%d", MAJOR(dip->device), MINOR(dip->device));
847 fprintf(ofp, "# Per device\n" )
    [all...]
proc.c 225 if (remapper_dev(iop->dip->device))
  /external/bluetooth/bluez/compat/
sdp.c 379 int bnep_sdp_register(bdaddr_t *device, uint16_t role)
506 status = sdp_device_record_register(session, device, record, 0);
568 int dun_sdp_register(bdaddr_t *device, uint8_t channel, int type)
653 status = sdp_device_record_register(session, device, record, 0);
  /external/bluetooth/bluez/src/
sdpd-request.c 425 sdp_check_access(rec->handle, &req->device)) {
859 sdp_check_access(rec->handle, &req->device)) {
1057 bacpy(&req.device, &sa.l2_bdaddr);
1059 bacpy(&req.device, BDADDR_ANY);
  /external/qemu/distrib/sdl-1.2.12/src/video/windx5/
SDL_dx5events.c 45 /* The keyboard and mouse device input */
105 error = "Device not registered";
111 error = "Device not initialized";
129 input device, in addition to DirectInput messages.
155 LPDIRECTINPUTDEVICE device; local
171 /* Create the DirectInput device */
173 &device, NULL);
178 result = IDirectInputDevice_QueryInterface(device,
180 IDirectInputDevice_Release(device);
229 /* Acquire the device for input *
    [all...]
  /external/skia/src/gl/
SkGLDevice.cpp 7 static void TRACE_DRAW(const char func[], SkGLDevice* device,
144 SkGLDevice::AutoPaintShader::AutoPaintShader(SkGLDevice* device,
146 fDevice = device;
147 fTexCache = device->setupGLPaintShader(paint);
  /hardware/msm7k/libaudio/
AudioHardware.h 150 status_t doAudioRouteOrMute(uint32_t device);
  /ndk/build/platforms/android-3/arch-arm/usr/include/linux/
ata.h 236 u8 device; member in struct:ata_taskfile
  /ndk/build/platforms/android-4/arch-arm/usr/include/linux/
ata.h 236 u8 device; member in struct:ata_taskfile

Completed in 1396 milliseconds

<<21222324252627282930>>