HomeSort by relevance Sort by last modified time
    Searched defs:interface (Results 1 - 25 of 262) sorted by null

1 2 3 4 5 6 7 8 91011

  /external/dbus/dbus/
dbus-sysdeps-win.h 37 #undef interface macro
dbus-sockets-win.h 38 #undef interface macro
  /system/bt/hci/src/
buffer_allocator.c 29 static const allocator_t interface = { variable
35 return &interface;
  /system/core/libnetutils/
dhcptool.c 29 error(EXIT_FAILURE, 0, "usage: %s INTERFACE", argv[0]);
32 char* interface = argv[1]; local
34 err(errno, "dhcptool %s: ifc_init failed", interface);
39 int rc = do_dhcp(interface);
41 err(errno, "dhcptool %s: do_dhcp failed", interface);
  /frameworks/av/include/media/stagefright/
OMXClient.h 32 sp<IOMX> interface() { function in class:android::OMXClient
  /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/skia/src/gpu/vk/
GrVkInterface.cpp 17 GrVkInterface* interface = new GrVkInterface(); local
18 GrVkInterface::Functions* functions = &interface->fFunctions;
174 return interface;
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));
  /external/autotest/client/site_tests/network_WlanDriver/
network_WlanDriver.py 10 from autotest_lib.client.common_lib.cros.network import interface namespace
79 net_if = interface.Interface(device)
  /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
  /art/runtime/mirror/
iftable.h 29 Class* interface = GetWithoutChecks((i * kMax) + kInterface)->AsClass(); local
30 DCHECK(interface != nullptr);
31 return interface;
34 ALWAYS_INLINE void SetInterface(int32_t i, Class* interface)
66 // Points to the interface class.
68 // Method pointers into the vtable, allow fast map from interface method index to concrete
  /external/autotest/client/cros/netprotos/
interface_host.py 11 from autotest_lib.client.common_lib.cros.network import interface namespace
15 """A host for use with ZeroconfDaemon that binds to an interface."""
19 """Get the IP address of the interface we're bound to."""
24 self._interface = interface.Interface(interface_name)
35 """Get a socket bound to this interface.
74 """Broadcast UDP socket bound to a particular network interface."""
130 # interface. The easiest way to do this is bind a socket directly to
131 # the IP for the interface. We're going to ignore messages sent to this
  /external/autotest/client/deps/glbench/src/
contexttest.cc 34 GLInterface* interface = g_main_gl_interface.get(); local
35 CHECK(interface);
36 GLContext main_context = interface->GetMainContext();
37 GLContext new_context = interface->CreateContext();
42 interface->MakeCurrent(new_context);
44 interface->MakeCurrent(main_context);
49 interface->MakeCurrent(IsEven(i) ? new_context : main_context);
52 interface->MakeCurrent(main_context);
53 interface->DeleteContext(new_context);
  /external/autotest/client/site_tests/network_BasicProfileProperties/
network_BasicProfileProperties.py 9 from autotest_lib.client.common_lib.cros.network import interface namespace
63 ethernet_if = interface.Interface.get_connected_ethernet_interface()
  /external/autotest/client/site_tests/network_DhcpBrokenDefaultGateway/
network_DhcpBrokenDefaultGateway.py 6 from autotest_lib.client.common_lib.cros.network import interface namespace
25 @param interface_name string client network interface name.
48 @param interface_name string client network interface name.
52 default_route = interface.get_prioritized_default_route(
  /external/autotest/client/site_tests/network_DhcpFQDN/
network_DhcpFQDN.py 6 from autotest_lib.client.common_lib.cros.network import interface namespace
  /external/autotest/client/site_tests/network_DhcpMTU/
network_DhcpMTU.py 7 from autotest_lib.client.common_lib.cros.network import interface namespace
21 """Test implemenation of MTU including confirming the interface state."""
24 """Check that the ipconfig and interface in the client has correct MTU.
45 interface_mtu = interface.Interface(
48 raise error.TestFail('Interface MTU %d does not match '
  /external/autotest/client/site_tests/network_FirewallHolePunch/
network_FirewallHolePunch.py 11 from autotest_lib.client.common_lib.cros.network import interface namespace
90 ethernet = interface.Interface.get_connected_ethernet_interface()
  /external/avahi/avahi-core/
announce.h 40 AvahiInterface *interface; member in struct:AvahiAnnouncer
browse.h 39 AvahiIfIndex interface; member in struct:AvahiSRecordBrowser
  /external/dbus-binding-generator/chromeos-dbus-bindings/
method_name_generator_unittest.cc 15 #include "chromeos-dbus-bindings/interface.h"
56 Interface interface; local
57 interface.name = "MyInterface";
58 interface.methods.emplace_back(kMethodName0);
59 interface.methods.emplace_back(kMethodName1);
60 interface.methods.emplace_back(kMethodName2);
62 EXPECT_TRUE(MethodNameGenerator::GenerateMethodNames({interface},
  /external/libgdx/extensions/gdx-controllers/gdx-controllers-desktop/jni/ois-v1-4svn/includes/mac/
MacHIDManager.h 43 HidInfo() : type(OISUnknown), numButtons(0), numHats(0), numAxes(0), inUse(false), interface(0)
59 //Used for opening a read/write/tracking interface to device
60 IOHIDDeviceInterface **interface; member in class:OIS::HidInfo
  /frameworks/native/cmds/ip-up-vpn/
ip-up-vpn.c 49 * are interface, addresses, routes, DNS servers, and search domains and VPN
62 * is to have an interface configured with the given address and netmask
85 const char *interface = env("INTERFACE"); local
93 /* Bring up the interface. */
95 strncpy(ifr.ifr_name, interface, IFNAMSIZ);
97 ALOGE("Cannot bring up %s: %s", interface, strerror(errno));
118 fprintf(state, "%s\n", interface);
  /frameworks/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...]
  /system/bt/btif/src/
btif_sock.c 46 static btsock_interface_t interface = { local
47 sizeof(interface),
53 return &interface;

Completed in 599 milliseconds

1 2 3 4 5 6 7 8 91011