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

1 2 3 4 5 6 7

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
amaudio.h 1 #undef INTERFACE
26 #undef INTERFACE
27 #define INTERFACE IAMDirectSound
46 #undef INTERFACE
d3d10_1shader.h 1 #undef INTERFACE
27 #define INTERFACE ID3D10ShaderReflection1
51 #undef INTERFACE
dmksctrl.h 22 #undef INTERFACE
23 #define INTERFACE IKsControl
unknown.h 42 #undef INTERFACE
43 #define INTERFACE IUnknown
60 #undef INTERFACE
functiondiscoverynotification.h 11 #undef INTERFACE
12 #define INTERFACE IFunctionDiscoveryNotification
16 __MINGW_BROKEN_INTERFACE(INTERFACE)
portabledeviceconnectapi.h 18 #undef INTERFACE
19 #define INTERFACE IConnectionRequestCallback
vsadmin.h 11 #undef INTERFACE
12 #define INTERFACE IVssAdmin
16 __MINGW_BROKEN_INTERFACE(INTERFACE)
wsdxml.h 15 #undef INTERFACE
16 #define INTERFACE IWSDXMLContext
20 __MINGW_BROKEN_INTERFACE(INTERFACE)
identitystore.h 20 #undef INTERFACE
21 #define INTERFACE IAssociatedIdentityProvider
25 __MINGW_BROKEN_INTERFACE(INTERFACE)
mapihook.h 26 #undef INTERFACE
27 #define INTERFACE ISpoolerHook
wabiab.h 20 #undef INTERFACE
21 #define INTERFACE IAddrBook
dsadmin.h 16 #undef INTERFACE
17 #define INTERFACE IDsAdminCreateObj
26 #undef INTERFACE
27 #define INTERFACE IDsAdminNewObj
36 #undef INTERFACE
37 #define INTERFACE IDsAdminNewObjPrimarySite
58 #undef INTERFACE
59 #define INTERFACE IDsAdminNewObjExt
82 #undef INTERFACE
83 #define INTERFACE IDsAdminNotifyHandle
    [all...]
wiadevd.h 29 #undef INTERFACE
30 #define INTERFACE IWiaUIExtension
wsdattachment.h 15 #undef INTERFACE
16 #define INTERFACE IWSDAttachment
20 __MINGW_BROKEN_INTERFACE(INTERFACE)
41 #undef INTERFACE
42 #define INTERFACE IWSDInboundAttachment
46 __MINGW_BROKEN_INTERFACE(INTERFACE)
73 #undef INTERFACE
74 #define INTERFACE IWSDOutboundAttachment
78 __MINGW_BROKEN_INTERFACE(INTERFACE)
reconcil.h 27 #undef INTERFACE
28 #define INTERFACE INotifyReplica
37 #undef INTERFACE
38 #define INTERFACE IReconcileInitiator
53 #undef INTERFACE
54 #define INTERFACE IReconcilableObject
63 #undef INTERFACE
64 #define INTERFACE IBriefcaseInitiator
wsdhost.h 15 #undef INTERFACE
16 #define INTERFACE IWSDServiceMessaging
20 __MINGW_BROKEN_INTERFACE(INTERFACE)
45 #undef INTERFACE
46 #define INTERFACE IWSDDeviceHostNotify
50 __MINGW_BROKEN_INTERFACE(INTERFACE)
79 #undef INTERFACE
80 #define INTERFACE IWSDDeviceHost
84 __MINGW_BROKEN_INTERFACE(INTERFACE)
dxdiag.h 1 #undef INTERFACE
69 * IDxDiagContainer interface
75 #define INTERFACE IDxDiagContainer
90 #undef INTERFACE
119 * IDxDiagProvider interface
121 #define INTERFACE IDxDiagProvider
132 #undef INTERFACE
  /cts/tools/signature-tools/src/signature/model/
Kind.java 23 CLASS("class"), INTERFACE("interface"), ANNOTATION("@interface"), ENUM(
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
punknown.h 38 #undef INTERFACE
39 #define INTERFACE IUnknown
56 #undef INTERFACE
69 PVOID* Interface) \
drmk.h 88 #undef INTERFACE
89 #define INTERFACE IDrmAudioStream
95 PVOID* Interface
dmusicks.h 37 IMasterClock Interface
40 #undef INTERFACE
41 #define INTERFACE IMasterClock
60 IMXF Interface
63 #undef INTERFACE
64 #define INTERFACE IMXF
113 IAllocatorMXF Interface
116 #undef INTERFACE
117 #define INTERFACE IAllocatorMXF
165 #undef INTERFACE
    [all...]
  /system/netd/server/
RouteController.h 31 INTERFACE, // Compute the table number based on the interface index.
41 static int addInterfaceToLocalNetwork(unsigned netId, const char* interface) WARN_UNUSED_RESULT;
43 const char* interface) WARN_UNUSED_RESULT;
45 static int addInterfaceToPhysicalNetwork(unsigned netId, const char* interface,
47 static int removeInterfaceFromPhysicalNetwork(unsigned netId, const char* interface,
50 static int addInterfaceToVirtualNetwork(unsigned netId, const char* interface, bool secure,
52 static int removeInterfaceFromVirtualNetwork(unsigned netId, const char* interface, bool secure,
55 static int modifyPhysicalNetworkPermission(unsigned netId, const char* interface,
59 static int addUsersToVirtualNetwork(unsigned netId, const char* interface, bool secure
    [all...]
  /external/chromium_org/components/usb_service/
usb_device_handle.h 43 enum TransferRecipient { DEVICE, INTERFACE, ENDPOINT, OTHER };
  /external/javassist/src/main/javassist/
Modifier.java 41 public static final int INTERFACE = AccessFlag.INTERFACE;
128 * Returns true if the modifiers include the <tt>interface</tt>
132 return (mod & INTERFACE) != 0;
  /external/javassist/src/main/javassist/bytecode/
AccessFlag.java 34 public static final int INTERFACE = 0x0200;

Completed in 2560 milliseconds

1 2 3 4 5 6 7