| /external/u-boot/drivers/usb/host/ |
| xhci.c | 41 struct usb_interface_descriptor interface; member in struct:descriptor [all...] |
| ehci-hcd.c | 44 struct usb_linux_interface_descriptor interface; member in struct:descriptor 707 descriptor.interface.bLength + [all...] |
| /frameworks/av/media/mtp/ |
| MtpDevice.cpp | 87 struct usb_interface_descriptor *interface = (struct usb_interface_descriptor *)desc; local 89 if (interface->bInterfaceClass == USB_CLASS_STILL_IMAGE && 90 interface->bInterfaceSubClass == 1 && // Still Image Capture 91 interface->bInterfaceProtocol == 1) // Picture Transfer Protocol (PIMA 15470) 100 } else if (interface->bInterfaceClass == 0xFF && 101 interface->bInterfaceSubClass == 0xFF && 102 interface->bInterfaceProtocol == 0) { 103 char* interfaceName = usb_device_get_string(device, interface->iInterface, 158 // interface should be followed by three endpoints 195 int ret = usb_device_claim_interface(device, interface->bInterfaceNumber) [all...] |
| /art/runtime/ |
| art_method.cc | 217 ObjPtr<mirror::Class> interface = iftable->GetInterface(i); local 218 for (ArtMethod& interface_method : interface->GetVirtualMethods(pointer_size)) { [all...] |
| class_linker_test.cc | 303 ObjPtr<mirror::Class> interface = iftable->GetInterface(i); local 304 ASSERT_TRUE(interface != nullptr); 308 EXPECT_EQ(interface->NumDeclaredVirtualMethods(), iftable->GetMethodArrayCount(i)); [all...] |
| /art/runtime/mirror/ |
| class.cc | 310 os << "----- " << (IsInterface() ? "interface" : "class") << " " 327 ObjPtr<Class> interface = GetDirectInterface(self, h_this.Get(), i); local 328 if (interface == nullptr) { 331 ObjPtr<ClassLoader> cl = interface->GetClassLoader(); 332 os << StringPrintf(" %2zd: %s (cl=%p)\n", i, PrettyClass(interface).c_str(), cl.Ptr()); 442 // If the current class is not an interface, skip the search of its declared methods; 447 // (This lookup is used also for invoke-static on interface classes.) 554 // try to find a method inherited from an interface in copied methods. 646 // try to find a method inherited from an interface in copied methods. 738 DCHECK(IsInterface()) << "Should only be called on a interface class" 927 ObjPtr<Class> interface = GetDirectInterface(self, k, i); local 953 ObjPtr<Class> interface = GetDirectInterface(self, k, i); local 981 ObjPtr<Class> interface = GetDirectInterface(self, k, i); local 1055 ObjPtr<Class> interface; local 1070 ObjPtr<Class> interface = Runtime::Current()->GetClassLinker()->LookupResolvedType( local 1077 ObjPtr<Class> interface = GetDirectInterface(self, klass.Get(), idx); local [all...] |
| /external/libaom/libaom/apps/ |
| aomdec.c | 443 const AvxInterface *interface = NULL; local 505 interface = get_aom_decoder_by_name(arg.val); 506 if (!interface) 671 if (interface && fourcc_interface && interface != fourcc_interface) 674 interface = fourcc_interface; 676 if (!interface) interface = get_aom_decoder_by_index(0); 679 if (aom_codec_dec_init(&decoder, interface->codec_interface(), &cfg, [all...] |
| /external/libchrome/dbus/ |
| message.cc | 238 // interface: com.example.Interface 252 AppendStringHeader("interface", GetInterface(), &headers); 273 bool Message::SetInterface(const std::string& interface) { 274 return dbus_message_set_interface(raw_message_, interface.c_str()); 308 const char* interface = dbus_message_get_interface(raw_message_); local 309 return interface ? interface : "";
|
| /external/libusb-compat/libusb/ |
| usb.h | 42 * Device and/or Interface Class codes 129 /* Interface descriptor */ 167 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/ |
| vpxdec.c | 533 const VpxInterface *interface = NULL; local 593 interface = get_vpx_decoder_by_name(arg.val); 594 if (!interface) 761 if (interface && fourcc_interface && interface != fourcc_interface) 764 interface = fourcc_interface; 766 if (!interface) interface = get_vpx_decoder_by_index(0); 770 if (vpx_codec_dec_init(&decoder, interface->codec_interface(), &cfg, 784 if (interface->fourcc == VP9_FOURCC & [all...] |
| /external/u-boot/drivers/net/ |
| ag7xxx.c | 145 u32 interface; member in struct:ar7xxx_eth_priv 554 if (priv->interface == PHY_INTERFACE_MODE_RMII) 597 if (priv->interface == PHY_INTERFACE_MODE_RMII) 750 if (priv->interface == PHY_INTERFACE_MODE_RMII) { 857 if (priv->interface == PHY_INTERFACE_MODE_RMII) 937 priv->interface = pdata->phy_interface; 990 debug("%s: Invalid PHY interface '%s'\n", __func__, phy_mode);
|
| altera_tse.h | 224 unsigned int interface; member in struct:altera_tse_priv
|
| designware.h | 228 u32 interface; member in struct:dw_eth_dev
|
| sun8i_emac.c | 117 u32 interface; member in struct:emac_eth_dev 293 switch (priv->interface) { 308 debug("%s: Invalid PHY interface\n", __func__); 321 phydev = phy_connect(priv->bus, priv->phyaddr, dev, priv->interface); 836 printf("phy interface%d\n", pdata->phy_interface); 839 debug("%s: Invalid PHY interface '%s'\n", __func__, phy_mode); 860 priv->interface = pdata->phy_interface;
|
| xilinx_axi_emac.c | 92 phy_interface_t interface; member in struct:axidma_priv 158 /* Wait till MDIO interface is ready to accept a new transaction. */ 273 /* Interface - look at tsec */ 274 phydev = phy_connect(priv->bus, priv->phyaddr, dev, priv->interface); 293 if (priv->interface == PHY_INTERFACE_MODE_SGMII) { 746 printf("%s: Invalid PHY interface '%s'\n", __func__, phy_mode); 749 priv->interface = pdata->phy_interface; 754 printf("AXI EMAC: %lx, phyaddr %d, interface %s\n", (ulong)priv->iobase, 755 priv->phyaddr, phy_string_for_interface(priv->interface));
|
| zynq_gem.c | 179 phy_interface_t interface; member in struct:zynq_gem_priv 328 if ((priv->interface != PHY_INTERFACE_MODE_SGMII) && 329 (priv->interface != PHY_INTERFACE_MODE_GMII)) { 338 priv->interface); 438 * core is used and interface is SGMII. 440 if (priv->interface == PHY_INTERFACE_MODE_SGMII && 714 debug("%s: Invalid PHY interface '%s'\n", __func__, phy_mode); 717 priv->interface = pdata->phy_interface; 724 printf("ZYNQ GEM: %lx, phyaddr %x, interface %s\n", (ulong)priv->iobase, 725 priv->phyaddr, phy_string_for_interface(priv->interface)); [all...] |
| fec_mxc.h | 255 u32 interface; member in struct:fec_priv
|
| /external/wayland/src/ |
| wayland-client.c | 71 char *interface; member in struct:wl_global 93 * the interface's errors enumeration. */ 95 /* interface (protocol) in which the error occurred */ 96 const struct wl_interface *interface; member in struct:wl_display::__anon49383 169 * \param intf protocol interface 203 display->protocol_error.interface = intf; 328 proxy_create(struct wl_proxy *factory, const struct wl_interface *interface, 338 proxy->object.interface = interface; 349 /** Create a proxy object with a given interface 807 const struct wl_interface *interface; local [all...] |
| /frameworks/av/media/codec2/hidl/client/ |
| client.cpp | 593 std::shared_ptr<Codec2Client::Interface>* const interface) { 597 [&status, interface]( 604 *interface = std::make_shared<Interface>(i); 920 std::shared_ptr<Interface> interface; local [all...] |
| /art/dex2oat/driver/ |
| compiler_driver.cc | 132 "virtual/interface calls made direct based on type information"); 237 // Type based devirtualization for invoke interface and virtual. 1136 ObjPtr<mirror::Class> interface = mirror::Class::GetDirectInterface(self, klass, i); local 2403 interface = mirror::Class::GetDirectInterface(self, klass.Get(), i); local 2441 interface = mirror::Class::GetDirectInterface(self, klass.Get(), i); local [all...] |
| /external/freetype/src/base/ |
| ftobjs.c | 5072 FT_Module_Interface interface; local [all...] |
| /external/iputils/ |
| rdisc.c | 66 struct interface struct 68 struct in_addr address; /* Used to identify the interface */ 69 struct in_addr localaddr; /* Actual address if the interface */ 81 * Use 255.255.255.255 for broadcasts - not the interface broadcast 102 static int sendbcastif(int s, char *packet, int packetlen, struct interface *ifp); 103 static int sendmcastif(int s, char *packet, int packetlen, struct sockaddr_in *sin, struct interface *ifp); 155 static struct interface *interfaces; 607 * physical interface. (increment with rap->icmp_wpa * 4 for 626 struct interface *ifp = &interfaces[i]; 628 * Verify that the interface matches the destinatio [all...] |
| /external/skia/src/gpu/vk/ |
| GrVkGpu.cpp | 105 sk_sp<const GrVkInterface> interface; local 108 interface.reset(new GrVkInterface(backendContext.fGetProc, 114 if (!interface->validate(instanceVersion, physDevVersion, backendContext.fVkExtensions)) { 121 interface.reset(new GrVkInterface(backendContext.fGetProc, 127 if (!interface->validate(instanceVersion, physDevVersion, &extensions)) { 132 return sk_sp<GrGpu>(new GrVkGpu(context, options, backendContext, interface, instanceVersion, 139 const GrVkBackendContext& backendContext, sk_sp<const GrVkInterface> interface, 142 , fInterface(std::move(interface)) 568 const GrVkInterface* interface = this->vkInterface(); local 570 GR_VK_CALL(interface, GetImageSubresourceLayout(fDevice [all...] |
| /external/skqp/src/gpu/vk/ |
| GrVkGpu.cpp | 105 sk_sp<const GrVkInterface> interface; local 108 interface.reset(new GrVkInterface(backendContext.fGetProc, 114 if (!interface->validate(instanceVersion, physDevVersion, backendContext.fVkExtensions)) { 121 interface.reset(new GrVkInterface(backendContext.fGetProc, 127 if (!interface->validate(instanceVersion, physDevVersion, &extensions)) { 132 return sk_sp<GrGpu>(new GrVkGpu(context, options, backendContext, interface, instanceVersion, 139 const GrVkBackendContext& backendContext, sk_sp<const GrVkInterface> interface, 142 , fInterface(std::move(interface)) 565 const GrVkInterface* interface = this->vkInterface(); local 567 GR_VK_CALL(interface, GetImageSubresourceLayout(fDevice [all...] |
| /external/u-boot/include/ |
| usbdescriptors.h | 26 * interface 33 * interface 38 * interface 47 * The USB HOST will select a configuration and optionally an interface with 48 * the usb set configuration and set interface commands. 50 * The selected interface (or the default interface if not specifically 54 * by the specified configuratin or interface number minus one. 473 struct usb_interface_descriptor interface; member in union:usb_descriptor::__anon47917
|