Home
last modified time | relevance | path

Searched refs:INTERFACE (Results 1 – 14 of 14) sorted by relevance

/frameworks/native/include/binder/
DIInterface.h41 template<typename INTERFACE>
42 inline sp<INTERFACE> interface_cast(const sp<IBinder>& obj) in interface_cast()
44 return INTERFACE::asInterface(obj); in interface_cast()
49 template<typename INTERFACE>
50 class BnInterface : public INTERFACE, public BBinder
62 template<typename INTERFACE>
63 class BpInterface : public INTERFACE, public BpRefBase
74 #define DECLARE_META_INTERFACE(INTERFACE) \ argument
76 static android::sp<I##INTERFACE> asInterface( \
79 I##INTERFACE(); \
[all …]
DIServiceManager.h68 template<typename INTERFACE>
69 status_t getService(const String16& name, sp<INTERFACE>* outService) in getService()
73 *outService = interface_cast<INTERFACE>(sm->getService(name)); in getService()
/frameworks/base/tools/aidl/
Daidl_language_l.l83 interface { SET_BUFFER(INTERFACE); return INTERFACE; }
85 rpc { SET_BUFFER(INTERFACE); return RPC; }
Daidl_language_y.y21 %token INTERFACE
128 INTERFACE {
138 | ONEWAY INTERFACE {
161 INTERFACE
DAST.h339 INTERFACE enumerator
Dgenerate_java_binder.cpp526 interface->what = Class::INTERFACE; in generate_binder_interface_class()
DType.h17 INTERFACE, enumerator
Daidl.cpp271 case Type::INTERFACE:
Dgenerate_java_rpc.cpp643 resultsClass->what = Class::INTERFACE; in generate_results_method()
DType.cpp1037 :Type(package, name, builtIn ? BUILT_IN : INTERFACE, true, false, false, in InterfaceType()
/frameworks/base/api/
D14.txt30764 field public static final int INTERFACE = 512; // 0x200
D15.txt30919 field public static final int INTERFACE = 512; // 0x200
Dcurrent.txt32202 field public static final int INTERFACE = 512; // 0x200
D16.txt32202 field public static final int INTERFACE = 512; // 0x200