Searched defs:interface (Results 101 - 125 of 171) sorted by relevance

1234567

/external/mesa3d/src/gallium/state_trackers/egl/wayland/
H A Dnative_drm.c187 const char *interface, uint32_t version)
191 if (strcmp(interface, "wl_drm") == 0) {
186 registry_handle_global(void *data, struct wl_registry *registry, uint32_t name, const char *interface, uint32_t version) argument
/external/mtpd/
H A Dmtpd.c46 static char *interface; variable
76 printf(" %s interface %s %s pppd-arguments\n",
82 interface = argv[1];
272 log_print(INFO, "Connecting to %s port %s via %s", server, port, interface);
283 if (!setsockopt(s, SOL_SOCKET, SO_BINDTODEVICE, interface,
284 strlen(interface)) && !connect(s, r->ai_addr, r->ai_addrlen)) {
/external/chromium_org/chromeos/dbus/
H A Dcros_disks_client.cc441 void OnSignalConnected(const std::string& interface, argument
444 LOG_IF(ERROR, !succeeded) << "Connect to " << interface << " " <<
H A Dnfc_client_unittest.cc316 const std::string& interface,
319 dbus::Signal signal(interface, nfc_common::kPropertyChangedSignal);
314 SendArrayPropertyChangedSignal( dbus::PropertySet* properties, const std::string& interface, const std::string& property_name, ObjectPathVector object_paths) argument
/external/chromium_org/dbus/
H A Dobject_manager.cc76 Interface* interface) {
77 interface_map_[interface_name] = interface;
214 "type='signal', sender='%s', interface='%s', member='%s'",
268 const std::string interface = signal->GetInterface(); local
271 statistics::AddReceivedSignal(service_name_, interface, member);
275 GetAbsoluteMemberName(interface, member);
335 std::string interface; local
336 if (!reader.PopString(&interface)) {
338 << "expected interface name: " << signal->ToString();
342 PropertySet* properties = GetProperties(object_path, interface);
75 RegisterInterface(const std::string& interface_name, Interface* interface) argument
485 Interface* interface = iiter->second; local
[all...]
H A Dtest_service.cc335 std::string interface; local
336 if (!reader.PopString(&interface)) {
352 std::string interface; local
353 if (!reader.PopString(&interface)) {
439 std::string interface; local
440 if (!reader.PopString(&interface)) {
531 // the object(s) with a dictionary of strings identifying the interface(s)
H A Dobject_proxy.cc36 // The D-Bus Object interface.
393 "type='signal',interface='org.freedesktop.DBus',"
424 base::StringPrintf("type='signal', interface='%s', path='%s'",
481 const std::string interface = signal->GetInterface(); local
484 statistics::AddReceivedSignal(service_name_, interface, member);
488 interface, member);
/external/chromium_org/ppapi/tests/
H A Dtest_post_message.cc135 ScopedArrayBufferSizeSetter(const PPB_Testing_Private* interface, argument
138 : interface_(interface),
/external/deqp/modules/gles31/functional/
H A Des31fProgramInterfaceQueryTestCase.cpp21 * \brief Program interface query test case
492 // Atomics are buffer backed with stride of 4 even though they are not in an interface block
545 const glw::GLenum interface = (firstComponent.getInterfaceBlock()->storage == glu::STORAGE_UNIFORM) ? (GL_UNIFORM_BLOCK) : local
551 gl.getProgramResourceName(m_programID, interface, propValue, (int)nameBuffer.size() - 1, &written, &nameBuffer[0]);
914 const glw::GLenum interface = getProgramDefaultBlockInterfaceFromStorage(storage);
926 const glw::GLint location = gl.getProgramResourceLocation(m_programID, interface, elementResourceName.c_str());
943 const glw::GLint location = gl.getProgramResourceLocation(m_programID, interface, resource.c_str());
1515 // Unlike other interfaces, xfb program interface uses just variable name to refer to arrays of basic types. (Others use "variable[0]")
1533 : interface(interface_)
1536 switch (interface)
[all...]
H A Des31fProgramInterfaceQueryTests.cpp21 * \brief Program interface query tests.
152 static glw::GLenum getProgramInterfaceGLEnum (ProgramInterface interface) argument
166 return de::getSizedArrayElement<PROGRAMINTERFACE_LAST>(s_enums, interface);
790 ResourceListTestCase (Context& context, const ResourceDefinition::Node::SharedPtr& targetResource, const ProgramInterface& interface, const char* name = DE_NULL);
808 ResourceListTestCase::ResourceListTestCase (Context& context, const ResourceDefinition::Node::SharedPtr& targetResource, const ProgramInterface& interface, const char* name)
810 , m_programInterface (interface)
870 m_testCtx.getLog() << tcu::TestLog::Message << "Querying " << glu::getProgramInterfaceName(programInterface) << " interface:" << tcu::TestLog::EndMessage;
874 GLU_EXPECT_NO_ERROR(gl.getError(), "query interface");
1013 GLU_EXPECT_NO_ERROR(gl.getError(), "query interface");
1088 // Generate interface wit
[all...]
/external/dhcpcd/
H A Ddhcpcd.h109 struct interface { struct
142 struct interface *next;
151 extern struct interface *ifaces;
154 struct interface *find_interface(const char *);
167 void start_reboot(struct interface *);
169 void send_decline(struct interface *);
170 void open_sockets(struct interface *);
171 void close_sockets(struct interface *);
172 void drop_dhcp(struct interface *, const char *);
173 void drop_interface(struct interface *, cons
[all...]
/external/libusb/libusb/os/
H A Dlinux_usbfs.h52 unsigned int interface; member in struct:usbfs_setinterface
59 unsigned int interface; member in struct:usbfs_getdriver
107 int ifno; /* interface 0..N ; negative numbers reserved */
/external/wpa_supplicant_8/wpa_supplicant/dbus/
H A Ddbus_new_helpers.c2 * WPA Supplicant / dbus-based control interface
24 const char *interface, void *user_data, DBusError *error)
30 /* Only return properties for the requested D-Bus interface */
31 if (os_strncmp(dsc->dbus_interface, interface,
66 * @interface: interface name which properties will be returned
71 * of those, which are readable and which interface matches interface
75 static DBusMessage * get_all_properties(DBusMessage *message, char *interface, argument
101 interface, obj_ds
21 fill_dict_with_properties( DBusMessageIter *dict_iter, const struct wpa_dbus_property_desc *props, const char *interface, void *user_data, DBusError *error) argument
149 properties_get_all(DBusMessage *message, char *interface, struct wpa_dbus_object_desc *obj_dsc) argument
234 properties_get_or_set(DBusMessage *message, DBusMessageIter *iter, char *interface, struct wpa_dbus_object_desc *obj_dsc) argument
285 char *interface; local
608 put_changed_properties( const struct wpa_dbus_object_desc *obj_dsc, const char *interface, DBusMessageIter *dict_iter, int clear_changed) argument
661 do_send_prop_changed_signal( DBusConnection *con, const char *path, const char *interface, const struct wpa_dbus_object_desc *obj_dsc) argument
711 do_send_deprecated_prop_changed_signal( DBusConnection *con, const char *path, const char *interface, const struct wpa_dbus_object_desc *obj_dsc) argument
747 send_prop_changed_signal( DBusConnection *con, const char *path, const char *interface, const struct wpa_dbus_object_desc *obj_dsc) argument
873 wpa_dbus_mark_property_changed(struct wpas_dbus_priv *iface, const char *path, const char *interface, const char *property) argument
927 wpa_dbus_get_object_properties(struct wpas_dbus_priv *iface, const char *path, const char *interface, DBusMessageIter *iter) argument
[all...]
/external/chromium_org/chrome/browser/chromeos/policy/
H A Ddevice_status_collector.cc411 // If the type isn't in |kDeviceTypeMap|, the interface is not relevant for
416 em::NetworkInterface* interface = request->add_network_interface(); local
417 interface->set_type(kDeviceTypeMap[type_idx].type_constant);
419 interface->set_mac_address((*device)->mac_address());
421 interface->set_meid((*device)->meid());
423 interface->set_imei((*device)->imei());
/external/chromium_org/chrome/browser/devtools/device/usb/
H A Dandroid_usb_device.cc61 bool IsAndroidInterface(const UsbInterfaceDescriptor& interface) { argument
62 if (interface.alternate_setting != 0 ||
63 interface.interface_class != kAdbClass ||
64 interface.interface_subclass != kAdbSubclass ||
65 interface.interface_protocol != kAdbProtocol ||
66 interface.endpoints.size() != 2) {
76 const UsbInterfaceDescriptor& interface) {
81 for (UsbEndpointDescriptor::Iterator endpointIt = interface.endpoints.begin();
82 endpointIt != interface.endpoints.end();
96 if (!usb_handle->ClaimInterface(interface
72 ClaimInterface( crypto::RSAPrivateKey* rsa_key, scoped_refptr<UsbDeviceHandle> usb_handle, const base::string16& serial, const UsbInterfaceDescriptor& interface) argument
[all...]
/external/chromium_org/net/tools/flip_server/
H A Dspdy_interface.cc86 VLOG(2) << ACCEPTOR_CLIENT_IDENT << "SpdySM: Creating new HTTP interface";
238 SMInterface* interface = it->second; local
240 interface->ProcessWriteInput(data, len);
327 VLOG(2) << ACCEPTOR_CLIENT_IDENT << "SpdySM: Reset for new interface: "
/external/chromium_org/ppapi/proxy/
H A Dppapi_proxy_test.cc59 // given interface name. In practice, there will either be only 1 GetInterface
71 const void* interface = observer->GetInterface(name); local
72 if (interface)
73 return interface;
/external/chromium_org/third_party/libusb/src/libusb/os/
H A Dlinux_usbfs.h54 unsigned int interface; member in struct:usbfs_setinterface
61 unsigned int interface; member in struct:usbfs_getdriver
110 int ifno; /* interface 0..N ; negative numbers reserved */
130 unsigned int interface; member in struct:usbfs_disconnect_claim
/external/chromium_org/third_party/mesa/src/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/chromium_org/third_party/skia/src/gpu/gl/
H A DGrGLCreateNullInterface.cpp112 * The global-to-thread state object for the null interface. All null interfaces on the
142 // Functions not declared in GrGLBogusInterface.h (not common with the Debug GL interface).
342 GrGLInterface* interface = SkNEW(GrGLInterface); local
344 interface->fStandard = kGL_GrGLStandard;
346 GrGLInterface::Functions* functions = &interface->fFunctions;
479 interface->fExtensions.init(kGL_GrGLStandard, functions->fGetString, functions->fGetStringi,
481 return interface;
/external/chromium_org/third_party/skia/src/gpu/gl/debug/
H A DGrGLCreateDebugInterface.cpp795 void setWrapped(GrGLInterface *interface) { argument
796 fWrapped.reset(interface);
803 // TODO: there are some issues w/ wrapping another GL interface inside the
804 // debug interface:
808 // "glInterface" pointer - i.e., treating the debug interface as a
816 // interface as a singleton (since there would be one for each
821 // the debug GL interface (assuming that the application will create
827 // and then pass the wrapped interface to the debug GL interface.
839 GrGLInterface* interface local
[all...]
/external/chromium_org/v8/src/
H A Dscopeinfo.cc550 Isolate* isolate, Interface* interface, Scope* scope) {
551 Handle<ModuleInfo> info = Allocate(isolate, interface->Length());
552 info->set_host_index(interface->Index());
554 for (Interface::Iterator it = interface->iterator();
559 DCHECK((var->mode() == MODULE) == (it.interface()->IsModule()));
561 DCHECK(it.interface()->IsFrozen());
562 DCHECK(it.interface()->Index() >= 0);
563 info->set_index(i, it.interface()->Index());
549 Create( Isolate* isolate, Interface* interface, Scope* scope) argument
/external/clang/test/Analysis/
H A Dinline.cpp94 int interface() const { function in class:PR13569::Parent
118 x.interface();
129 x.interface();
142 int interface() const { function in class:PR13569_virtual::Parent
166 x.interface();
177 x.interface();
/external/dnsmasq/src/
H A Dnetwork.c61 We allow these to be treated as aliases of another interface which does have
62 an IP address with --dhcp-bridge=interface,alias,alias */
73 my_syslog(LOG_WARNING, _("unknown interface %s in bridge-interface"), name);
127 /* check whether the interface IP has been added already
391 * for a single given irec (interface name and address) create
394 * to create just a single new listener dynamically when our interface
397 * iface - input of the new interface details to listen on
443 /* An interface may have an IPv6 address which is still undergoing DAD.
486 * Otherwise, any listeners that are preserved across interface lis
516 close_bound_listener(struct irec *interface) argument
932 char *interface; local
[all...]
/external/ipsec-tools/
H A Dsetup.c393 void add_isakmp_handler(int fd, const char *interface) argument
396 interface, strlen(interface))) {
397 do_plog(LLV_WARNING, "Cannot bind socket to %s\n", interface);
471 printf("Usage: %s <interface> <server> [...], where [...] can be:\n"

Completed in 593 milliseconds

1234567