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

1 2 3 4 5 6 7 8 91011>>

  /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
dcomp.h 22 #undef INTERFACE
23 #define INTERFACE IDCompositionSurface
33 #undef INTERFACE
34 #define INTERFACE IDCompositionVirtualSurface
41 #undef INTERFACE
42 #define INTERFACE IDCompositionEffect
47 #undef INTERFACE
48 #define INTERFACE IDCompositionTransform3D
53 #undef INTERFACE
54 #define INTERFACE IDCompositionTransfor
    [all...]
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)
identitystore.h 20 #undef INTERFACE
21 #define INTERFACE IAssociatedIdentityProvider
25 __MINGW_BROKEN_INTERFACE(INTERFACE)
mapihook.h 26 #undef INTERFACE
27 #define INTERFACE ISpoolerHook
ratings.h 51 #undef INTERFACE
52 #define INTERFACE IObtainRating
62 #undef INTERFACE
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
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
  /external/turbine/java/com/google/turbine/model/
TurbineTyKind.java 22 INTERFACE,
  /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
  /system/tools/aidl/
generate_cpp.h 42 INTERFACE, // IFoo
48 std::string HeaderFile(const AidlInterface& interface, ClassNames class_type,
  /system/netd/server/
RouteController.h 36 INTERFACE, // Compute the table number based on the interface index.
48 // Returns an ifindex given the interface name, by looking up in sInterfaceToTable.
51 // We do this instead of calling if_nametoindex because the same interface name can
52 // correspond to different interface indices over time. This way, even if the interface
55 static uint32_t getIfIndex(const char* interface);
57 static int addInterfaceToLocalNetwork(unsigned netId, const char* interface) WARN_UNUSED_RESULT;
59 const char* interface) WARN_UNUSED_RESULT;
61 static int addInterfaceToPhysicalNetwork(unsigned netId, const char* interface,
    [all...]
  /test/vts/utils/python/mirror/
hal_mirror.py 33 INTERFACE = "interface"
66 the interface specification message.
126 """Gets the ProtoBuf message for a callback interface based on args.
129 interface_name: string, the callback interface name.
133 VariableSpecificationMessage that contains the callback interface
146 interface = getattr(specification, INTERFACE, None)
147 apis = getattr(interface, API, [])
173 """Gets a HalMirror for a HIDL HAL interface
    [all...]
native_entity_mirror.py 33 INTERFACE = "interface"
62 _if_spec_msg: the interface specification message of a host object to
95 if len(self._if_spec_msg.interface.api) > 0:
96 for api in self._if_spec_msg.interface.api:
120 if (self._if_spec_msg.interface and
121 self._if_spec_msg.interface.attribute):
122 for attribute in self._if_spec_msg.interface.attribute:
146 if self._if_spec_msg.interface and self._if_spec_msg.interface.attribute
    [all...]
  /external/selinux/restorecond/
user.c 54 static const char *INTERFACE="org.selinux.RestorecondIface";
55 static const char *RULE="type='signal',interface='org.selinux.RestorecondIface'";
67 (message, INTERFACE, "Stop")) {
74 /* A Ping signal on the com.burtonini.dbus.Signal interface */
75 else if (dbus_message_is_signal (message, INTERFACE, "Start")) {
185 /* Create a new signal "Start" on the interface,
188 INTERFACE, "Start");
  /external/turbine/java/com/google/turbine/tree/
TurbineModifier.java 42 INTERFACE(TurbineFlag.ACC_INTERFACE),
  /art/tools/dexfuzz/src/dexfuzz/program/mutators/
NewMethodCaller.java 43 INTERFACE
159 case INTERFACE:
  /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;

Completed in 467 milliseconds

1 2 3 4 5 6 7 8 91011>>