/device/google/accessory/arduino/USB_Host_Shield/ |
Usb.h | 39 #define bmREQ_SET USB_SETUP_HOST_TO_DEVICE|USB_SETUP_TYPE_STANDARD|USB_SETUP_RECIPIENT_DEVICE //set request type for all but 'set feature' and 'set interface'
40 #define bmREQ_CL_GET_INTF USB_SETUP_DEVICE_TO_HOST|USB_SETUP_TYPE_CLASS|USB_SETUP_RECIPIENT_INTERFACE //get interface request type
141 byte setProto( byte addr, byte ep, byte interface, byte protocol, unsigned int nak_limit = USB_NAK_LIMIT );
142 byte getProto( byte addr, byte ep, byte interface, char* dataptr, unsigned int nak_limit = USB_NAK_LIMIT );
144 byte setReport( byte addr, byte ep, unsigned int nbytes, byte interface, byte report_type, byte report_id, char* dataptr, unsigned int nak_limit = USB_NAK_LIMIT );
145 byte getReport( byte addr, byte ep, unsigned int nbytes, byte interface, byte report_type, byte report_id, char* dataptr, unsigned int nak_limit = USB_NAK_LIMIT );
146 byte getIdle( byte addr, byte ep, byte interface, byte reportID, char* dataptr, unsigned int nak_limit = USB_NAK_LIMIT );
147 byte setIdle( byte addr, byte ep, byte interface, byte reportID, byte duration, unsigned int nak_limit = USB_NAK_LIMIT );
181 inline byte USB::setProto( byte addr, byte ep, byte interface, byte protocol, unsigned int nak_limit ) {
182 return( ctrlReq( addr, ep, bmREQ_HIDOUT, HID_REQUEST_SET_PROTOCOL, protocol, 0x00, interface, 0x0000, NULL, nak_limit )); [all...] |
/external/autotest/client/site_tests/network_EthernetStressPlug/ |
network_EthernetStressPlug.py | 42 """ Determines and defines the bus information and interface info. """ 45 """ Gets the correct interface based on link and duplex status.""" 49 for interface in avail_eth_interfaces: 51 if os.path.exists("/sys/class/net/" + interface + "/brport"): 55 link_file = open("/sys/class/net/" + interface + 63 duplex_file = open("/sys/class/net/" + interface + 71 return interface 89 self.interface = get_ethernet_interface() 90 self.eth_syspath = get_net_device_path(self.interface) 126 """ Obtains the ipaddress of the interface. "" [all...] |
/external/antlr/antlr-3.4/runtime/ObjC/Framework/ |
ANTLRRuntimeException.h | 34 @interface ANTLRRuntimeException : NSException { 55 @interface ANTLRIllegalArgumentException : ANTLRRuntimeException { 68 @interface ANTLRIllegalStateException : ANTLRRuntimeException { 81 @interface ANTLRNoSuchElementException : ANTLRRuntimeException { 94 @interface ANTLRRewriteEarlyExitException : ANTLRRuntimeException { 102 @interface ANTLRUnsupportedOperationException : ANTLRRuntimeException {
|
/external/autotest/client/site_tests/network_UdevRename/ |
network_UdevRename.py | 13 """Finds the driver associated with network interface. 15 @param ifname Interface name 16 @return String containing the kernel driver name for this interface 27 @return List containing a string for each interface name 33 """Finds an interface that we can unload the driver for. 35 Retrieves a dict containing the name of a network interface 39 @param typelist An iterable of interface prefixes to filter from. Only 40 return an interface that matches one of these prefixes 41 @return Dict containing a 'intf' key with the interface name 54 logging.debug('Could not find an interface') [all...] |
/external/dhcpcd-6.8.2/ |
dhcpcd.h | 56 /* If the interface does not support carrier status (ie PPP), 60 struct interface { struct 62 TAILQ_ENTRY(interface) next; 83 TAILQ_HEAD(if_head, interface); 174 void dhcpcd_dropinterface(struct interface *, const char *); 175 int dhcpcd_selectprofile(struct interface *, const char *); 178 void dhcpcd_initstate(struct interface *, unsigned long long);
|
ipv6.h | 96 struct interface *iface; 109 struct interface *delegating_iface; 141 const struct interface *iface; 219 const struct interface *ifp, int *dad_counter); 220 int ipv6_makeaddr(struct in6_addr *, const struct interface *, 231 const struct interface *); 237 const struct ipv6_addr *ipv6_iffindaddr(const struct interface *, 242 int ipv6_addlinklocalcallback(struct interface *, void (*)(void *), void *); 244 void ipv6_freedrop(struct interface *, int); 249 void ipv6_gentempifid(struct interface *); [all...] |
/system/connectivity/shill/dbus/ |
chromeos_dbus_properties_proxy.cc | 84 const string& interface, 86 SLOG(&proxy_->GetObjectPath(), 2) << __func__ << "(" << interface << ")"; local 89 mm_properties_changed_callback_.Run(interface, properties_store); 93 const string& interface, 96 SLOG(&proxy_->GetObjectPath(), 2) << __func__ << "(" << interface << ")"; local 101 interface, properties_store, invalidated_properties); 107 << "interface: " << interface_name 111 << " to interface " << interface_name;
|
chromeos_firewalld_proxy.cc | 37 const std::string& interface) { 46 if (!proxy_->RequestVpnSetup(user_names, interface, &success, &error)) {
|
/system/netd/server/ |
NetworkController.h | 61 unsigned getNetworkForInterface(const char* interface) const; 68 int addInterfaceToNetwork(unsigned netId, const char* interface) WARN_UNUSED_RESULT; 69 int removeInterfaceFromNetwork(unsigned netId, const char* interface) WARN_UNUSED_RESULT; 83 // Routes are added to tables determined by the interface, so only |interface| is actually used. 84 // |netId| is given only to sanity check that the interface has the correct netId. 85 int addRoute(unsigned netId, const char* interface, const char* destination, 87 int removeRoute(unsigned netId, const char* interface, const char* destination, 103 int modifyRoute(unsigned netId, const char* interface, const char* destination,
|
TetherController.h | 55 int tetherInterface(const char *interface); 56 int untetherInterface(const char *interface);
|
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/scopes/output1/ |
SymbolTableParser.h | 26 @interface Symbols_Scope : ANTLRSymbolsScope { /* globalAttributeScopeDecl */ 47 @interface SymbolTableParser : ANTLRParser { // line 529
|
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/treeparser/ |
LangDumpDecl.h | 41 @interface LangDumpDecl_declarator_return :ANTLRTreeRuleReturnScope { /* returnScopeInterface line 1838 */ 48 @end /* end of returnScopeInterface interface */ 53 /* Interface grammar class */ 54 @interface LangDumpDecl : ANTLRTreeParser { /* line 572 */ 88 @end /* end of LangDumpDecl interface */
|
/external/antlr/antlr-3.4/runtime/ObjC/Framework/test/runtime/tree/ |
ANTLRCommonTreeTest.h | 12 @interface ANTLRCommonTreeTest : SenTestCase
|
/external/autotest/site_utils/admin/ |
suite_scheduler.conf | 5 start on (starting network-interface
|
/external/autotest/site_utils/ |
lxc_utils.py | 11 from autotest_lib.client.common_lib.cros.network import interface namespace 35 This function gets the IP address on network interface lxcbr*. The 36 assumption is that lxc uses the network interface started with "lxcbr". 51 raise error.ContainerError('Failed to find network interface used by ' 54 netif = interface.Interface(lxc_network)
|
/external/avahi/avahi-client/ |
internal.h | 73 AvahiIfIndex interface; member in struct:AvahiDomainBrowser 89 AvahiIfIndex interface; member in struct:AvahiServiceBrowser 101 AvahiIfIndex interface; member in struct:AvahiServiceTypeBrowser 113 AvahiIfIndex interface; member in struct:AvahiServiceResolver 125 AvahiIfIndex interface; member in struct:AvahiHostNameResolver 137 AvahiIfIndex interface; member in struct:AvahiAddressResolver 150 AvahiIfIndex interface; member in struct:AvahiRecordBrowser 168 int avahi_client_simple_method_call(AvahiClient *client, const char *path, const char *interface, const char *method);
|
/external/clang/test/Analysis/Inputs/ |
system-header-simulator-for-malloc.h | 18 @interface Wrapper : NSData 28 @interface CustomData : NSData
|
/external/clang/test/Modules/Inputs/ |
redecl-merge-left.h | 7 @interface B 87 @interface DeclaredThenLoaded
|
/external/google-tv-pairing-protocol/cpp/src/polo/wire/ |
polowireadapter.h | 30 // Creates a new adapter on the given interface. The interface should only 33 // @param interface the interface used to send and receive data 34 explicit PoloWireAdapter(PoloWireInterface* interface); 41 // Gets the next message from the interface asynchronously. The listener 79 // Gets the Polo wire interface used to send and receive data. 80 PoloWireInterface* interface() { return interface_; } function in class:polo::wire::PoloWireAdapter
|
/external/proguard/examples/dictionaries/ |
keywords.txt | 53 interface
|
/external/skia/src/gpu/vk/ |
GrVkMemory.cpp | 65 const GrVkInterface* interface = gpu->vkInterface(); local 69 GR_VK_CALL(interface, GetBufferMemoryRequirements(device, buffer, &memReqs)); 77 VkResult err = GR_VK_CALL(interface, BindBufferMemory(device, buffer, *memory, 0)); 79 GR_VK_CALL(interface, FreeMemory(device, *memory, nullptr)); 89 const GrVkInterface* interface = gpu->vkInterface(); local 93 GR_VK_CALL(interface, GetImageMemoryRequirements(device, image, &memReqs)); 100 VkResult err = GR_VK_CALL(interface, BindImageMemory(device, image, *memory, 0)); 102 GR_VK_CALL(interface, FreeMemory(device, *memory, nullptr));
|
/prebuilts/tools/common/proguard/proguard4.7/examples/dictionaries/ |
keywords.txt | 53 interface
|
/system/connectivity/apmanager/dbus/ |
firewalld_dbus_proxy.h | 39 // Request/release access for an UDP port |port} on an interface |interface|. 40 bool RequestUdpPortAccess(const std::string& interface, 42 bool ReleaseUdpPortAccess(const std::string& interface,
|
permission_broker_dbus_proxy.h | 39 // Request/release access for an UDP port |port} on an interface |interface|. 40 bool RequestUdpPortAccess(const std::string& interface, 42 bool ReleaseUdpPortAccess(const std::string& interface,
|
/system/connectivity/apmanager/ |
mock_manager.h | 42 MOCK_METHOD1(RequestDHCPPortAccess, void(const std::string& interface)); 43 MOCK_METHOD1(ReleaseDHCPPortAccess, void(const std::string& interface));
|