HomeSort by relevance Sort by last modified time
    Searched defs:interface (Results 126 - 145 of 145) sorted by null

1 2 3 4 56

  /external/u-boot/include/
usbdevice.h 154 * Device and/or Interface Class codes
426 DEVICE_SET_INTERFACE, /* ep0 - set interface setup received */
497 int state; /* available for use by bus interface driver */
543 * For each physical bus interface we create a logical device structure. This
546 * Keep track of the device configuration for a real physical bus interface,
547 * this includes the bus interface, multiple function drivers, the current
551 * the specific bus interface driver
573 /* bus interface */
574 struct usb_bus_instance *bus; /* which bus interface driver */
586 u8 interface; /* current interface (zero is default) * member in struct:usb_device_instance
    [all...]
flash.h 34 ushort interface; /* used for x8/x16 adjustments */ member in struct:__anon47697
75 * Values for the flash device interface
tsec.h 361 u32 ifstat; /* Interface Status */
390 #define TSEC_REDUCED (1 << 1) /* MAC-PHY interface uses RGMII */
391 #define TSEC_SGMII (1 << 2) /* MAC-PHY interface uses SGMII */
401 phy_interface_t interface; member in struct:tsec_private
421 phy_interface_t interface; member in struct:tsec_info_struct
  /external/v8/src/wasm/
function-body-decoder-impl.h 8 // Do only include this header for implementing new Interface of the
599 // This is the list of callback functions that an interface for the
1245 Interface& interface() { return interface_; } function in class:v8::internal::wasm::WasmFullDecoder
    [all...]
  /external/wayland/src/
scanner.c 160 struct interface { struct
230 struct interface *interface; member in struct:parse_context
542 static struct interface *
545 struct interface *interface; local
547 interface = xzalloc(sizeof *interface);
548 interface->loc = loc;
549 interface->name = xstrdup(name)
616 struct interface *interface; local
    [all...]
wayland-server.c 108 const struct wl_interface *interface; member in struct:wl_global
171 &object->interface->events[opcode]);
194 wl_argument_from_va_list(object->interface->events[opcode].signature,
210 &object->interface->events[opcode]);
233 wl_argument_from_va_list(object->interface->events[opcode].signature,
324 if (opcode >= object->interface->method_count) {
329 object->interface->name,
334 message = &object->interface->methods[opcode];
343 object->interface->name,
360 object->interface->name
    [all...]
  /frameworks/av/services/camera/libcameraservice/common/
CameraProviderManager.cpp 255 // Pass the camera ID to start interface so that it will save it to the map of ICameraProviders
257 const sp<provider::V2_4::ICameraProvider> interface = local
259 if (interface == nullptr) {
262 saveRef(DeviceMode::TORCH, deviceInfo->mId, interface);
320 auto interface = deviceInfo3->startDeviceInterface< local
322 if (interface == nullptr) {
326 ret = interface->open(callback, [&status, &session]
361 auto interface = deviceInfo1->startDeviceInterface< local
363 if (interface == nullptr) {
366 hardware::Return<Status> status = interface->open(callback)
1099 sp<provider::V2_4::ICameraProvider> interface; local
1309 auto interface = mActiveInterface.promote(); local
1593 const sp<provider::V2_4::ICameraProvider> interface = startProviderInterface(); local
1631 auto interface = mSavedInterface != nullptr ? mSavedInterface : mActiveInterface.promote(); local
1700 const sp<provider::V2_4::ICameraProvider> interface = startProviderInterface(); local
1729 const sp<provider::V2_4::ICameraProvider> interface = startProviderInterface(); local
1880 const sp<InterfaceT> interface = startDeviceInterface<InterfaceT>(); local
2078 const sp<InterfaceT> interface = startDeviceInterface<InterfaceT>(); local
2114 const sp<CameraProviderManager::ProviderInfo::DeviceInfo3::InterfaceT> interface = local
    [all...]
  /art/runtime/
debugger.cc 1660 ObjPtr<mirror::Class> interface = mirror::Class::GetDirectInterface(self, c, i); local
    [all...]
class_linker.cc 556 // Create array interface entries to populate once we can load system classes.
6007 ObjPtr<mirror::Class> interface = ResolveType(idx, klass.Get()); local
6834 ObjPtr<mirror::Class> interface = if_table->GetInterface(i); local
6901 ObjPtr<mirror::Class> interface = if_table->GetInterface(i); local
7071 ObjPtr<mirror::Class> interface = have_interfaces local
7110 ObjPtr<mirror::Class> interface = have_interfaces ? interfaces->Get(i) : local
    [all...]
  /external/libusb/libusb/
libusb.h 64 /* 'interface' might be defined as a macro on Windows, so we need to
66 * libusb_config_descriptor has an 'interface' member
71 #if defined(interface)
72 #undef interface macro
185 * Device and/or Interface Class codes */
188 * this bDeviceClass value indicates that each interface specifies its
199 /** Human Interface Device class */
258 /** Interface descriptor. See libusb_interface_descriptor. */
380 /** Return the selected alternate setting for the specified interface */
383 /** Select an alternate interface for the specified interface *
675 const struct libusb_interface *interface; member in struct:libusb_config_descriptor
    [all...]
  /external/mesa3d/src/compiler/glsl/
linker.cpp 913 /* Don't cross validate interface instances. These are only relevant
914 * inside a shader. The cross validation is done at the Interface Block
4283 const glsl_type *interface = var->get_interface_type(); local
    [all...]
  /external/dnsmasq/src/
dnsmasq.h 246 char* intr; /* interface name */
317 char interface[IF_NAMESIZE + 1]; member in struct:serverfd
329 char interface[IF_NAMESIZE + 1]; member in struct:server
351 /* interface and address parms from command line. */
779 void lease_set_interface(struct dhcp_lease* lease, int interface);
  /external/skia/src/gpu/gl/
GrGLGpu.cpp 354 sk_sp<GrGpu> GrGLGpu::Make(sk_sp<const GrGLInterface> interface, const GrContextOptions& options,
356 if (!interface) {
357 interface = GrGLMakeNativeInterface();
360 if (!interface) {
361 interface = sk_ref_sp(GrGLCreateNativeInterface());
363 if (!interface) {
370 auto glContext = GrGLContext::Make(std::move(interface), options);
1228 const GrGLInterface* interface = this->glInterface(); local
1391 const GrGLInterface* interface = this->glInterface(); local
4005 const GrGLInterface* interface = this->glInterface(); local
    [all...]
  /external/skqp/src/gpu/gl/
GrGLGpu.cpp 309 sk_sp<GrGpu> GrGLGpu::Make(sk_sp<const GrGLInterface> interface, const GrContextOptions& options,
311 if (!interface) {
312 interface = GrGLMakeNativeInterface();
315 if (!interface) {
316 interface = sk_ref_sp(GrGLCreateNativeInterface());
318 if (!interface) {
325 auto glContext = GrGLContext::Make(std::move(interface), options);
1193 const GrGLInterface* interface = this->glInterface(); local
1356 const GrGLInterface* interface = this->glInterface(); local
3964 const GrGLInterface* interface = this->glInterface(); local
    [all...]
  /external/toybox/toys/pending/
dhcpd.c 17 -i Interface to use
236 char *interface; // interface to use member in struct:server_config_s
358 // gets information of INTERFACE and updates IFINDEX, MAC and IP
359 static int get_interface(const char *interface, int *ifindex, void *oip,
369 xstrncpy(req.ifr_name, (char *)interface, IFNAMSIZ);
382 if (!strstr(toybuf, interface))
693 {"interface" , strinvar , (void*)&gconfig.interface , "eth0"},
780 dbg("Opening listen socket on *:%d %s\n", gconfig.port, gconfig.interface);
    [all...]
  /external/python/cpython3/Lib/test/
test_socket.py 164 """To be able to run this test, a `vcan0` CAN interface can be created with
170 interface = 'vcan0' variable in class:SocketCANTest
207 self.s.bind((self.interface,))
209 self.skipTest('network interface `%s` does not exist' %
210 self.interface)
383 self.cli.bind((self.interface,))
929 # interface indices are non-zero integers
941 # test nonexistent interface index/name
    [all...]
  /frameworks/av/services/camera/libcameraservice/device3/
Camera3Device.cpp 192 ALOGV("Session interface chain:");
400 HalInterface* interface; local
406 interface = mInterface.get();
411 interface->close();
662 "Camera %s: %s: Unable to lock interface lock, proceeding anyway",
    [all...]
  /external/deqp/external/openglcts/modules/gl/
gl4cEnhancedLayoutsTests.cpp 1009 GLenum interface = GL_PROGRAM_INPUT; local
1014 interface = GL_PROGRAM_OUTPUT;
1021 index = program.GetResourceIndex(name, interface);
1023 program.GetResource(interface, index, GL_LOCATION, 1 /* size */, &location);
1024 program.GetResource(interface, index, GL_LOCATION_COMPONENT, 1 /* size */, &component);
1066 Utils::Interface* interface = variable.m_descriptor.m_interface; local
1067 const size_t n_members = interface->m_members.size();
1071 const Variable::Descriptor& member = interface->m_members[i];
1072 bool member_result = verifyVarying(program, interface->m_name, member, stream, is_input)
1091 Utils::Interface* interface = variable.m_descriptor.m_interface; local
1166 Utils::Interface* interface = variable.m_descriptor.m_interface; local
1250 Utils::Interface* interface = variable.m_descriptor.m_interface; local
1322 const ShaderInterface& interface = program_interface.GetShaderInterface(stage); local
3821 const Interface* interface = m_descriptor.m_interface; local
3841 const Interface* interface = m_descriptor.m_interface; local
4437 Interface* interface = 0; local
4474 ShaderInterface* interface = 0; local
4511 const ShaderInterface* interface = 0; local
4676 const Interface* interface = variable.m_descriptor.m_interface; local
4801 std::string interface = "\/* Globals *\/\\n" local
5668 std::string interface; local
6694 const Utils::Interface* interface = variable.m_interface; local
19990 const GLchar* interface = 0; local
24331 std::string interface = "layout (xfb_buffer = 3) out;\\n" local
24694 const GLchar* interface = ""; local
26052 const GLchar* interface = ""; local
26486 const GLchar* interface = ""; local
26863 const GLchar* interface = ""; local
27214 const GLchar* interface = ""; local
    [all...]
  /external/toybox/generated/
globals.h 436 char *interface; member in struct:arp_data
  /external/mdnsresponder/mDNSCore/
mDNSEmbeddedAPI.h 22 This header file defines the lowest level raw interface to mDNSCore,
57 /* MinGW thinks "#define interface struct" is a cute way to do ObjC
61 #ifndef interface
62 #warning "MinGW no longer does weird things with 'interface'. "\
64 #endif /* ! interface */
65 #undef interface macro
1068 mDNSInterfaceID interface; member in struct:McastResolver
1077 mDNSInterfaceID interface; \/\/ For specialized uses; we can have DNS servers reachable over specific interfaces member in struct:DNSServer
    [all...]

Completed in 1304 milliseconds

1 2 3 4 56