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

<<21222324252627282930>>

  /external/qemu/distrib/sdl-1.2.12/src/audio/ums/
SDL_umsaudio.c 53 static UMSAudioDevice_ReturnCode UADOpen(_THIS, string device, string mode, long flags);
113 fprintf(stderr, "Creating UMS Audio device\n");
501 static UMSAudioDevice_ReturnCode UADOpen(_THIS, string device, string mode, long flags)
505 device,
  /external/qemu/distrib/sdl-1.2.12/src/audio/windx5/
SDL_dx5audio.c 130 static void Audio_DeleteDevice(SDL_AudioDevice *device)
133 SDL_free(device->hidden);
134 SDL_free(device);
193 error = "Audio device in use";
211 error = "No audio device found";
661 /* Open the audio device */
  /external/qemu/distrib/sdl-1.2.12/src/video/ps2gs/
SDL_gsvideo.c 74 static void GS_DeleteDevice(SDL_VideoDevice *device)
76 SDL_free(device->hidden);
77 SDL_free(device);
683 /* We're all done with the graphics device */
  /frameworks/base/media/java/android/media/
AudioService.java 234 // Broadcast receiver for device connections intent broadcasts
244 // Forced device usage for communications
297 // Register for device connection intent broadcasts.
1630 Map.Entry device = (Map.Entry)i.next(); local
1830 int device = AudioSystem.DEVICE_OUT_BLUETOOTH_SCO; local
    [all...]
  /bionic/libc/kernel/common/linux/
fd.h 58 unsigned int device,head,track; member in struct:format_descr
mod_devicetable.h 18 __u32 vendor, device; member in struct:pci_device_id
telephony.h 32 device, enumerator in enum:__anon443
  /external/bluetooth/bluez/tools/
csr_usb.c 58 int csr_open_usb(char *device)
81 fprintf(stderr, "Device not available\n");
88 fprintf(stderr, "Can't open device: %s (%d)\n",
  /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...]
  /external/kernel-headers/original/linux/
fd.h 67 unsigned int device,head,track; member in struct:format_descr
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...]
pnp.h 12 #include <linux/device.h>
132 * Device Managemnt
136 struct device dev; /* Driver Model device interface */
179 struct device dev; /* Driver Model device interface */
184 struct list_head protocol_list; /* node in list of device's protocol */
189 struct pnp_card * card; /* card the device is attached to, none if NULL */
204 struct proc_dir_entry *procent; /* device entry in /proc/bus/isapnp */
320 #define PNP_DRIVER_RES_DO_NOT_CHANGE 0x0001 /* do not change the state of the device */
    [all...]
telephony.h 68 * device installed in your system. The PHONECTL_CAPABILITIES ioctl
70 * device has. The PHONECTL_CAPABILITIES_LIST will fill an array of
73 * a TRUE if the device has that capability, otherwise it returns false.
78 device, enumerator in enum:__anon3238
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...]
  /external/libpcap/
pcap-enet.c 152 initdevice(char *device, int pflag, int *linktype)
pcap-int.h 95 char *device; /* device name */ member in struct:pcap_md
101 int ifindex; /* interface index of device we're bound to */
102 int lo_ifindex; /* interface index of the loopback device */
  /external/ppp/pppd/
tdb.h 112 dev_t device; /* uniquely identifies this tdb */ member in struct:tdb_context
  /external/qemu/distrib/sdl-1.2.12/src/joystick/beos/
SDL_bejoystick.cc 29 #include <be/device/Joystick.h>
86 /* Function to get the device-dependent name of a joystick */
141 /* Function to update the state of a joystick - called as a device poll.
144 * and update joystick device state.
  /external/qemu/distrib/sdl-1.2.12/src/video/Xext/extensions/
xf86dga.h 192 SDL_NAME(XDGADevice) *device,
  /hardware/broadcom/wlan/bcm4329/src/include/
bcmsdh.h 55 /* Query if SD device interrupts are enabled */
62 /* Register/deregister device interrupt handler. */
77 * device removal. No-op in the case of non-removable/hardwired devices.
103 /* Synchronous access to device (client) core registers via CMD53 to F1.
114 /* Buffer transfer to/from device (client) core via cmd53.
160 /* Returns the "Device ID" of target device on the SDIO bus. */
163 /* Returns the number of IO functions reported by the device */
170 /* Reset and reinitialize the device */
179 /* attach to device */
    [all...]
  /ndk/build/platforms/android-3/arch-arm/usr/include/linux/
fd.h 58 unsigned int device,head,track; member in struct:format_descr
mod_devicetable.h 18 __u32 vendor, device; member in struct:pci_device_id
telephony.h 32 device, enumerator in enum:__anon9380
  /ndk/build/platforms/android-4/arch-arm/usr/include/linux/
fd.h 58 unsigned int device,head,track; member in struct:format_descr
mod_devicetable.h 18 __u32 vendor, device; member in struct:pci_device_id

Completed in 2696 milliseconds

<<21222324252627282930>>