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

<<11121314151617181920>>

  /external/bluetooth/bluez/src/
sdpd.h 38 bdaddr_t device; member in struct:request
78 void sdp_record_add(const bdaddr_t *device, sdp_record_t *rec);
82 int sdp_check_access(uint32_t handle, bdaddr_t *device);
  /external/e2fsprogs/misc/
base_device.c 4 * Return the "base device" given a particular device; this is used to
7 * place. If the base device can not be determined, return NULL.
41 char *base_device(const char *device)
47 str = malloc(strlen(device)+1);
50 strcpy(str, device);
  /external/kernel-headers/original/linux/
mca.h 9 #include <linux/device.h>
20 * function is called with the buffer, slot, and device pointer (or
66 /* device/context info for proc callback */
69 struct device dev;
89 struct device dev;
130 /* WARNING: only called by the boot time device setup */
  /external/kernel-headers/original/linux/mmc/
host.h 74 struct device;
77 struct device *dev;
116 extern struct mmc_host *mmc_alloc_host(int extra, struct device *);
  /external/ppp/android/
ip-up-vpn.c 53 char device[64]; local
57 device, address, netmask) == 3) {
58 if (strcmp(argv[1], device)) {
  /external/qemu/distrib/sdl-1.2.12/src/audio/dummy/
SDL_dummyaudio.c 56 static void DUMMYAUD_DeleteDevice(SDL_AudioDevice *device)
58 SDL_free(device->hidden);
59 SDL_free(device);
  /external/qemu/hw/
bt.c 72 static void bt_dummy_destroy(struct bt_device_s *device)
74 bt_device_done(device);
75 qemu_free(device);
116 fprintf(stderr, "%s: bad bt device \"%s\"\n", __FUNCTION__,
  /bionic/libc/kernel/common/linux/
dma-mapping.h 15 #include <linux/device.h>
  /external/blktrace/btt/
misc.c 147 MAJOR(dip->device), MINOR(dip->device));
150 MAJOR(dip->device), MINOR(dip->device));
  /external/bluetooth/bluez/audio/
manager.h 50 gboolean manager_allow_headset_connection(struct audio_device *device);
  /external/bluetooth/bluez/tools/
csr_3wire.c 36 int csr_open_3wire(char *device)
csr_h4.c 42 int csr_open_h4(char *device)
46 if (!device)
47 device = "/dev/ttyS0";
49 fd = open(device, O_RDWR | O_NOCTTY);
  /external/expat/
Android.mk 3 # We need to build this for both the device (as a shared library)
42 # For the device
  /external/libpng/
Android.mk 3 # We need to build this for both the device (as a shared library)
49 # For the device
  /external/libxml2/
Android.mk 3 # We need to build this for both the device (as a shared library)
54 # For the device
  /external/qemu/distrib/sdl-1.2.12/src/video/xbios/
SDL_xbios_sb3.h 58 unsigned short device; /* Device number to find planes = getRez() */ member in struct:__anon4520
  /external/skia/include/core/
SkBlitter.h 50 static SkBlitter* Choose(const SkBitmap& device,
53 return Choose(device, matrix, paint, NULL, 0);
56 static SkBlitter* Choose(const SkBitmap& device,
61 static SkBlitter* ChooseSprite(const SkBitmap& device,
SkComposeShader.h 45 virtual bool setContext(const SkBitmap& device, const SkPaint& paint, const SkMatrix& matrix);
  /external/skia/include/effects/
SkTransparentShader.h 26 virtual bool setContext( const SkBitmap& device,
  /frameworks/base/include/ui/
EventHub.h 39 * - input events from the keypad of a real device
81 // exclude a particular device from opening
105 int open_device(const char *device);
106 int close_device(const char *device);
127 bool hasKeycode(device_t* device, int keycode) const;
136 device_t* device; member in struct:android::EventHub::device_ent
152 // device ids that report particular switches.
  /hardware/libhardware_legacy/
qemu.h 41 char device[32]; member in struct:__anon7616
  /ndk/build/platforms/android-3/arch-arm/usr/include/linux/
dma-mapping.h 15 #include <linux/device.h>
  /ndk/build/platforms/android-4/arch-arm/usr/include/linux/
dma-mapping.h 15 #include <linux/device.h>
  /ndk/build/platforms/android-5/arch-arm/usr/include/linux/
dma-mapping.h 15 #include <linux/device.h>
  /ndk/build/platforms/android-5/arch-x86/usr/include/linux/
dma-mapping.h 15 #include <linux/device.h>

Completed in 614 milliseconds

<<11121314151617181920>>