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

1 2 3 4 5 67 8 91011>>

  /ndk/build/platforms/android-3/arch-arm/usr/include/linux/
miscdevice.h 44 struct device;
52 struct device *dev;
platform_device.h 15 #include <linux/device.h>
20 struct device dev;
  /ndk/build/platforms/android-4/arch-arm/usr/include/linux/
miscdevice.h 44 struct device;
52 struct device *dev;
platform_device.h 15 #include <linux/device.h>
20 struct device dev;
  /ndk/build/platforms/android-5/arch-arm/usr/include/linux/
miscdevice.h 44 struct device;
52 struct device *dev;
platform_device.h 15 #include <linux/device.h>
20 struct device dev;
  /ndk/build/platforms/android-5/arch-x86/usr/include/linux/
miscdevice.h 44 struct device;
52 struct device *dev;
platform_device.h 15 #include <linux/device.h>
20 struct device dev;
  /ndk/build/platforms/android-8/arch-arm/usr/include/linux/
miscdevice.h 44 struct device;
52 struct device *dev;
platform_device.h 15 #include <linux/device.h>
20 struct device dev;
  /ndk/build/platforms/android-8/arch-x86/usr/include/linux/
miscdevice.h 44 struct device;
52 struct device *dev;
platform_device.h 15 #include <linux/device.h>
20 struct device dev;
  /external/qemu/distrib/sdl-1.2.12/src/video/macdsp/
SDL_dspvideo.c 162 static int DSp_GetMainDevice (_THIS, GDHandle *device);
230 static void DSp_DeleteDevice(SDL_VideoDevice *device)
233 if (device) {
235 if (device->hidden) {
237 if (device->hidden->dspinfo)
238 SDL_free(device->hidden->dspinfo);
240 SDL_free(device->hidden);
242 SDL_free(device);
248 SDL_VideoDevice *device; local
251 device = (SDL_VideoDevice *)SDL_malloc(sizeof(SDL_VideoDevice))
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/joystick/darwin/
SDL_sysjoystick.c 79 IOHIDDeviceInterface ** interface; /* interface to device, NULL = no interface */
85 long axes; /* number of axis (calculated, not reported by device) */
86 long buttons; /* number of buttons (calculated, not reported by device) */
87 long hats; /* number of hat switches (calculated, not reported by device) */
88 long elements; /* number of total elements (shouldbe total of above) (calculated, not reported by device) */
97 struct joystick_hwdata* pNext; /* next device */
157 recDevice *device = (recDevice *) refcon; local
158 device->removed = 1;
159 device->uncentered = 1;
164 /* Create and open an interface to device, required prior to extracting values or building queues
576 recDevice *device, *lastDevice; local
685 recDevice *device = gpDeviceList; local
700 recDevice *device = gpDeviceList; local
724 recDevice *device = joystick->hwdata; local
    [all...]
  /external/blktrace/btt/
devs.c 62 struct d_info *__dip_find(__u32 device)
67 __list_for_each(p, &dev_heads[DEV_HASH(device)]) {
69 if (device == dip->device)
106 static inline char *mkhandle(char *str, __u32 device, char *post)
108 int mjr = device >> MINORBITS;
109 int mnr = device & ((1 << MINORBITS) - 1);
125 struct d_info *dip_alloc(__u32 device, struct io *iop)
127 struct d_info *dip = __dip_find(device);
136 dip->device = device
    [all...]
  /external/libpcap/
pcap-snoop.c 198 pcap_open_live(const char *device, int snaplen, int promisc, int to_ms,
226 (void)strncpy(sr.sr_ifname, device, sizeof(sr.sr_ifname));
241 * XXX hack - map device name to link layer type
243 if (strncmp("et", device, 2) == 0 || /* Challenge 10 Mbit */
244 strncmp("ec", device, 2) == 0 || /* Indigo/Indy 10 Mbit,
246 strncmp("ef", device, 2) == 0 || /* O200/2000 10/100 Mbit */
247 strncmp("eg", device, 2) == 0 || /* Octane/O2xxx/O3xxx Gigabit */
248 strncmp("gfe", device, 3) == 0 || /* GIO 100 Mbit */
249 strncmp("fxp", device, 3) == 0 || /* Challenge VME Enet */
250 strncmp("ep", device, 2) == 0 || /* Challenge 8x10 Mbit EPLEX *
    [all...]
pcap-null.c 43 pcap_open_live(const char *device, int snaplen, int promisc, int to_ms,
  /external/qemu/distrib/sdl-1.2.12/src/video/vgl/
SDL_vglvideo.c 106 static void VGL_DeleteDevice(SDL_VideoDevice *device)
108 SDL_free(device->hidden);
109 SDL_free(device);
114 SDL_VideoDevice *device; local
117 device = (SDL_VideoDevice *)SDL_malloc(sizeof(SDL_VideoDevice));
118 if ( device ) {
119 SDL_memset(device, 0, (sizeof *device));
120 device->hidden = (struct SDL_PrivateVideoData *)
121 SDL_malloc((sizeof *device->hidden))
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/video/wscons/
SDL_wsconsvideo.c 92 static void WSCONS_DeleteDevice(SDL_VideoDevice *device)
94 SDL_free(device->hidden);
95 SDL_free(device);
100 SDL_VideoDevice *device; local
103 device = (SDL_VideoDevice *)SDL_malloc(sizeof(SDL_VideoDevice));
104 if (device == NULL) {
108 SDL_memset(device, 0, (sizeof *device));
109 device->hidden =
110 (struct SDL_PrivateVideoData *)SDL_malloc((sizeof *device->hidden))
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/video/cybergfx/
SDL_cgxvideo.c 158 D(bug("CGX video device AVAILABLE\n"));
161 D(else bug("**CGX video device UNAVAILABLE\n"));
166 static void CGX_DeleteDevice(SDL_VideoDevice *device)
168 if ( device ) {
169 if ( device->hidden ) {
170 SDL_free(device->hidden);
172 if ( device->gl_data ) {
173 SDL_free(device->gl_data);
175 SDL_free(device);
181 SDL_VideoDevice *device; local
    [all...]
  /hardware/libhardware/modules/gralloc/
framebuffer.cpp 55 framebuffer_device_t device; member in struct:fb_context_t
320 hw_device_t** device)
334 dev->device.common.tag = HARDWARE_DEVICE_TAG;
335 dev->device.common.version = 0;
336 dev->device.common.module = const_cast<hw_module_t*>(module);
337 dev->device.common.close = fb_close;
338 dev->device.setSwapInterval = fb_setSwapInterval;
339 dev->device.post = fb_post;
340 dev->device.setUpdateRect = 0;
346 const_cast<uint32_t&>(dev->device.flags) = 0
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/sdk/
LayoutDeviceManager.java 155 public void removeUserDevice(LayoutDevice device) {
156 if (mUserLayoutDevices.remove(device)) {
162 * Replaces a device with a new one with new name and/or x/y dpi, and return the new device.
163 * If the name and dpi values are identical the given device is returned an nothing is done
164 * @param device the {@link LayoutDevice} to replace
170 public LayoutDevice replaceUserDevice(LayoutDevice device, String newName,
172 if (device.getName().equals(newName) && device.getXDpi() == newXDpi &&
173 device.getYDpi() == newYDpi)
    [all...]
  /development/tools/hosttestlib/src/com/android/hosttest/
DeviceTest.java 24 * Helper JUnit test that stores reference to a Android device and test data.
29 * Sets the device under test
30 * @param device the Android device to test
32 public void setDevice(IDevice device);
35 * Retrieves the Android device under test
36 * @return the {@link IDevice} device.
  /external/bluetooth/bluez/src/
agent.h 48 int agent_request_pincode(struct agent *agent, struct btd_device *device,
56 int agent_request_passkey(struct agent *agent, struct btd_device *device,
60 int agent_request_confirmation(struct agent *agent, struct btd_device *device,
64 int agent_display_passkey(struct agent *agent, struct btd_device *device,
  /frameworks/base/include/binder/
MemoryHeapBase.h 48 * maps memory from the given device
50 MemoryHeapBase(const char* device, size_t size = 0, uint32_t flags = 0);
72 status_t setDevice(const char* device) {
74 mDevice = device;
82 int flags = 0, const char* device = NULL);

Completed in 447 milliseconds

1 2 3 4 5 67 8 91011>>