Searched defs:interface (Results 126 - 150 of 171) sorted by relevance

1234567

/external/kernel-headers/original/uapi/linux/
H A Dusbdevice_fs.h57 unsigned int interface; member in struct:usbdevfs_setinterface
69 unsigned int interface; member in struct:usbdevfs_getdriver
115 int ifno; /* interface 0..N ; negative numbers reserved */
142 unsigned int interface; member in struct:usbdevfs_disconnect_claim
/external/kernel-headers/original/uapi/video/
H A Dadf.h93 * @connected: whether a display is now connected to the interface
174 * ADF clients must NOT assume that an interface can scan out a simple buffer
175 * allocated by a different ADF interface, even if the two interfaces belong to
203 * engine and an interface
206 * @interface: id of the interface
210 __u32 interface; member in struct:adf_attachment_config
239 * struct adf_device_data - describes a display interface
241 * @name: display interface's name
242 * @type: interface typ
[all...]
/external/libusb/libusb/
H A Dcore.c74 * - Thread safe (although the asynchronous interface means that you
85 * or the asynchronous data transfer interface. The \ref io documentation
208 * the fingerprint reader interface through libusb, but the kernel's
209 * USB-HID driver will almost always have claimed the keyboard interface.
210 * Because the kernel has claimed an interface, it is not even possible to
235 * -# Claim the interface that you wish to use
239 * The above method works because once an interface is claimed, no application
270 * the usbfs kernel interface only accepts transfers of up to 16kb in size.
679 const struct libusb_interface *iface = &config->interface[iface_idx];
1169 * Claim an interface o
1354 libusb_kernel_driver_active(libusb_device_handle *dev, int interface) argument
1377 libusb_detach_kernel_driver(libusb_device_handle *dev, int interface) argument
1402 libusb_attach_kernel_driver(libusb_device_handle *dev, int interface) argument
[all...]
/external/mesa3d/src/egl/drivers/dri2/
H A Dplatform_wayland.c733 const char *interface, uint32_t version)
737 if (strcmp(interface, "wl_drm") == 0) {
732 registry_handle_global(void *data, struct wl_registry *registry, uint32_t name, const char *interface, uint32_t version) argument
/external/oprofile/gui/
H A Doprof_start.cpp132 op_interface interface = op_get_interface(); local
133 if (interface == OP_INTERFACE_NO_GOOD) {
135 " interface version");
138 bool is_26 = interface == OP_INTERFACE_26;
/external/qemu/distrib/sdl-1.2.15/src/joystick/darwin/
H A DSDL_sysjoystick.c79 IOHIDDeviceInterface ** interface; /* interface to device, NULL = no interface */ member in struct:joystick_hwdata
123 if (NULL != pDevice && NULL != pElement && NULL != pDevice->interface)
125 result = (*(pDevice->interface))->getElementValue(pDevice->interface, pElement->cookie, &hidEvent);
164 /* Create and open an interface to device, required prior to extracting values or building queues.
175 if (NULL == pDevice->interface)
181 /* Call a method of the intermediate plug-in to create the device interface */
183 CFUUIDGetUUIDBytes (kIOHIDDeviceInterfaceID), (void *) &(pDevice->interface));
[all...]
/external/skia/src/gpu/gl/
H A DGrGLCreateNullInterface.cpp14 // Functions not declared in GrGLBogusInterface.h (not common with the Debug GL interface).
288 GrGLInterface* interface = SkNEW(GrGLInterface); local
290 interface->fStandard = kGL_GrGLStandard;
292 GrGLInterface::Functions* functions = &interface->fFunctions;
425 interface->fExtensions.init(kGL_GrGLStandard, functions->fGetString, functions->fGetStringi,
427 return interface;
/external/skia/src/gpu/gl/debug/
H A DGrGLCreateDebugInterface.cpp795 void setWrapped(GrGLInterface *interface) { argument
796 fWrapped.reset(interface);
799 // TODO: there are some issues w/ wrapping another GL interface inside the
800 // debug interface:
804 // "glInterface" pointer - i.e., treating the debug interface as a
812 // interface as a singleton (since there would be one for each
817 // the debug GL interface (assuming that the application will create
823 // and then pass the wrapped interface to the debug GL interface.
835 GrGLInterface* interface local
[all...]
/external/chromium_org/v8/src/
H A Dast.cc69 interface_(var->interface()),
76 Interface* interface, int position, IdGen* id_gen)
82 interface_(interface),
89 DCHECK(!FLAG_harmony_modules || interface_->IsUnified(var->interface()));
75 VariableProxy(Zone* zone, const AstRawString* name, bool is_this, Interface* interface, int position, IdGen* id_gen) argument
H A Dscopes.cc38 Interface* interface) {
49 maybe_assigned_flag, interface);
288 top->interface()->Print();
464 Interface* interface) {
472 maybe_assigned_flag, interface);
1102 proxy->interface()->Unify(var->interface(), zone(), &ok);
1108 proxy->interface()->Print();
1110 var->interface()->Print();
33 Declare(Scope* scope, const AstRawString* name, VariableMode mode, bool is_valid_lhs, Variable::Kind kind, InitializationFlag initialization_flag, MaybeAssignedFlag maybe_assigned_flag, Interface* interface) argument
461 DeclareLocal(const AstRawString* name, VariableMode mode, InitializationFlag init_flag, MaybeAssignedFlag maybe_assigned_flag, Interface* interface) argument
H A Dscopes.h28 Interface* interface = Interface::NewValue());
135 Interface* interface = Interface::NewValue());
147 Interface* interface = Interface::NewValue(),
154 factory->NewVariableProxy(name, false, interface, position);
335 // The interface as inferred so far; only for module scopes.
336 Interface* interface() const { return interface_; } function in class:v8::internal::Scope
H A Dfull-codegen.cc596 Interface* interface = scope->interface(); local
597 DCHECK(interface->IsModule() && interface->IsFrozen());
599 interface->Allocate(scope->module_var()->index());
602 DCHECK(scope->interface()->Index() >= 0);
603 __ Push(Smi::FromInt(scope->interface()->Index()));
732 Interface* interface = scope_->interface(); local
742 DCHECK(interface
781 Interface* interface = scope_->interface(); local
[all...]
/external/deqp/modules/gles31/functional/
H A Des31fProgramInterfaceDefinitionUtil.cpp21 * \brief Program interface utilities
448 // is variable an interface block variable?
459 // resource is a member of a named interface block
460 // \note there is no array index specifier even if the interface is declared as an array of instances
944 std::vector<std::string> getProgramInterfaceResourceList (const ProgramInterfaceDefinition::Program* program, ProgramInterface interface) argument
947 const bool removeDuplicated = (interface == PROGRAMINTERFACE_UNIFORM) ||
948 (interface == PROGRAMINTERFACE_UNIFORM_BLOCK) ||
949 (interface == PROGRAMINTERFACE_BUFFER_VARIABLE) ||
950 (interface == PROGRAMINTERFACE_SHADER_STORAGE_BLOCK);
953 switch (interface)
1196 const glu::InterfaceBlock& interface = shader->getDefaultBlock().interfaceBlocks[interfaceNdx]; local
1242 const glu::InterfaceBlock& interface = shader->getDefaultBlock().interfaceBlocks[interfaceNdx]; local
[all...]
/external/libmtp/src/
H A Dlibusb-glue.c3 * Low-level USB interface glue towards libusb.
104 uint8_t *interface,
214 * This checks if a device has an interface with MTP description.
230 * contain any MTP interface, update this the day
265 for (k = 0; k < dev->config[i].interface[j].num_altsetting; k++) {
266 /* Current interface descriptor */
268 &dev->config[i].interface[j].altsetting[k];
272 dev->config[i].interface[j].altsetting[k].iInterface,
280 fprintf(dumpfile, "Configuration %d, interface %d, altsetting %d:\n", i, j, k);
337 * MTP interface description
1717 find_interface_and_endpoints(struct usb_device *dev, uint8_t *interface, int* inep, int* inep_maxpacket, int* outep, int *outep_maxpacket, int* intep) argument
[all...]
/external/libusb/libusb/os/
H A Ddarwin_usb.c67 return "no async port has been opened for interface";
119 /* current interface */
124 usbi_info (HANDLE_CTX(dev_handle), "converting ep address 0x%02x to pipeRef and interface", ep);
134 usbi_info (HANDLE_CTX(dev_handle), "pipe %d on interface %d matches", *pipep, *ifcp);
711 /* Setting configuration will invalidate the interface, so we need
750 /* done with the interface iterator */
759 /* current interface */
771 /* retrieve the total number of endpoints on this interface */
772 kresult = (*(cInterface->interface))->GetNumEndpoints(cInterface->interface,
1034 darwin_kernel_driver_active(struct libusb_device_handle *dev_handle, int interface) argument
1061 darwin_attach_kernel_driver(struct libusb_device_handle *dev_handle, int interface) argument
1065 darwin_detach_kernel_driver(struct libusb_device_handle *dev_handle, int interface) argument
[all...]
/external/libusb-compat/libusb/
H A Dcore.c381 if (config->interface) {
384 clear_interface(config->interface + i);
385 free(config->interface);
480 dest->interface = malloc(alloc_size);
481 if (!dest->interface)
483 memset(dest->interface, 0, alloc_size);
486 int r = copy_interface(dest->interface + i, &src->interface[i]);
693 API_EXPORTED int usb_claim_interface(usb_dev_handle *dev, int interface) argument
696 usbi_dbg("interface
707 usb_release_interface(usb_dev_handle *dev, int interface) argument
899 usb_get_driver_np(usb_dev_handle *dev, int interface, char *name, unsigned int namelen) argument
914 usb_detach_kernel_driver_np(usb_dev_handle *dev, int interface) argument
[all...]
H A Dusb.h167 struct usb_interface *interface; member in struct:usb_config_descriptor
312 int usb_claim_interface(usb_dev_handle *dev, int interface);
313 int usb_release_interface(usb_dev_handle *dev, int interface);
320 int usb_get_driver_np(usb_dev_handle *dev, int interface, char *name,
323 int usb_detach_kernel_driver_np(usb_dev_handle *dev, int interface);
/external/libvpx/libvpx/
H A Dvpxdec.c166 decoder->name, vpx_codec_iface_name(decoder->interface()));
286 if (!vpx_codec_peek_stream_info(decoder->interface(),
498 const VpxInterface *interface = NULL; local
544 interface = get_vpx_decoder_by_name(arg.val);
545 if (!interface)
713 if (interface && fourcc_interface && interface != fourcc_interface)
716 interface = fourcc_interface;
718 if (!interface)
719 interface
[all...]
/external/wpa_supplicant_8/hostapd/
H A Dctrl_iface.c2 * hostapd / UNIX domain socket -based control interface
1137 wpa_printf(MSG_ERROR, "Enabling of interface failed");
1147 wpa_printf(MSG_ERROR, "Reloading of interface failed");
1157 wpa_printf(MSG_ERROR, "Disabling of interface failed");
1624 "interface directory.");
1648 * Android is using umask 0077 which would leave the control interface
1767 wpa_printf(MSG_DEBUG, "Control interface "
1792 wpa_printf(MSG_ERROR, "Adding interface %s failed", buf);
1803 wpa_printf(MSG_ERROR, "Removing interface %s failed", buf);
1878 static char * hostapd_global_ctrl_iface_path(struct hapd_interfaces *interface) argument
1899 hostapd_global_ctrl_iface_init(struct hapd_interfaces *interface) argument
[all...]
/external/chromium_org/dbus/
H A Dmessage.cc247 // interface: com.example.Interface
261 AppendStringHeader("interface", GetInterface(), &headers);
282 bool Message::SetInterface(const std::string& interface) { argument
283 return dbus_message_set_interface(raw_message_, interface.c_str());
317 const char* interface = dbus_message_get_interface(raw_message_); local
318 return interface ? interface : "";
/external/chromium_org/third_party/freetype/src/base/
H A Dftobjs.c2326 /* `attach_file' interface */
4461 FT_Module_Interface interface; local
4495 /* check whether we have a service interface */
4504 interface = cur[0]->clazz->get_interface( cur[0],
4506 if ( !interface )
4513 service = (FT_Service_Properties)interface;
/external/chromium_org/third_party/libusb/src/libusb/os/
H A Ddarwin_usb.c82 return "no async port has been opened for interface";
155 /* current interface */
160 usbi_dbg ("converting ep address 0x%02x to pipeRef and interface", ep);
170 usbi_dbg ("pipe %d on interface %d matches", *pipep, *ifcp);
567 /* done with the interface iterator */
1039 /* Setting configuration will invalidate the interface, so we need
1079 /* find the interface number */
1090 /* done with the interface iterator */
1099 /* current interface */
1111 /* retrieve the total number of endpoints on this interface */
1379 darwin_kernel_driver_active(struct libusb_device_handle *dev_handle, int interface) argument
1406 darwin_attach_kernel_driver(struct libusb_device_handle *dev_handle, int interface) argument
1412 darwin_detach_kernel_driver(struct libusb_device_handle *dev_handle, int interface) argument
[all...]
H A Dlinux_usbfs.c1364 "claim interface failed, error %d errno %d", r, errno);
1379 "release interface failed, error %d errno %d", r, errno);
1392 setintf.interface = iface;
1437 the interface after reset (which would end up with the interface
1470 "failed to re-claim interface %d after reset: %s",
1483 int interface)
1489 getdrv.interface = interface;
1506 int interface)
1482 op_kernel_driver_active(struct libusb_device_handle *handle, int interface) argument
1505 op_detach_kernel_driver(struct libusb_device_handle *handle, int interface) argument
1539 op_attach_kernel_driver(struct libusb_device_handle *handle, int interface) argument
1571 detach_kernel_driver_and_claim(struct libusb_device_handle *handle, int interface) argument
[all...]
/external/chromium_org/third_party/libvpx/source/libvpx/
H A Dvpxdec.c714 const VpxInterface *interface = NULL; local
771 interface = get_vpx_decoder_by_name(arg.val);
772 if (!interface)
952 if (interface && fourcc_interface && interface != fourcc_interface)
955 interface = fourcc_interface;
957 if (!interface)
958 interface = get_vpx_decoder_by_index(0);
962 if (vpx_codec_dec_init(&decoder, interface->codec_interface(),
/external/chromium_org/ui/gl/
H A Dgl_bindings_skia_in_process.cc600 GrGLInterface* interface = new GrGLInterface; local
601 interface->fStandard = standard;
602 interface->fExtensions.init(standard,
607 GrGLInterface::Functions* functions = &interface->fFunctions;
737 return interface;

Completed in 1016 milliseconds

1234567