| /external/wpa_supplicant_8/wpa_supplicant/dbus/ |
| dbus_new_helpers.c | 2 * WPA Supplicant / dbus-based control interface 25 const char *interface, void *user_data, DBusError *error) 31 /* Only return properties for the requested D-Bus interface */ 32 if (os_strncmp(dsc->dbus_interface, interface, 72 * @interface: interface name which properties will be returned 77 * of those, which are readable and which interface matches interface 81 static DBusMessage * get_all_properties(DBusMessage *message, char *interface, 100 interface, obj_dsc->user_data, &error)) 285 char *interface; local [all...] |
| /frameworks/av/media/codec2/hidl/1.0/utils/ |
| ComponentStore.cpp | 187 sp<IComponentInterface> interface; local 190 interface = new ComponentInterface(c2interface, this); 192 _hidl_cb(static_cast<Status>(res), interface); local 232 // invalidate unsupported struct descriptors if a new interface is loaded as it may have 361 out << indent << "Unknown component -- null interface" << std::endl;
|
| /frameworks/av/services/audiopolicy/engineconfigurable/wrapper/ |
| ParameterManagerWrapper.cpp | 251 const ISelectionCriterionTypeInterface *interface = criterion->getCriterionType(); local 253 return interface->getLiteralValue(valueToCheck, literalValue);
|
| /bionic/libc/kernel/uapi/linux/usb/ |
| functionfs.h | 59 __u8 interface; member in struct:usb_os_desc_header
|
| /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/ |
| test_xml_etree.py | 138 def interface():
function 140 Test element tree interface.
651 Test iterparse interface.
[all...] |
| /external/clang/test/Analysis/ |
| inline.cpp | 94 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/deqp/scripts/khr_util/ |
| registry.py | 82 class Interface(Object): pass 219 class Interface(Object): 368 # midpoints might not be included in the interface even though 382 return Interface( 416 def interface(registry, api, **kwargs): function
|
| /external/dnsmasq/src/ |
| network.c | 56 We allow these to be treated as aliases of another interface which does have 57 an IP address with --dhcp-bridge=interface,alias,alias */ 65 my_syslog(LOG_WARNING, _("unknown interface %s in bridge-interface"), name); 111 /* check whether the interface IP has been added already 340 * for a single given irec (interface name and address) create 343 * to create just a single new listener dynamically when our interface 346 * iface - input of the new interface details to listen on 385 /* An interface may have an IPv6 address which is still undergoing DAD. 419 * Otherwise, any listeners that are preserved across interface list change 801 char* interface; local [all...] |
| /external/flatbuffers/grpc/src/compiler/ |
| java_generator.cc | 457 // Prints a client interface or implementation class, or a server interface. 467 bool interface = false; local 478 interface = true; 486 interface = true; 495 interface = true; 504 if (!interface) { 519 if (!impl_base && !interface) { 553 // Blocking client interface with client streaming is not available 558 // Future interface doesn't support streaming [all...] |
| /external/grpc-grpc-java/compiler/src/java_plugin/cpp/ |
| java_generator.cpp | 67 "interface", 596 // Prints a client interface or implementation class, or a server interface. 608 bool interface = false; local 619 interface = true; 627 interface = true; 636 interface = true; 645 if (!interface) { 665 if (!impl_base && !interface) { 707 // Blocking client interface with client streaming is not availabl [all...] |
| /external/kernel-headers/original/uapi/linux/usb/ |
| functionfs.h | 60 __u8 interface; member in struct:usb_os_desc_header 138 * | 0 | inteface | U8 | related interface number | 148 * | 0 | inteface | U8 | related interface number | 160 * | 0 | bFirstInterfaceNumber | U8 | index of the interface or of the 1st| 161 * | | | | interface in an IAD group | 272 * Returns reverse mapping of an interface. Called on EP0. If there 273 * is no such interface returns -EDOM. If function is not active
|
| /external/libchrome/dbus/ |
| object_proxy.cc | 43 // The D-Bus Object interface. 435 "type='signal',interface='org.freedesktop.DBus'," 466 "type='signal', sender='%s', interface='%s', path='%s'", 522 const std::string interface = signal->GetInterface(); local 525 statistics::AddReceivedSignal(service_name_, interface, member); 529 interface, member);
|
| /external/libese/libese-teq1/include/ese/ |
| teq1.h | 126 int interface:1; member in struct:Teq1CardState::__anon28161::__anon28162 135 (CARD)->seq.interface = 1; 197 #define teq1_trace_header() ALOGI("%-20s --- %20s", "Interface", "Card")
|
| /external/libusb/libusb/os/ |
| haiku_usb_raw.h | 89 } interface; member in union:__anon29600 163 uint32 interface; member in struct:__anon29600::__anon29614 171 uint32 interface; member in struct:__anon29600::__anon29615
|
| linux_usbfs.h | 54 unsigned int interface; member in struct:usbfs_setinterface 61 unsigned int interface; member in struct:usbfs_getdriver 113 int ifno; /* interface 0..N ; negative numbers reserved */ 134 unsigned int interface; member in struct:usbfs_disconnect_claim
|
| /external/oj-libjdwp/src/share/transport/socket/ |
| socketTransport.c | 38 * Service Provider Interface - see src/share/javavm/export/jdwpTransport.h. 47 static struct jdwpTransportNativeInterface_ interface; variable in typeref:struct:jdwpTransportNativeInterface_ 48 static jdwpTransportEnv single_env = (jdwpTransportEnv)&interface; 741 /* initialize interface table */ 742 interface.GetCapabilities = &socketTransport_getCapabilities; 743 interface.Attach = &socketTransport_attach; 744 interface.StartListening = &socketTransport_startListening; 745 interface.StopListening = &socketTransport_stopListening; 746 interface.Accept = &socketTransport_accept; 747 interface.IsOpen = &socketTransport_isOpen [all...] |
| /external/u-boot/include/ |
| phy.h | 181 phy_interface_t interface; member in struct:phy_device 221 /* For now, XGMII is the only 10G interface */ 222 static inline int is_10g_interface(phy_interface_t interface) 224 return interface == PHY_INTERFACE_MODE_XGMII; 232 phy_interface_t interface); 237 phy_interface_t interface); 242 phy_interface_t interface); 288 * phy_get_interface_by_name() - Look up a PHY interface name 290 * @str: PHY interface name, e.g. "mii" 296 * phy_interface_is_rgmii - Convenience function for testing if a PHY interface [all...] |
| /external/u-boot/include/power/ |
| pmic.h | 69 unsigned char interface; member in struct:pmic 92 * UCLASS_PMIC - This is designed to provide an I/O interface for PMIC devices. 95 * for each IC's interface. Then, each child uses its parent for read/write. 112 * - single I/O interface 114 * We bind a single PMIC device for each interface, to provide an I/O for 116 * controlled by the same interface. 128 * The same for other device nodes, for multi-interface PMIC. 131 * Each PMIC interface driver should use a different compatible string. 153 * struct dm_pmic_ops - PMIC device I/O interface 156 * device operations provides the I/O interface for it's childs [all...] |
| /frameworks/av/services/camera/libcameraservice/common/ |
| CameraProviderManager.h | 72 // Tiny proxy for the static methods in a HIDL interface that communicate with the hardware 101 * Listener interface for device/torch status changes 185 * Return the highest supported device interface version for this ID 331 status_t initialize(sp<hardware::camera::provider::V2_4::ICameraProvider>& interface, 346 // ICameraProviderCallbacks interface - these lock the parent mInterfaceMutex 354 // hidl_death_recipient interface - this locks the parent mInterfaceMutex 428 static status_t setTorchMode(InterfaceT& interface, bool enabled); 432 // Don't save the ICameraProvider interface here because we assume that this was 434 const sp<InterfaceT> interface = startDeviceInterface<InterfaceT>(); local 435 return DeviceInfo::setTorchMode(interface, enabled) [all...] |
| /art/runtime/native/ |
| java_lang_Class.cc | 248 ObjPtr<mirror::Class> interface = linker->LookupResolvedType(type_idx, klass.Get()); local 249 DCHECK(interface != nullptr); 250 ifaces->SetWithoutChecks<false>(i, interface); 434 // We don't try the superclass if we are an interface. [all...] |
| /bionic/libc/kernel/uapi/linux/ |
| usbdevice_fs.h | 39 unsigned int interface; member in struct:usbdevfs_setinterface 48 unsigned int interface; member in struct:usbdevfs_getdriver 107 unsigned int interface; member in struct:usbdevfs_disconnect_claim
|
| /external/ImageMagick/MagickCore/ |
| annotate.c | 88 # undef interface 87 # undef interface macro [all...] |
| /external/kernel-headers/original/uapi/linux/ |
| usbdevice_fs.h | 58 unsigned int interface; member in struct:usbdevfs_setinterface 70 unsigned int interface; member in struct:usbdevfs_getdriver 119 int ifno; /* interface 0..N ; negative numbers reserved */ 149 unsigned int interface; member in struct:usbdevfs_disconnect_claim
|
| /external/skia/modules/canvaskit/ |
| canvaskit_bindings.cpp | 109 auto interface = GrGLMakeNativeInterface(); local 111 sk_sp<GrContext> grContext(GrContext::MakeGL(interface)); 459 // Default values are set in interface.js which allows clients [all...] |
| /external/skqp/experimental/canvaskit/ |
| canvaskit_bindings.cpp | 86 auto interface = GrGLMakeNativeInterface(); local 89 sk_sp<GrContext> grContext(GrContext::MakeGL(interface)); 439 // Default values are set in interface.js which allows clients 747 // Need to maybe add a helper in interface.js that supports UTF-8 [all...] |