Searched refs:device (Results 201 - 225 of 1271) sorted by relevance

1234567891011>>

/external/mesa3d/src/gallium/state_trackers/vdpau/
H A Doutput.c44 vlVdpOutputSurfaceCreate(VdpDevice device, argument
59 vlVdpDevice *dev = vlGetDataHTAB(device);
71 vlsurface->device = dev;
142 pipe = vlsurface->device->context;
144 pipe_mutex_lock(vlsurface->device->mutex);
145 vlVdpResolveDelayedRendering(vlsurface->device, NULL, NULL);
151 pipe_mutex_unlock(vlsurface->device->mutex);
201 pipe = vlsurface->device->context;
205 pipe_mutex_lock(vlsurface->device->mutex);
206 vlVdpResolveDelayedRendering(vlsurface->device, NUL
[all...]
/external/qemu/distrib/sdl-1.2.15/src/joystick/darwin/
H A DSDL_sysjoystick.c79 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, require
576 recDevice *device, *lastDevice; local
685 recDevice *device = gpDeviceList; local
700 recDevice *device = gpDeviceList; local
724 recDevice *device = joystick->hwdata; local
[all...]
/external/libusb/libusb/os/
H A Ddarwin_usb.c63 return "device not opened for exclusive access";
69 return "another process has device opened for exclusive access";
81 return "device not responding";
153 usb_device_t **device; local
177 (LPVOID)&device);
182 (*(device))->GetLocationID(device, locationp);
184 return device;
220 io_service_t device; local
225 usbi_info (ctx, "a device ha
253 io_service_t device; local
403 usb_device_t **device = NULL; local
438 process_new_device(struct libusb_context *ctx, usb_device_t **device, UInt32 locationID, struct discovered_devs **_discdevs) argument
555 usb_device_t **device; local
[all...]
/external/chromium_org/chrome/browser/media_galleries/win/
H A Dmtp_device_operations_util.cc31 // application that communicates with the device.
55 // Gets the content interface of the portable |device|. On success, returns
58 IPortableDevice* device) {
60 DCHECK(device);
62 if (SUCCEEDED(device->Content(content.Receive())))
68 // the device objects. On failure, returns NULL.
71 IPortableDevice* device,
74 DCHECK(device);
77 GetDeviceContent(device);
165 // transfer protocol |device|
57 GetDeviceContent( IPortableDevice* device) argument
70 GetDeviceObjectEnumerator( IPortableDevice* device, const base::string16& parent_id) argument
167 GetObjectDetails(IPortableDevice* device, const base::string16 object_id, base::string16* name, bool* is_directory, int64* size, base::Time* last_modified_time) argument
230 GetMTPDeviceObjectEntry(IPortableDevice* device, const base::string16& object_id, MTPDeviceObjectEntry* entry) argument
254 GetMTPDeviceObjectEntries(IPortableDevice* device, const base::string16& directory_object_id, const base::string16& object_name, MTPDeviceObjectEntries* object_entries) argument
318 GetFileEntryInfo( IPortableDevice* device, const base::string16& object_id, base::PlatformFileInfo* file_entry_info) argument
338 GetDirectoryEntries(IPortableDevice* device, const base::string16& directory_object_id, MTPDeviceObjectEntries* object_entries) argument
345 GetFileStreamForObject(IPortableDevice* device, const base::string16& file_object_id, IStream** file_stream, DWORD* optimal_transfer_size) argument
395 GetObjectIdFromName(IPortableDevice* device, const base::string16& parent_id, const base::string16& object_name) argument
[all...]
/external/blktrace/btt/
H A Ddevs.c62 struct d_info *__dip_find(__u32 device) argument
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) argument
108 int mjr = device >> MINORBITS;
109 int mnr = device & ((1 << MINORBITS) - 1);
125 struct d_info *dip_alloc(__u32 device, struct io *iop) argument
127 struct d_info *dip = __dip_find(device);
136 dip->device
[all...]
/external/libpcap/
H A Dpcap-snoop.c198 pcap_open_live(const char *device, int snaplen, int promisc, int to_ms, argument
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,
[all...]
H A Dpcap-null.c43 pcap_open_live(const char *device, int snaplen, int promisc, int to_ms, argument
/external/qemu/distrib/sdl-1.2.15/src/video/vgl/
H A DSDL_vglvideo.c105 static void VGL_DeleteDevice(SDL_VideoDevice *device) argument
107 SDL_free(device->hidden);
108 SDL_free(device);
113 SDL_VideoDevice *device; local
116 device = (SDL_VideoDevice *)SDL_malloc(sizeof(SDL_VideoDevice));
117 if ( device ) {
118 SDL_memset(device, 0, (sizeof *device));
119 device->hidden = (struct SDL_PrivateVideoData *)
120 SDL_malloc((sizeof *device
[all...]
/external/chromium_org/chrome/browser/extensions/api/audio/
H A Daudio_service_chromeos.cc34 // Start to query audio device information.
64 bool FindDevice(uint64 id, chromeos::AudioDevice* device);
131 chromeos::AudioDevice device; local
132 bool found = FindDevice(GetIdFromStr(device_list[i]), &device);
134 if (device.is_input && !input_device_set) {
135 cras_audio_handler_->SwitchToDevice(device);
137 } else if (!device.is_input && !output_device_set) {
138 cras_audio_handler_->SwitchToDevice(device);
153 chromeos::AudioDevice device;
154 bool found = FindDevice(GetIdFromStr(device_id), &device);
210 FindDevice(uint64 id, chromeos::AudioDevice* device) argument
[all...]
/external/chromium_org/chrome/browser/extensions/api/dial/
H A Ddial_device_data.cc47 void DialDeviceData::FillDialDevice(api::dial::DialDevice* device) const {
50 device->device_label = label_;
51 device->device_description_url = device_description_url_.spec();
53 device->config_id.reset(new int(config_id_));
/external/chromium_org/content/browser/
H A Ddevice_monitor_udev.h5 // This class is used to detect device change and notify base::SystemMonitor
35 void OnDevicesChanged(udev_device* device);
/external/chromium_org/device/bluetooth/
H A Dbluetooth_adapter_factory.h12 #include "device/bluetooth/bluetooth_adapter.h"
14 namespace device { namespace
40 } // namespace device
H A Dbluetooth_init_win.h22 namespace device { namespace
31 } // namespace device
H A Dbluetooth_service_record_mac.h8 #include "device/bluetooth/bluetooth_service_record.h"
18 namespace device { namespace
35 } // namespace device
H A Dbluetooth_service_record_win.h11 #include "device/bluetooth/bluetooth_init_win.h"
12 #include "device/bluetooth/bluetooth_service_record.h"
14 namespace device { namespace
33 } // namespace device
/external/chromium_org/device/bluetooth/test/
H A Dmock_bluetooth_socket.h10 #include "device/bluetooth/bluetooth_socket.h"
20 namespace device { namespace
33 } // namespace device
/external/chromium_org/media/base/
H A Duser_input_monitor_win.cc139 scoped_ptr<RAWINPUTDEVICE> device(GetRawInputDevices(type, RIDEV_INPUTSINK));
140 if (!RegisterRawInputDevices(device.get(), 1, sizeof(*device))) {
163 scoped_ptr<RAWINPUTDEVICE> device(GetRawInputDevices(type, RIDEV_REMOVE));
165 if (!RegisterRawInputDevices(device.get(), 1, sizeof(*device))) {
246 scoped_ptr<RAWINPUTDEVICE> device(new RAWINPUTDEVICE());
248 device->dwFlags = flags;
249 device->usUsagePage = kGenericDesktopPage;
250 device
[all...]
/external/chromium_org/third_party/skia/src/effects/
H A DSkPictureImageFilter.cpp61 SkAutoTUnref<SkBaseDevice> device(proxy->createDevice(bounds.width(), bounds.height()));
62 if (NULL == device.get()) {
66 SkCanvas canvas(device.get());
73 *result = device.get()->accessBitmap(false);
/external/hyphenation/
H A DAndroid.mk3 # We need to build this for both the device (as a shared library)
12 # For the device
/external/libmtp/examples/
H A Dfolders.c3 * Example program that lists all folders on a device.
44 LIBMTP_mtpdevice_t *device, *iter; local
48 fprintf(stdout, "Attempting to connect device(s)\n");
50 switch(LIBMTP_Get_Connected_Devices(&device))
69 /* Successfully connected at least one device, so continue */
76 for(iter = device; iter != NULL; iter = iter->next)
79 /* Echo the friendly name so we know which device we are working with */
105 LIBMTP_Release_Device_List(device);
H A Dsendfile.c3 * Example program to send an arbitrary file to a device.
38 extern LIBMTP_mtpdevice_t *device;
81 ret = LIBMTP_Send_File_From_File(device, from_path, genfile, progress, NULL);
85 LIBMTP_Dump_Errorstack(device);
86 LIBMTP_Clear_Errorstack(device);
/external/llvm/lib/AsmParser/
H A DAndroid.mk21 # For the device
31 include $(LOCAL_PATH)/../../llvm-device-build.mk
/external/skia/src/effects/
H A DSkPictureImageFilter.cpp61 SkAutoTUnref<SkBaseDevice> device(proxy->createDevice(bounds.width(), bounds.height()));
62 if (NULL == device.get()) {
66 SkCanvas canvas(device.get());
73 *result = device.get()->accessBitmap(false);
/external/tinyalsa/
H A Dtinypcminfo.c36 unsigned int device = 0; local
41 fprintf(stderr, "Usage: %s -D card -d device\n", argv[0]);
56 device = atoi(*argv);
62 printf("Info for card %d, device %d:\n", card, device);
71 params = pcm_params_get(card, device, i == 0 ? PCM_OUT : PCM_IN);
/external/chromium_org/third_party/libjingle/source/talk/media/devices/
H A Dlinuxdeviceinfo.cc95 bool GetUsbProperty(const Device& device, const char* property_name, argument
135 if (!device_node || device.id.compare(device_node) != 0) {
154 bool GetUsbId(const Device& device, std::string* usb_id) { argument
157 if (!GetUsbProperty(device, "idVendor", &id_vendor)) {
160 if (!GetUsbProperty(device, "idProduct", &id_product)) {
170 bool GetUsbVersion(const Device& device, std::string* usb_version) { argument
171 return GetUsbProperty(device, "version", usb_version);

Completed in 1250 milliseconds

1234567891011>>