/external/dbus/dbus/ |
dbus-sysdeps-win.h | 37 #undef interface macro
|
dbus-sockets-win.h | 38 #undef interface macro
|
/frameworks/base/include/media/stagefright/ |
OMXClient.h | 32 sp<IOMX> interface() { function in class:android::OMXClient
|
/external/webkit/Source/WebCore/platform/network/mac/ |
NetworkStateNotifierMac.cpp | 60 CFStringRef interface = (CFStringRef)CFArrayGetValueAtIndex(netInterfaces, i); local 61 if (CFGetTypeID(interface) != CFStringGetTypeID()) 64 // Ignore the loopback interface. 65 if (CFStringFind(interface, CFSTR("lo"), kCFCompareAnchored).location != kCFNotFound) 68 RetainPtr<CFStringRef> key(AdoptCF, SCDynamicStoreKeyCreateNetworkInterfaceEntity(0, kSCDynamicStoreDomainState, interface, kSCEntNetIPv4));
|
/frameworks/base/cmds/ip-up-vpn/ |
ip-up-vpn.c | 49 * are interface, addresses, routes, DNS servers, and search domains. Each 61 * is to have an interface configured with the given address and netmask 83 const char *interface = env("INTERFACE"); local 112 /* Bring up the interface. */ 114 strncpy(ifr.ifr_name, interface, IFNAMSIZ); 116 LOGE("Cannot bring up %s: %s", interface, strerror(errno)); 137 fprintf(state, "%s\n", interface);
|
/system/media/wilhelm/tests/sandbox/ |
engine.c | 40 printf("Display the ID of each available interface\n"); 48 printf("interface[%u] ", index); 75 printf("Create engine with NULL interface pointer\n"); 95 printf("Create an engine and require non-sensical volume interface\n"); 103 printf("Create an engine and politely request a non-sensical interface with options\n"); 114 printf("Get each available interface before realization\n"); 116 void *interface = NULL; local 117 // Use the interface ID as returned by slQuerySupportedEngineInterfaces 118 result = (*engineObject)->GetInterface(engineObject, engine_ids[index], &interface); 121 printf("interface available pre-realize: ") 140 void *interface = NULL; local [all...] |
/external/libvpx/examples/ |
decoder_tmpl.c | 22 #define interface (vpx_codec_vp8_dx()) macro 69 printf("Using %s\n",vpx_codec_iface_name(interface));
|
encoder_tmpl.c | 22 #define interface (vpx_codec_vp8_cx()) macro 136 printf("Using %s\n",vpx_codec_iface_name(interface));
|
/external/dbus/bus/ |
policy.h | 62 char *interface; member in struct:BusPolicyRule::__anon5156::__anon5157 77 char *interface; member in struct:BusPolicyRule::__anon5156::__anon5158
|
/external/mtpd/ |
mtpd.c | 46 static char *interface; variable 76 printf(" %s interface %s %s pppd-arguments\n", 82 interface = argv[1]; 264 log_print(INFO, "Connecting to %s port %s via %s", server, port, interface); 275 if (!setsockopt(s, SOL_SOCKET, SO_BINDTODEVICE, interface, 276 strlen(interface)) && !connect(s, r->ai_addr, r->ai_addrlen)) {
|
/frameworks/base/services/jni/ |
com_android_server_UsbHostManager.cpp | 80 struct usb_interface_descriptor *interface = (struct usb_interface_descriptor *)desc; local 83 interfaceValues.add(interface->bInterfaceNumber); 84 interfaceValues.add(interface->bInterfaceClass); 85 interfaceValues.add(interface->bInterfaceSubClass); 86 interfaceValues.add(interface->bInterfaceProtocol); 87 interfaceValues.add(interface->bNumEndpoints);
|
/external/bluetooth/bluez/tools/ |
dfutool.c | 84 struct usb_interface *interface = &config->interface[i]; local 86 for (a = 0; a < interface->num_altsetting; a++) { 87 struct usb_interface_descriptor *desc = &interface->altsetting[a]; 106 printf("Bus %s Device %s: ID %04x:%04x Interface %d%s\n", 187 printf("Can't claim interface: %s (%d)\n", strerror(errno), errno); 291 printf("Can't claim interface: %s (%d)\n", strerror(errno), errno);
|
/external/dbus/tools/ |
dbus-monitor.c | 29 #undef interface macro
|
/external/dhcpcd/ |
dhcpcd.h | 84 struct interface { struct 112 struct interface *next; 121 extern struct interface *ifaces; 124 struct interface *find_interface(const char *); 136 void start_reboot(struct interface *); 138 void send_decline(struct interface *); 139 void open_sockets(struct interface *); 140 void close_sockets(struct interface *); 141 void drop_config(struct interface *, const char *); 142 int select_profile(struct interface *, const char *) [all...] |
/external/dnsmasq/src/ |
helper.c | 47 char interface[IF_NAMESIZE]; member in struct:script_data 198 if (strlen(data.interface) != 0) 199 my_setenv("DNSMASQ_INTERFACE", data.interface, &err); 349 buf->interface[0] = 0; 356 strncpy(buf->interface, ifr.ifr_name, IF_NAMESIZE); 360 if_indextoname(lease->last_interface, buf->interface);
|
/external/ipsec-tools/ |
setup.c | 61 static char *interface; variable 114 interface = interfaze; 458 printf("Usage: %s <interface> <server> [...], where [...] can be:\n" 566 fd, SOL_SOCKET, SO_BINDTODEVICE, interface, strlen(interface))) { 567 do_plog(LLV_WARNING, "Cannot bind socket to %s\n", interface);
|
/system/core/adb/ |
usb_libusb.c | 50 int interface; member in struct:usb_handle 218 libusb_release_interface(h->devh, h->interface); 242 libusb_release_interface(h->devh, h->interface); 249 check_usb_interface(libusb_interface *interface, 255 if (interface->num_altsetting == 0) { 256 D("check_usb_interface(): No interface settings\n"); 260 libusb_interface_descriptor *idesc = &interface->altsetting[0]; 263 D("check_usb_interface(): Interface have not 2 endpoints, ignoring\n"); 284 D("check_usb_interface(): Forced Android interface protocol v.1\n"); 313 if (check_usb_interface(&config->interface[i], desc, uh) != -1) [all...] |
usb_osx.c | 42 IOUSBInterfaceInterface **interface; member in struct:usb_handle 78 //* adb interface 88 //* Match based on vendor id, interface subclass and protocol 134 //* Create an intermediate interface plugin 141 DBG("ERR: Unable to create an interface plug-in (%08x)\n", kr); 145 //* This gets us the interface object 149 //* We only needed the plugin to get the interface, so discard it 152 DBG("ERR: Couldn't query the interface (%08x)\n", (int) result); 157 //* device; after getting a plugin, and querying the interface, of 162 DBG("ERR: Couldn't grab device from interface (%08x)\n", kr) [all...] |
/system/core/fastboot/ |
usb_osx.c | 61 IOUSBInterfaceInterface190 **interface; member in struct:usb_handle 73 IOUSBInterfaceInterface190 **interface = NULL; local 99 ERR("Couldn't create a device interface iterator: (%08x)\n", kr); 120 // Now create the interface interface for the interface 124 (LPVOID) &interface); 129 if (result || !interface) { 130 ERR("Couldn't create interface interface: (%08x)\n" [all...] |
/system/media/wilhelm/src/itf/ |
IObject.c | 332 void *interface = NULL; local 349 // Can't get interface on an unrealized object unless pre-realize is ok 353 // Can't get the MuteSolo interface of an audio player if the channel count is 354 // mono, but _can_ get the MuteSolo interface if the channel count is unknown 360 interface = (char *) thiz + clazz->mInterfaces[index].mOffset; 361 // Note that interface has been gotten, 366 ((size_t *) interface)[0] ^= ~0; 370 // Can't get interface if uninitialized, initialized, suspended, 380 *(void **)pInterface = interface; 578 // Call the deinitializer for each currently initialized interface, [all...] |
/bionic/libc/kernel/common/linux/ |
usbdevice_fs.h | 37 unsigned int interface; member in struct:usbdevfs_setinterface 49 unsigned int interface; member in struct:usbdevfs_getdriver
|
/development/ndk/platforms/android-3/include/linux/ |
usbdevice_fs.h | 37 unsigned int interface; member in struct:usbdevfs_setinterface 49 unsigned int interface; member in struct:usbdevfs_getdriver
|
/external/bluetooth/bluez/gdbus/ |
object.c | 170 g_string_append_printf(gstr, "\t<interface name=\"%s\">\n", 175 g_string_append_printf(gstr, "\t</interface>\n"); 425 const char *interface; local 427 interface = dbus_message_get_interface(message); 429 iface = find_interface(data->interfaces, interface); 595 const char *interface, const char *name, 610 iface = find_interface(data->interfaces, interface); 613 path, interface); 625 error("No signal named %s on interface %s", name, interface); [all...] |
watch.c | 71 char *interface; member in struct:filter_data 85 const char *interface, 110 if (interface && data->interface && 111 g_str_equal(interface, data->interface) == FALSE) 142 if (data->interface) 144 ",interface='%s'", data->interface); 200 const char *interface, [all...] |
/external/chromium/net/tools/flip_server/ |
spdy_interface.cc | 111 VLOG(2) << ACCEPTOR_CLIENT_IDENT << "SpdySM: Creating new HTTP interface"; 293 SMInterface* interface = it->second; local 295 interface->ProcessWriteInput(data, len); 320 VLOG(2) << ACCEPTOR_CLIENT_IDENT << "SpdySM: Reset for new interface: "
|